PythonHub
2.44K subscribers
2.35K photos
49.3K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Guido van Rossum - Python 4.0 will never arrive🤚😔: "Thеrе will probably nеvеr bе a 4.0 and wе’ll continuе until 3.33, at lеast." - Sabrina Carpenter [Medium] Then, evidently, we will get a Python 'Pi'

https://www.reddit.com/r/Python/comments/rt0p1i/guido_van_rossum_python_40_will_never_arrive/
Build an NFT rarity tool with Django

Learn how to build an NFT rarity tool. The project we will build will use Django, celery for asynchronous tasks, and web3.py to interact with the Ethereum blockchain.

https://ghost.justdjango.com/blog/nft-rarity-tool/
FastAPI Microservice Patterns: GraphQL API

The go-to backend/frontend integration API.

https://t.co/SDDWx7qygf
Profiling and Analyzing Performance of Python Programs

In this article, we will look at the tools and techniques that can help us narrow down our focus and find bottlenecks both for CPU and memory consumption, as well as how to implement easy (almost zero-effort) solutions to performance issues in cases where even well-targeted code changes won't help anymore.

https://martinheinz.dev/blog/64