Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Podcast.__init__: APIs, Sustainable Open Source and The Async Web With Tom Christie

Link: https://www.pythonpodcast.com/apis-sustainable-open-source-and-the-async-web-with-tom-christie/

Tom Christie is probably best known as the creator of Django REST Framework, but his contributions to the state the web in Python extend well beyond that. In this episode he shares his story of gettin
Wing Tips: Using "python -m" in Wing 7.2

Link: https://wingware.com/blog/python-m

Wing version 7.2 has been released, and the
next couple Wing Tips look at some of its new features.
We've already looked at reformatting with Black and YAPF and Wing 7.2's expanded support for
virtual
PyCoder’s Weekly: Issue #408 (Feb. 18, 2020)

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

#408 – FEBRUARY 18, 2020 View in Browser » Finding the Perfect Python Code Editor Find your perfect Python development setup with this review of Python IDEs and code editors. Writing Python usin
PyCon: The Hatchery Returns with Nine Events!

Link: https://pycon.blogspot.com/2020/02/the-hatchery-returns-with-nine-events.html

Since its start in 2018, the PyCon US Hatchery Program has become a fundamental part of how PyCon as a conference adapts to best serve the Python community as it grows and changes with time. In keepin
Michał Bultrowicz: Universal app reload with entr

Link: https://bultrowicz.com/universal_reload_with_entr/

A useful feature many web frameworks have is auto-reload.
Your app is running in the background, you change the code,
and the app is restarted with those changes, so you can try them out immediately.
Kushal Das: Which verison of Python are you running?

Link: https://kushaldas.in/posts/which-verison-of-python-are-you-running.html


The title of the is post is misleading.
I actually want to ask you which version of Python3 are you running? Yes, it
is a question I have to ask myself based on projects I am working on. I am
sure th
Catalin George Festila: Python 3.7.5 : The PyQtChart from python Qt5.

Link: http://python-catalin.blogspot.com/2020/02/python-375-pyqtchart-from-python-qt5.html

The PyQtChart is a set of Python bindings for The Qt Company’s Qt Charts library and is implemented as a single module.
Let's install this python package with the pip3 tool:
[mythcat@desk ~]$ pip3 ins
Peter Bengtsson: Build pyenv Python versions on macOS Catalina 10.15

Link: https://www.peterbe.com/plog/build-pyenv-python-versions-on-macos-catalina-10.15

I'm still working on getting pyenv in my bloodstream. It seems like totally the right tool for having different versions of Python available on macOS that don't suddenly break when you run brew upgrad
Real Python: Null in Python: Understanding Python's NoneType Object

Link: https://realpython.com/null-in-python/

If you have experience with other programming languages, like C or Java, then you’ve probably heard of the concept of null. Many languages use this to represent a pointer that doesn’t point to anythin
Moshe Zadka: Forks and Threats

Link: https://orbifold.xyz/forks-and-threats.html

What is a threat?
From a game-theoretical perspective,
a threat is an attempt to get a better result by saying:
"if you do not give me this result,
I will do something that is bad for both of us".
Not
Codementor: Learn To Code By Playing These Games

Link: https://www.codementor.io/johnselawsky/learn-to-code-by-playing-these-games-13sy0z894w

Apart from an ambition to become a programmer and have an interesting well-paid job, there are plenty of reasons to learn coding even for those who see themselves in other professions.
Ned Batchelder: Getting Started Testing with pytest

Link: https://nedbatchelder.com//blog/202002/getting_started_testing_with_pytest.html

Next week I am presenting Getting Started Testing: pytest edition at Boston Python
(event page).This talk has been through a few iterations. In 2011, I gave a
presentation at Boston Python
about Getti
Ruslan Spivak: Let’s Build A Simple Interpreter. Part 18: Executing Procedure Calls

Link: https://ruslanspivak.com/lsbasi-part18/


“Do the best you can until you know better. Then when you know better, do better.” ― Maya Angelou

It’s a huge milestone for us today! Because today we will extend our interpreter to execute procedur
PyCharm: PyCharm 2020.1 EAP 4

Link: http://feedproxy.google.com/~r/Pycharm/~3/u3wp--zbIAg/

We have a new Early Access Program (EAP) version of PyCharm that can be now downloaded from our website.
We’ve been hard at work making PyCharm easier to use and adding and improving features to get P