PythonHub
2.37K subscribers
2.35K photos
49K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Django Developers Survey 2021 Results

We are excited to share the results of the annual Django Developers Survey which was conducted this ...

https://www.djangoproject.com/weblog/2022/jan/03/django-developers-survey-2021-results/
It's time to stop using Python 3.6

Upgrading to new software versions is work, and work that doesn’t benefit your software’s ...

https://pythonspeed.com/articles/stop-using-python-3.6/
Analyzing Seated's restaurants by reversing their API

Seated is an app that offers a certain (sizable) percentage off your bill for certain restaurants in your area. This post shows you how to grab all their restaurants and visualize the stats on them.

https://blog.jonlu.ca/posts/seated
Extracting information from Python source code

What library symbols does a Python source code file use? And what symbols does it provide to its users? A simple tool called invectio can provide this information based on static source code analysis. This small tool can extract information about imports as well as information about what users can import from Python modules.

https://developers.redhat.com/articles/2022/01/05/extracting-information-python-source-code
Game Boy Emulator: Writing the Z80 Disassembler

Let’s continue where we left off in the introduction to Game Boy Emulation with a deep dive into the Game Boy’s opcodes and operands – the language of the Z80 CPU – and how to make sense of it all.

https://www.inspiredpython.com/course/game-boy-emulator/game-boy-emulator-writing-the-z80-disassembler
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/