Robin Wilson: I give talks – on science, programming and more
The quick summary of this post is: I give talks. You might like them. Here are some details of talks I’ve done. Feel free to invite me to speak to your group – contact me at robin@rtwilson.com. Read on...
View Article"Morphex's Blogologue": Adding (mandatory) SMTP authentication to my surveil app
So, I was thinking a bit lately, about adding a small feature to my surveillance app, so that it would send a mail whenever it was started.Went about to add that this evening, when I discovered that...
View Article"Morphex's Blogologue": Taking a look at my Python surveil(lance) app
So, I created this surveillance app in Python, to surveil (https://github.com/morphex/surveil) the room where I spend most of my time, just to make sure that nobody else visits it, without my...
View ArticleMike Driscoll: Creating Jupyter Notebook Widgets with interact
The Jupyter Notebook has a feature known as widgets. If you have ever created a desktop user interface, you may already know and understand the concept of widgets. They are basically the controls that...
View ArticleWallaroo Labs: Introducing Connectors: Wallaroo’s Window to the World
Introduction We’re excited today to introduce you to a preview release of a new Wallaroo feature: Connectors. Connectors make inputting and receiving data from Wallaroo even easier. In this post, we’ll...
View ArticleCodementor: 5 Steps to Prepare for a Data Science Job
What are the key steps in preparing for a data science job? The basic things you absolutely must do? We answer all the these question in this article.
View ArticleCodementor: Skills Series: A Beginner’s Guide to Python
Start wPython is the ?1 most prevalent programming dialect utilized by information examiners, information researchers, and programming designers to mechanize forms, assemble the usefulness of...
View ArticleCatalin George Festila: Python Qt5 - toolbar example.
This is a simple example with PyQt5 python module and python 3.6.4 version.The example is about how to create a toolbar with PyQt5.The base of this source code is the create a default window...
View ArticleContinuum Analytics Blog: Patching Source Code to Conda Build Recipes
By Casey Clements and Michael Sarahan If you are a developer who relies upon conda, we hope to encourage you to begin building your own packages so that your projects can be used just like all of the...
View ArticleMike Driscoll: Working with Jupyter Notebook Widgets
What are Jupyter widgets? A widget is an “eventful python object” that in the case of Jupyter Notebook, resides in the browser and is a user interface element, such as a slider or textbox. Jupyter...
View ArticlePython Anywhere: Today's Upgrades: Always-On Tasks
Always-On TasksWe are officially live with our always-on tasks! All paying customers will get one always-on task, and you can add more by customizing your plan on our accounts page. Our infrastructure...
View ArticleHynek Schlawack: Testing & Packaging
How to ensure that your tests run code that you think they are running, and how to measure your coverage over multiple tox runs (in parallel!).
View ArticleCatalin George Festila: Python Qt5 - webcam example.
Today I come with another source code.This example use QtMultimedia to create use the webcam.The source code follows the steps from finding, set and use webcam.from PyQt5.QtGui import *from...
View ArticleStack Abuse: Object Oriented Programming in Python
IntroductionPros and Cons of OOPClassObjectsAttributesMethodsConstructorsLocal vs Global VariablesAccess ModifiersInheritancePolymorphismEncapsulationConclusionIntroductionObject-Oriented Programming...
View ArticleReal Python: Practical Text Classification With Python and Keras
Imagine you could know the mood of the people on the Internet. Maybe you are not interested in its entirety, but only if people are today happy on your favorite social media platform. After this...
View ArticleStories in My Pocket: Pathlib: my new favorite module
Though `pathlib` was introduced in python 3.4 to some praise, I didn't "get" it. Like many things in python, I needed some time to come around and tinker with it before I realized the power within. I...
View ArticlePyCharm: PyCharm 2018.3 EAP 8
Our Early Access Preview (EAP) program continues, and the eighth preview version of PyCharm 2018.3 is now available. Download now from our websiteNew in This VersionCustomizable SQL AliasesYou may have...
View ArticleTalk Python to Me: #183 Qt for Python
Python is taking over much of the development world as it quickly is becoming one of the, or simply the most widely used programming languages. But that does not mean that Python is without its...
View ArticleMike Driscoll: Python 101: Episode #30 – The configobj Package
In this episode you will learn how to use the configobj package. This is a 3rd party package that I think is better and easier to use than Python’s built-in configparser module.You can also read the...
View Article