Python Data: Vagrant on Windows
There are many different ways to install python and work with python on Windows. You can install Canopy or Anaconda to have an entire python ecosystem self-contained or you can install python directly...
View ArticleSemaphore Community: Dockerizing a Python Django Web Application
This article is brought with ❤ to you by Semaphore.IntroductionThis article will cover building a simple 'Hello World'-style web application written in Django and running it in the much talked about...
View Articletryexceptpass: You’re correct in that I generalized too much here, I...
Continue reading on Medium »
View ArticleKushal Das: 10 years of dgplug summer training
In 2017 dgplug summer training will be happening for the 10th time. Let me tell you honestly, I had no clue that we will reach here when I started this back in 2008. The community gathered together,...
View ArticleJeff Knupp: How Python Linters Will Save Your Large Python Project
A Python project I'm working on at Enigma is starting to grow rather large. I spent a good deal of effort yesterday getting a five line change added to our Makefile (which is run as part of our CI and...
View ArticlePython Software Foundation: "Kurt Doesn't Drop The Ball": Thanks For Kurt...
"We were all amateurs," recalls Guido van Rossum. In the early years of the Python Software Foundation, its founders were more interested in writing code than running a nonprofit. Guido says they only...
View ArticleCodementor: Building a Chatbot using Telegram and Python (Part 1)
Chatbots are all the rage at the moment, with some predicting that they will be bigger than mobile apps. The main idea of chatbots is that instead of having to dig through awkward mobile menus and...
View ArticleGraham Dumpleton: Backdoors for becoming root in a Docker container.
In my last post, the main issue I looked at was whether you can trust what a Docker-formatted image says about the user it will run as. What we found was that if the ‘USER’ statement is used in a...
View ArticleWeekly Python StackOverflow Report: (xlix) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2016-12-09 17:47:28 GMTIs it possible to break a long function name...
View ArticleCalvin Spealman: Let's Make A Game! Watch me make "Off And On Again"
Let's Make A Game! I've been making games to one degree or another for a few years, and I've really gotten into a rhythm in the last few months. This month I'm trying a new experiment and posting the...
View ArticleMichał Bultrowicz: My talk about TDD of microservices
This year at EuroPython (and not only there), I gave a talk about Test Driven Development of Python microservices. I guess you can check it out, if you’re into that kind of stuff. It’s also available...
View ArticleCatalin George Festila: The python modules pygobject, pycairo and pygtk under...
I used the python version 2.7 32 bits under .C:\Python27>pythonPython 2.7.12 (v2.7.12:d33e0cf91556, Jun 27 2016, 15:19:22) [MSC v.1500 32 bit (Intel)] on win32Type "help", "copyright", "credits" or...
View ArticleMalthe Borch: A Letter for Laura
Sat, 10 Dec 201608:30:00 GMT Laura was my recruiter. She'd found me from a pile of discarded resumes and thought perhaps it was a mistake. I think she is no longer entirely of that persuasion – I...
View Articlehypothesis.works articles: How Hypothesis Works
Hypothesis has a very different underlying implementation to any other property-based testing system. As far as I know, it’s an entirely novel design that I invented.Central to this design is the...
View ArticleNed Batchelder: Who Tests What
The next big feature for coverage.py is what I informally call "Who Tests What." People want a way to know more than just what lines were covered by the tests, but also, which tests covered which...
View ArticleVasudev Ram: Simulating the C switch statement in Python
By Vasudev RamSwitch example image attributionWhile reviewing some code, I got the idea of simulating the switch statement of the C language, in Python. (Python does not have a built-in switch...
View ArticleCatalin George Festila: The morse python module with pip installation versus...
Today I try to deal with morse python module and it took me a while to install python modules because of their dependencies.I started with the pip install of morse module but I got dependency errors in...
View ArticleMatthew Rocklin: Dask Development Log
This work is supported by Continuum Analytics the XDATA Program and the Data Driven Discovery Initiative from the Moore FoundationTo increase transparency I’m blogging weekly about the work done on...
View Article