PythonHub
2.44K subscribers
2.35K photos
49.3K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
explainable-ai

This repository contains examples and best practices for building explainable AI systems, provided as Jupyter notebooks.

https://github.com/squaredev-io/explainable-ai
How I start every new Python backend API project

How to setup everything and focus only on the implementation of our lovely business logic

https://blog.szymonmiks.pl/p/how-i-start-every-new-python-backend-api-project/
Python 3.10.8

Python 3.10.8 is the newest major release of the Python programming language, and it contains many new features and optimizations.

https://www.python.org/downloads/release/python-3108/
daily-python-scripts

A repository of python scripts that come in handy in automating day-to-day tasks.

https://github.com/metafy-social/daily-python-scripts
Python Type Hints - Lambdas don’t support type hints, but that’s okay

Python has no syntax to add type hints to lambdas, but that doesn’t mean you can’t use them in type-checked code. In this post we’ll look at how Mypy can infer the types for lambdas, based on where they’re used.

https://adamj.eu/tech/2022/10/10/python-type-hints-lambda-incompatible/