Planet Python RSS
215 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Django Weblog: Django bugfix release: 2.0.13

Link: https://www.djangoproject.com/weblog/2019/feb/12/bugfix-release/

Today we've issued the 2.0.13 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 i
PyCon: Hatchery programs at PyCon 2019!

Link: https://pycon.blogspot.com/2019/02/hatchery-programs-at-pycon-2019.html

The PyCon Hatchery program was introduced last year to allow for the addition to PyCon of new tracks, summits, demos, or any other imaginable events which share and fulfill the mission of the Python S
Mike Driscoll: Creating a Calculator with wxPython

Link: http://www.blog.pythonlibrary.org/2019/02/12/creating-a-calculator-with-wxpython/

A lot of beginner tutorials start with “Hello World” examples. There are plenty of websites that use a calculator application as a kind of “Hello World” for GUI beginners. Calculators are a good way t
Read the Docs: Defaulting New Projects to Python 3

Link: https://blog.readthedocs.com/default-python-3/


New projects that are just getting started with Read the Docs will now use
Python 3 by default. While it is still possible to configure your project to use
Python 2.7 with our configuration file, we
PyCoder’s Weekly: Issue #355 (Feb. 12, 2019)

Link: https://pycoders.com/issues/355

#355 – FEBRUARY 12, 2019 View in Browser » Goodbye Virtual Environments? Could an npm-style __pypackages__ in your app’s project folder be an alternative to using virtual environments? Chad expl
Real Python: Supercharge Your Classes With Python super()

Link: https://realpython.com/python-super/

While Python isn’t purely an object-oriented language, it’s flexible enough and powerful enough to allow you to build your applications using the object-oriented paradigm. One of the ways in which Pyt
The No Title® Tech Blog: Why and how I have just redesigned my (other) website

Link: https://no-title.victordomingos.com/articles/2019/new_website

Going through a moment of change in my life, I have decided to redesign my other website, using Pelican and other open source tools. The older version was starting to look a bit aged, especially on mo
Kushal Das: Tracking my phone's silent connections

Link: https://kushaldas.in/posts/tracking-my-phone-s-silent-connections.html


My phone has more friends than me. It talks to more peers (computers) than the
number of human beings I talk on an average. In this age of smartphones and
mobile apps for A-Z things, we are dependent
Dataquest: How to Learn Python for Data Science In 5 Steps

Link: https://www.dataquest.io/blog/how-to-learn-python-for-data-science-in-5-steps/

Why Learn Python For Data Science?
Before we explore how to learn Python for data science, we should briefly answer why you should learn Python in the first place.
In short, understanding Python is on
Made With Mu: A GPIOZero Theramin for Valentine’s Day

Link: https://madewith.mu/mu/users/2019/02/14/gpiozero-theramin.html


Thanks to Ben Nuttall, one of the
maintainers of the wonderful, GPIOZero library, love is in the air.
Why not serenade your Valentine with Mu, a distance sensor, speaker, Raspberry
Pi and some nifty
Continuum Analytics Blog: Intake released on Conda-Forge

Link: https://www.anaconda.com/intake-released-on-conda-forge/

Intake is a package for cataloging, finding and loading your data. It has been developed recently by Anaconda, Inc., and continues to gain new features. To read general information about Intake and ho
PyCon: Eighth Annual PyLadies Auction at PyCon 2019

Link: https://pycon.blogspot.com/2019/01/eighth-annual-pyladies-auction-at-pycon.html

Photo Courtesy of Mike PirnatPyLadies is an international mentorship community for women that use Python. Started with the help of a grant provided by The Python Software Foundation (PSF)  in 2011, Py
PyCharm: PyCharm 2019.1 EAP 4

Link: http://feedproxy.google.com/~r/Pycharm/~3/FEIM-6tduy8/

Our fourth Early Access Program (EAP) version for PyCharm 2019.1 is now available on our website.
New in This Version
Parallel and concurrent testing with pytest

PyCharm makes it easy to run tests qu
Vasudev Ram: pprint.isrecursive: Check if object requires recursive representation

Link: http://jugad2.blogspot.com/2019/02/pprintisrecursive-check-if-object.html

- By Vasudev Ram - Online Python training / SQL training / Linux trainingTree image attributionHi, readers,I was using the pprint module to pretty-print some Python data structures in a program I was