Planet Python RSS
215 subscribers
16.8K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Trey Hunner: Python Morsels Cyber Monday sale

Link: https://treyhunner.com/2022/11/python-morsels-cyber-monday-sale/

Python Morsels helps Python users sharpen their Python skills in a way that writing production code doesn’t. If you are:

an experienced developer, frustrated with gaps in your Python knowledge
a self
Luke Plant: Test factory functions in Django

Link: https://lukeplant.me.uk/blog/posts/test-factory-functions-in-Django/

When writing tests for Diango projects, you
typically need to create quite a lot of instance of database model objects. This page
documents the patterns I recommend, and the ones I don’t.
Before I get
Luke Plant: Test factory functions in Django

Link: https://lukeplant.me.uk/blog/posts/test-factory-functions-in-django/

When writing tests for Diango projects, you
typically need to create quite a lot of instance of database model objects. This page
documents the patterns I recommend, and the ones I don’t.
Before I get
Kay Hayen: Nuitka Release 1.2

Link: https://nuitka.net/posts/nuitka-release-12.html

This is to inform you about the new stable release of Nuitka. It is the extremely compatible Python compiler,
“download now”.
This release contains a large amount of new compatibility features and a
f
Nicola Iarocci: The Origins of Python

Link: https://nicolaiarocci.com/the-origins-of-python/

Yesterday the creator of the Python language, Guido van Rossum, tweeted about The Origins of Python, an essay by his mentor, Lambert Meertens.
“On Sunday, June 21, 1970, in an office building on Grea
The Digital Cat: A simple example of Python OOP development (with TDD) - Part 1

Link: https://www.thedigitalcatonline.com/blog/2015/05/13/python-oop-tdd-example-part1/

If you are eager to learn some Python and do not know how to start, this post may give you some hints. I will develop a very simple Python package from scratch, exemplifying some Object-oriented Progr
The Digital Cat: A simple example of Python OOP development (with TDD) - Part 2

Link: https://www.thedigitalcatonline.com/blog/2015/09/10/python-oop-tdd-example-part2/

In first part of this small series I introduced you to TDD with Python by means of the powerful testing framework called Pytest. We developed together a simple library that provides a class Binary tha
Shannon -jj Behrens: Python: Streaming Sieve of Eratosthenes

Link: http://www.jjinux.com/2022/11/python-streaming-sieve-of-eratosthenes.html

I thought of a cute way of infinitely generating prime numbers that I call the Streaming Sieve of Eratosthenes: #!/usr/bin/env python3"""Streaming Sieve of EratosthenesI thought of a cute way of infin
Zero-with-Dot (Oleg Żero): How to handle autoregressive model over multiple time series?

Link: https://zerowithdot.com/multi-time-series-data-generator/

Introduction
Autoregressive models are among the “more difficult” to implement when it comes to
data preparation.
As the models are expected to yield daily or hourly predictions,
the datasets themselv
Python Software Foundation: Where is the PSF?

Link: https://pyfound.blogspot.com/2022/11/where-is-psf.html

Where to Find the PSF OnlineOne of the main ways we reach people for news and information about the PSF and Python is Twitter. There’s been a lot of uncertainty around that platform recently, so we wa
The Python Coding Blog: Write A Football Offside Rule Quiz in Python While Practising Object-Oriented Programming

Link: https://thepythoncodingbook.com/2022/11/27/football-offside-rule-quiz-in-python-using-object-oriented-programming/

Do you know the offside rule in football*? Or do you want to test whether someone else knows it well enough? Either way, it’s time to write an offside rule quiz in Python using object-oriented program
Python Circle: Selecting Linux kernel version during system booting process

Link: https://pythoncircle.com/post/767/selecting-linux-kernel-version-during-system-booting-process/

How to revert to the previous kernel version of Ubuntu, Showing grub menu during boot-up process, selecting the desired kernel version from grub menu, permanently selecting the kernel version, updatin
PyCharm: “Support Python with JetBrains” Campaign Extended

Link: https://blog.jetbrains.com/pycharm/2022/11/support-python-with-jetbrains-campaign-extended


Good news! The Support Python with JetBrains campaign has been extended for another week and will now last until November 29, 2022.
Buy a PyCharm Pro subscription at 30% OFF, have the full amount of
PyCharm: Prolongation de la campagne « Soutenez Python avec JetBrains et PyCharm »

Link: https://blog.jetbrains.com/pycharm/2022/11/prolongation-de-la-campagne-soutenez-python-avec-jetbrains-et-pycharm


Bonne nouvelle : notre campagne Soutenez Python avec JetBrains et PyCharm est prolongée jusqu’au 29 novembre 2022 !
Il vous reste donc encore une semaine pour profiter d’une réduction de 30 % sur vot
Podcast.__init__: Build Better Machine Learning Models With Confidence By Adding Validation With Deepchecks

Link: https://www.pythonpodcast.com/deepchecks-machine-learning-validation-episode-386/

Machine learning has the potential to transform industries and revolutionize business capabilities, but only if the models are reliable and robust. Because of the fundamental probabilistic nature of m
PyCharm

Link:


Join us Monday, October 31, at 5:00 pm UTC (check other timezones) for our live webinar, New UI for Your IDE: A Glimpse Into the Future with JetBrains Developer Advocates.
REGISTER
JetBrains released
Mike Driscoll: PyDev of the Week: Yeray Diaz

Link: https://www.blog.pythonlibrary.org/2022/11/28/pydev-of-the-week-yeray-diaz/

This week we welcome Yeray Diaz (@yera_ee) as our PyDev of the Week! Yeray is a moderator on PyPI.org . Yeray also writes a blog and has several projects on his GitHub profile.
Let's take a few moment
Real Python: How to Get a List of All Files in a Directory With Python

Link: https://realpython.com/get-all-files-in-directory-python/

Getting a list of all the files and folders in a directory is a natural first step for many file-related operations in Python. When looking into it, though, you may be surprised to find various ways t
Łukasz Langa: Weekly Report August 1 - 7

Link: https://lukasz.langa.pl/a0e3ee6f-771e-443e-b888-64e5499b8e53/

This week I spent helping 3.11.0rc1 get released. This included both reviewing PRs and helping release blockers get resolved. There were two in particular that I spent most time on so I’ll talk briefl