PythonHub
2.42K subscribers
2.35K photos
49.1K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Time Series Forecasting with Ploomber, Arima, Python, and Slurm

In this post you will see how the authors took a raw .ipynb notebook that does time series forecasting with Arima, modularized it into a Ploomber pipeline, and ran parallel jobs on Slurm.

https://www.kdnuggets.com/2022/03/time-series-forecasting-ploomber-arima-python-slurm.html
Hands On Signal Processing with Python

From theory to practice: here’s how to perform frequency analysis, noise filtering and ...

https://towardsdatascience.com/hands-on-signal-processing-with-python-9bda8aad39de
The best way to store data in python & pandas.. spoiler: it's not CSV

In this video we discuss the best way to save off data as files using python and pandas. When you are working with large datasets there comes a time when you need to store your data. Most people turn to CSV files because they are easy to share and universally used. But there are much better options out there!

https://www.youtube.com/watch?v=u4rsA5ZiTls
Python f-strings Are More Powerful Than You Might Think

Learn about the unknown features of Python’s f-strings — the formatted string literals — and up your text formatting knowledge and skills.

https://martinheinz.dev/blog/70
What to Expect in Python 3.11

Exploring the new additions and updates in Python 3.11 and how to get early access to 3.11 ...

https://towardsdatascience.com/python-3-11-f62708eed569
Introduction to Streamlit and Streamlit Components

This article will show you how to build Streamlit apps and custom Streamlit Components, with the end goal of implementing Auth0 authentication of Streamlit apps using Streamlit Components.

https://auth0.com/blog/introduction-to-streamlit-and-streamlit-components/
Python List sort(): An In-Depth Guide to Sorting Lists

In this tutorial, you’ll learn how to use Python to sort a list using the sort() method. Being able to work with lists is an essential skill in Python, given their prevalence. Because lists are ordered and mutable data structures, we can modify their order. The list.sort() method allows you to do exactly this! The method is a valuable method that allows you to sort in many custom ways.

https://datagy.io/python-list-sort/
Rentfree Media

RentFree Media is a media distribution framework built on Django and Wagtail. With it you can publish either public or premium / subscription-based content similar to the features provided in services such as Patreon, Apple Podcasts, and Substack.

https://github.com/rentfreemedia/rentfreemedia