PythonHub
2.42K subscribers
2.35K photos
49.1K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Managing Python Environments in 2022 (for the 99%)

Install mambaforge, use mamba to install packages, and pin direct dependencies inside your environment.yml.

https://aseifert.com/p/python-environments/
MicroPython in Docker Containers

You know how to run MicroPython on hardware, but what if you don't have a microcontroller lying around? That's where Docker comes in!

https://bhave.sh/micropython-docker/
Sudoku smashing solution

Exhaustive Sudoku solving bot tutorial: Image and optical character recognition plus text to ...

https://towardsdatascience.com/sudoku-smashing-solution-470c14ce1143
In-Depth Analysis of Moonbirds NFTs using Python and Alchemy

In this blog post, we will use Python and Alchemy to do a deep dive analysis of the collection in its first week of trading. In section 1, we will cover how to download Moonbirds data using Python and Alchemy. In Section 2, we will do a deep dive analysis to understand better the sales trends, the price movements and the holders of Moonbirds.

http://adilmoujahid.com/posts/2022/04/data-analysis-moonbirds-nft-python-alchemy/
Acquire and Visualize US Inflation Data with the BLS API, Python, and Tableau

The U.S. Bureau of Labor Statistics (BLS) collects and analyzes data in the field of labor ...

https://towardsdatascience.com/acquire-and-visualize-us-inflation-data-with-the-bls-api-python-and-tableau-409a2dca1537
Introducing PyScript — How to Run Python in Your Browser

Is Python the new JavaScript now? Well, no, but you can still do cool things.Continue reading on ...

https://towardsdatascience.com/introducing-pyscript-how-to-run-python-in-your-browser-8d838bb12224
Functions That Return Functions: Higher-Order Functions and Decorators in Python with Examples

Gain a working knowledge of higher-order functions, and how to use them to implement decorators in ...

https://towardsdatascience.com/functions-that-return-functions-higher-order-functions-and-decorators-in-python-with-examples-4282742cdd3e
Probably The Easiest Way To Animate Your Python Plots

Generate frames of plots and combine them as GIFContinue reading on Towards Data Science ...

https://towardsdatascience.com/probably-the-easiest-way-to-animate-your-python-plots-f5194ebed75f
Show HN: Wordle in Python using literate programming

https://jiby.tech/project/literate_wordle/wordle.html