Planet Python RSS
217 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Reinout van Rees: Djangocon: lightning talks wednesday

Link: http://reinout.vanrees.org/weblog/2018/05/23/10-lightning-talks.html


(One of my summaries of a talk at the
2018 european djangocon.)
Lightning talks are quick 5 minute talks, so I won't have every detail and
speaker name correctly :-)

Adding multi-factor authenticati
Janusworx: Testing the Python RSS tag feed

Link: https://janusworx.com/posts/testing-the-python-rss-tag-feed.html

Testing … just testing
Continuum Analytics Blog: Anaconda Distribution 5.2 Released

Link: https://www.anaconda.com/blog/developer-blog/anaconda-distribution-5-2/

We’re excited to announce the release of Anaconda Distribution 5.2! With over 6 million users, Anaconda Distribution is the world’s most popular and easiest way to do Python data science and machine l
PyCharm: PyCharm 2018.2 EAP 2

Link: http://feedproxy.google.com/~r/Pycharm/~3/f2pcVZvgPjU/

The second Early Access Program (EAP) version of PyCharm 2018.2 is now available. We’d like to invite you to download this version from our website.
New in PyCharm 2018.1 EAP 2
Flexible Package Manage
Python Engineering at Microsoft: Recap: Microsoft at PyCon US 2018

Link: https://blogs.msdn.microsoft.com/pythonengineering/2018/05/31/recap-microsoft-at-pycon-us-2018/

Microsoft was a keystone-level sponsor of PyCon US 2018 this year, which took place in Cleveland Ohio from May 9-17th. We had a great time interacting with and learning from the community, and we had
Stack Abuse: Course Review: Python for Data Science and Machine Learning Bootcamp

Link: http://stackabuse.com/course-review-python-for-data-science-and-machine-learning-bootcamp/

Before we get started it would be helpful to know what data science and machine learning actually are. So in case you don't know, here are some basic definitions:

Data science is an interdisciplinary
Reinout van Rees: Djangocon: growing old gracefully, on being a career programmer - Carlton Gibson

Link: http://reinout.vanrees.org/weblog/2018/05/24/05-career-programmer.html


(One of my summaries of a talk at the
2018 european djangocon.)
He's a longtime django user. "The web framework for perfectionists": yes,
that's him.
He has also build lots of backends for IOS apps.
Reinout van Rees: Djangocon: automated spell checking in django projects - Jakob Schnell

Link: http://reinout.vanrees.org/weblog/2018/05/24/08-spell-checking.html


(One of my summaries of a talk at the
2018 European djangocon.)
We are humans and we make typos. So there are typos in our code.
The two common places for typos are documentation and the user interfa
Reinout van Rees: Djangocon: slow food digest better (maintain an old project) - Christopher Grebs

Link: http://reinout.vanrees.org/weblog/2018/05/24/10-maintain.html


(One of my summaries of a talk at the
2018 european djangocon.)
Full title: "slow food digest better - or how to maintain an 8.5 year old
python project without getting lost". Christopher had to main
Reinout van Rees: Djangocon: an intro to docker for djangonauts - Lacey Williams Henschel

Link: http://reinout.vanrees.org/weblog/2018/05/25/02-docker.html


(One of my summaries of a talk at the
2018 European djangocon.)

Docker:

Nice: it separates dependencies.
It shares your OS (so less weight than a VM).
It puts all memmbers on the same page. Everyth
Reinout van Rees: Djangocon: survival tricks and tools for remote developers - Alessio Bragadini

Link: http://reinout.vanrees.org/weblog/2018/05/25/03-remote-developers.html


(One of my summaries of a talk at the
2018 European djangocon.)
He works in a company that has many remote workers. He is one of them. The
core question for him: "how do I manage to work remotely in
Reinout van Rees: Djangocon: Graphql in python and django - Patrick Arminio

Link: http://reinout.vanrees.org/weblog/2018/05/25/04-graphql.html


(One of my summaries of a talk at the
2018 European djangocon.)
For APIs, REST is the normal way. But REST is not perfect.
You can, for instance, have too many requests. If you request a user
(/users
Reinout van Rees: Djangocon keynote: the naïve programmer - Daniele Procida

Link: http://reinout.vanrees.org/weblog/2018/05/25/01-keynote.html


(One of my summaries of a talk at the
2018 European djangocon.)
The naïve programmer is not "the bad programmer" or so. He is just not so
sophisticated. Naïve programmers are everywhere. Almost all p
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