Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
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
Kushal Das: Maintaining your Qubes system using Salt part 1

Link: https://kushaldas.in/posts/maintaining-your-qubes-system-using-salt-part-1.html


Last year I published qubes-ansible project. This enables maintaining your Qubes OS system via Ansible. But, to do the same, you will have to take a few steps as Ansible is not in the default Qubes.
Matt Layman: Templates and Logic - Building SaaS #45

Link: https://www.mattlayman.com/building-saas/templates-logic/

In this episode, we added content to a template and talked about the N+1 query bug. I also worked tricky logic involving date handling.
The first change was to update a course page to include a new ic