PythonHub
2.44K subscribers
2.35K photos
49.3K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
How I Built Burplist For Free

This post talks about engineering decisions and thought processes of creating Burplist, a fast and simple search engine for craft beers in Singapore.

https://jerrynsh.com/how-i-built-burplist-for-free/
Building a board game app with TensorFlow

In this end-to-end tutorial, we are going to show you how to use TensorFlow core, TensorFlow Agents and TensorFlow Lite to build a game agent to play against a human user in a small board game app.

https://blog.tensorflow.org/2021/10/building-board-game-app-with-tensorflow.html
Introduction to Asynchronous Programming in Python

A guide to writing more responsive and performant programsContinue reading on Towards Data Science ...

https://towardsdatascience.com/introduction-to-asynchronous-programming-in-python-3cd190748cd5
An Intel 8080 Assembly Suite in Python

A pretty cool post where the author describes how he created Suite8080, a suite of Intel 8080 Assembly cross-development tools written in Python.

https://blog.paoloamoroso.com/2021/11/an-intel-8080-assembly-suite-in-python.html
Guide of CPython’s Parser

https://devguide.python.org/parser/
How to build, test and publish an open source Python library

Learn how to to use cookiecutter, pytest and GitHub Actions to develop a new Python library, add tests, run continuous integration and automatically publish new releases of your package to PyPI.

https://simonwillison.net/2021/Nov/4/publish-open-source-python-library/