Planet Python RSS
217 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Bruno Rocha: Dynaconf 1.0.x released - Layered configuration system for python with flask and django support

Link: http://brunorocha.org/python/dynaconf-1-0-x-released-layered-configuration-system-for-python-with-flask-and-django-support.html


dynaconf - The dynamic configurator for your Python Project


dynaconf a layered configuration system for Python applications -
with strong support for 12-factor applications
and extensions for
Sandipan Dey: Few Machine Learning Problems (with Python implementations)

Link:

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 courser
Python Does What?!: (i)t(er)able for one

Link: http://www.pythondoeswhat.com/2018/05/iterable-for-one.html

When you expect that a sequence will only have one item, and are only interested in the first it is common to grab the zeroth element.  This will fail if the sequence is unexpectedly empty, but you mi
Vasudev Ram: Porting a prime checker from Q to Python (with improvements)

Link: http://jugad2.blogspot.com/2018/06/porting-prime-checker-from-q-to-python.html

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 information
Tryton News: Newsletter June 2018

Link: http://www.tryton.org/posts/newsletter-june-2018.html

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 user
Allow to edit accoun
Django Weblog: Django bugfix release: 2.0.6

Link: https://www.djangoproject.com/weblog/2018/jun/01/bugfix-release/

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
Talk Python to Me: #164 Python in Brain Research at the Paul Allen Institute

Link: https://talkpython.fm/episodes/show/164/python-in-brain-research-at-the-paul-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 actua
The Digital Cat: A game of tokens: write an interpreter in Python with TDD - Part 4

Link: http://blog.thedigitalcatonline.com/blog/2018/06/02/a-game-of-tokens-write-an-interpreter-in-python-with-tdd-part-4/

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 ad
The Digital Cat: A game of tokens: solution - Part 4

Link: http://blog.thedigitalcatonline.com/blog/2018/06/02/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 - Expo
PyCon: PyCon 2018 Code of Conduct Transparency Report

Link: https://pycon.blogspot.com/2018/06/pycon-2018-code-of-conduct-transparency.html

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 a
Vasudev Ram: Improved simple Python debugging function

Link: http://jugad2.blogspot.com/2018/06/improved-simple-python-debugging.html

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
Yasoob Khalid: Top 14 MOST famous Python libraries & frameworks

Link: https://pythontips.com/2018/06/03/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 h
The Digital Cat: Clean architectures in Python: a step-by-step example

Link: http://blog.thedigitalcatonline.com/blog/2016/11/14/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
Weekly Python StackOverflow Report: (cxxviii) stackoverflow python report

Link: http://python-weekly.blogspot.com/2018/06/cxxviii-stackoverflow-python-report.html

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 di
Mike Driscoll: PyDev of the Week: Maria Camila Remolina Gutiérrez

Link: http://www.blog.pythonlibrary.org/2018/06/04/pydev-of-the-week-maria-camila-remolina-gutierrez/

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 mor