Kushal Das: Testing Fedora MariaDB layered image using gotun
Testing Fedora MariaDB layered image testing using gotunYesterday Adam Miller announced the availability of the latest Fedora Layered Image release. The following container images are available in the...
View ArticleWeekly Python Chat: Learning to Learn Python
Let's talk about learning to learn Python!
View ArticlePyBites: How To Build a Simple API with Flask and Unit Test it
In this post I will create a simple API with Flask and test it with curl and unit testing its HTTP methods.
View ArticlePyBites: Twitter digest 2017 week 09
On Saturdays we will share a curated list of 15 cool things (mostly Python) we found / tweeted during the week.
View ArticleWeekly Python StackOverflow Report: (lxiii) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2017-03-04 07:54:14 GMTCan I postpone the evaluation of f-strings? -...
View ArticleImport Python: Import Python Weekly Issue 114 - Logging, Machine Learning,...
Worthy Read QueueLogger and Python JSON Logger Logging from multiple processes. loggingKnow when and why code breaks Users finding bugs? Searching logs for errors? Find + fix broken code fast!...
View ArticlePyPy Development: Leysin Winter Sprint Summary
Today is the last day of our yearly sprint event in Leysin. We had lots of ideas on how to enhance the current state of PyPy, we went skiing and had interesting discussions around virtual machines, the...
View ArticlePython Anywhere: Blocked in Russia
A week ago, one of the sites we were hosting was reported to us by the Russian authorities (specifically, the Federal Service for Supervision in the Sphere of Telecom, Information Technologies and Mass...
View ArticlePeter Bengtsson: crontabber now supports locking, both high- and low-level
In other words, you can now have multiple servers with crontabber, all talking to a central PostgreSQL for its state, and not have to worry about jobs being started more than exactly once. This will be...
View ArticleCatalin George Festila: Using pygeoip and maxmin database.
I try locate one ip using the databases from maxmind website and is not good for me.The database records show me the output from country area.I read the docs from here.This is the python script I...
View ArticleGrant Rettke: Excellent introduction to Python’s Pip
Excellent introduction to Python’s Pip.
View ArticleBrian Okken: Test & Code Podcast moved to testandcode.com
The podcast has a new home. I’m excited to announce that the Test & Code Podcast (the podcast formerly known as Python Test Podcast) is now on it’s spiffy new location, testandcode.com. There is...
View ArticlePython Insider: Python 3.6.1rc1 is now available for testing
Python 3.6.1rc1 is now available. Python 3.6.1rc1 is the release candidate for the first maintenance release of Python 3.6, which was initially released in 2016-12 to great interest. Three months...
View ArticlePyBites: Code Challenge 08 - House Inventory Tracker - review
It's end of the week again so we review the code challenge of this week. It's never late to sign up, just fork our challenges repo and start coding.
View ArticlePyBites: Code Challenge 09 - Give the With Statement some Love and Create a...
A new week, more coding! This week we have a free form exercise. This week you will implement your own Context Manager (= support with on your object).
View ArticleChris Moffitt: Forecasting Website Traffic Using Facebook’s Prophet Library
IntroductionA common business analytics task is trying to forecast the future based on known historical data. Forecasting is a complicated topic and relies on an analyst knowing the ins and outs of the...
View ArticleMike Driscoll: PyDev of the Week: Dan Bader
This week we welcome Dan Bader (@dbader_org) as our PyDev of the Week. Dan does a weekly Python Tricks newsletter / blog that’s a fun read. He has also authored a Python Tricks book. I always like...
View ArticleDoug Hellmann: pickle — Object Serialization — PyMOTW 3
The pickle module implements an algorithm for turning an arbitrary Python object into a series of bytes. This process is also called serializing the object. The byte stream representing the object can...
View ArticleDavid MacIver: Laziness is better when it’s visible
This is a trick I invented a while ago. I’m morally certain it’s a reinvention rather than an invention, but I’ve not really seen it in use and at the very least it doesn’t seem to be widely known. I...
View ArticleContinuum Analytics News: Self-Service Open Data Science: Custom Anaconda...
Developer BlogMonday, March 6, 2017Kristopher OverholtContinuum AnalyticsDaniel RodriguezContinuum AnalyticsAs part of our partnership with Hortonworks, we’re excited to announce a new self-service...
View Article