Bruno Rocha: Dynaconf 1.0.x released - Layered configuration system for...
dynaconf - The dynamic configurator for your Python Projectdynaconf a layered configuration system for Python applications - with strong support for 12-factor applications and extensions for Flask and...
View ArticleSandipan Dey: Few Machine Learning Problems (with Python implementations)
In this article a few machine learning problems from a few online courses will be described. 1. Fitting the distribution of heights data This problem appeared as an assignment problem in the coursera...
View ArticleVasudev Ram: Porting a prime checker from Q to Python (with improvements)
By Vasudev RamQ => PyHi readers,I was checking out the Q programming language.It's an interesting language, a descendant of APL, that supports array and functional programming styles. Some...
View ArticleProgramiz: Python Shallow Copy and Deep Copy
In this article, you’ll learn about shallow copy and deep copy in Python with the help of examples.
View ArticleTalk Python to Me: #164 Python in Brain Research at the Allen Institute
The brain is truly one of the final frontiers of human exploration. Understanding how brains work has vast consequences for human health and computation. Imagine how computers might change if we...
View ArticleTryton News: Newsletter June 2018
The development of Tryton is back on the road after the release of the 4.8 series. Here are the major changes of this last month.CC BY 2.0 Carl Wycoff Changes for the userAllow to edit account move...
View ArticleDjango Weblog: Django bugfix release: 2.0.6
Today we've issued the 2.0.6 bugfix release.The release package and checksums are available from our downloads page, as well as from the Python Package Index. The PGP key ID used for this release is...
View ArticleBhishan Bhandari: Appium Python Client
Using Appium with Python Appium is an open source test automation framework for use with native, hybrid and mobile web apps. It drives iOS, Android, and Windows apps using the WebDriver protocol. While...
View ArticleThe Digital Cat: A game of tokens: write an interpreter in Python with TDD -...
In the first three parts of this series of posts we developed together a calculator using a pure TDD methodology. In the previous post we added support for variables.In this new post we will first add...
View ArticleThe Digital Cat: A game of tokens: solution - Part 4
This is my solution to the fourth part of "A Game of Tokens", which can be found here.You can find the tests and the code presented here in this repository in the branch called part4.Level 15 -...
View ArticlePyCon: PyCon 2018 Code of Conduct Transparency Report
The PyCon Code of Conduct sets standards for how our community interacts with others during the conference. For 2018 the Code of Conduct underwent an extensive overhaul, our procedures for reporting...
View ArticleVasudev Ram: Improved simple Python debugging function
By Vasudev Ram[ I rewrote parts of this post, which was originally published two days ago on my blog (but intentionally not to the Planet Python, earlier, because I did not set the python label that...
View ArticleYasoob Khalid: Top 14 MOST famous Python libraries & frameworks
Hi everyone! I recently decided to step into YouTube video making. This is my first video about 14 of my most favourite and most famous Python libraries and frameworks. Please take a look and if you...
View ArticleThe Digital Cat: Clean architectures in Python: a step-by-step example
In 2015 I was introduced by my friend Roberto Ciatti to the concept of Clean Architecture, as it is called by Robert Martin. The well-known Uncle Bob talks a lot about this concept at conferences and...
View ArticleWeekly Python StackOverflow Report: (cxxviii) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2018-06-03 12:29:28 GMTCreating a nested dictionary from a flattened...
View ArticleMartin Fitzpatrick: Failamp
Failamp is a simple audio & video mediaplayer implemented in Python, using the built-in Qt playlist and media handling features. It is modelled, very loosely on the original Winamp, although...
View ArticleMike Driscoll: PyDev of the Week: Maria Camila Remolina Gutiérrez
This week we welcome Maria Camila Remolina Gutiérrez (@holamariacamila) as our PyDev of the Week! Maria recently gave a talk at PyCon USA in their new PyCon Charlas track last month. You can learn more...
View ArticleMontreal Python User Group: Montréal-Python 72 - Carroty Xenophon
Let’s meet one last time before our Summer break! Thanks to Notman House for sponsoring this event.PresentationsSocket - Éric LafontaineMost of our everyday job include doing request over the internet...
View ArticleFull Stack Python: Developing Flask Apps in Docker Containers on macOS
Adding Docker to your Python and Flaskdevelopment environment can be confusing when you are just getting started with containers. Let's quickly get Docker installed and configured for developing Flask...
View ArticleFull Stack Python: First Steps with Bottle Apps in Docker Containers on macOS
It can be confusing to figure out how to use Docker containers in your Python and Bottledevelopment environment workflow. This tutorial will quickly show you the exact steps to get Docker up and...
View Article