Planet Python RSS
215 subscribers
16.8K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
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
Python for Beginners: Sort a Pandas Series in Python

Link: https://www.pythonforbeginners.com/basics/sort-a-pandas-series-in-python

Pandas series is used to handle sequential data in python. In this article, we will discuss different ways to sort a pandas series in Python. 
Table of ContentsSort a series using the sort_values() me
Łukasz Langa: I built an AM5 PC for Python-related things

Link: https://lukasz.langa.pl/c1bab41c-501a-4ff0-bca6-7e1b0f968818/

16 cores, 128 GB of RAM, an RTX 3090. Sounds great but… don’t be an early adopter. While I’m pretty stoked about what this new machine lets me accomplish, it was quite painful to get it running.
Declassed Art: torcontrol and Tor circuits managers

Link: https://declassed.art/en/blog/2022/11/29/torcontrol-and-tor-circuits-managers

Stem did not encourage me to read specifications.
I f*cked error handling up and now proudly introduce my own minimalistic Tor controller.
testmon: New features in 1.3.x

Link: https://testmon.org/testmon_1.3_is_out_intro.html

New in pytest-testmon version 1.3.x.
There has been a lot of compatiblity upgrades and improvements.
To find more go to: New features in 1.3.x
testmon: pytest-testmon v1.4 with xdist support is out.

Link: https://testmon.org/testmon_1.4x_is_out_intro.html

I'm happy to announce that this long-standing limitation of pytest-testmon has been fixed.
To find more go to: New features in 1.4.x
Zero to Mastery: Python Monthly Newsletter 💻🐍

Link: https://zerotomastery.io/blog/python-monthly-newsletter-november-2022/?utm_source=python-rss-feed

36th issue of the Python Monthly Newsletter! Read by 25,000+ Python developers every month. This monthly Python newsletter covers the latest Python news so that you stay up-to-date with the industry a
S. Lott: Functional Programming and Finite State Automata (FSA)

Link: http://slott-softwarearchitect.blogspot.com/2022/11/functional-programming-and-finite-state.html

When I talk about functional programming in Python, folks like to look for place where functional programming isn't appropriate. They latch onto finite-state automata (FSA) because "state" of an autom