PythonHub
2.44K subscribers
2.35K photos
49.3K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Build a Reactive Data Streaming App with Python and Apache Kafka

How do you get live notifications from a service that doesn’t support live notifications? Can you watch an online store for price drops? Or track comments on someone else’s YouTube video? Or at work, can you react to changes in another department’s system, when that system doesn’t have a notification API? How do you turn the question-and-answer model of the web into a live-streaming system?

https://www.youtube.com/watch?v=jItIQ-UvFI4
Writing REST With Django and Ninja

Django Ninja is a FastAPI inspired library for turning your Django views into REST API end-points. Learn how to get started with Django Ninja, how the interface interacts with Django's URL and ORM mechanisms, and how to apply authentication controls to your REST API.

https://www.youtube.com/watch?v=Gry6rlZYpzw
A Deep Dive Into Pathlib And The Magic Behind It

If you’re not yet using pathlib for dealing with files and directories, you’re missing out. This video takes a close look at the pathlib library in Python and explains some of the magic that goes into it, as well as how you can use it in your own code.

https://www.youtube.com/watch?v=UcKkmwaRbsQ
Learn Python by Thinking in Types

Learn Python by thinking in types. The beginner's course focuses on basic programming concepts rather than just teaching the language syntax. It's always helpful to learn from many different perspectives and this course may be just what you need to understand Python.

https://www.youtube.com/watch?v=jH85McHenvw
A Complete Guide to Logging in Python with Loguru

This guide will describe the library and its features in detail, and give you an idea of how to integrate it into a typical web application setup. It will also provide some pointers on how to seamlessly migrate from the standard logging module to Loguru.

https://betterstack.com/community/guides/logging/loguru/
Using LaTeX In Python

Python has great support for LaTeX -- in Jupyter, in symbolic math tools, and in third party ...

https://codesolid.com/using-latex-in-python/
Didact AI

The anatomy of an ML-powered stock picking engine

https://principiamundi.com/posts/didact-anatomy/
12 Beginner Concepts About Type Hints To Improve Your Python Code

https://t.co/GDFW7OmXIa
Carefully exploring Rust as a Python developer

Trying out the Rust programming ecosystem as a 10+ years Python developer. How to do common programming tasks and how the tooling looks like.

https://karimjedda.com/carefully-exploring-rust/
red-box

Red Box is an advanced email box reader library. It is a sister library for Red Mail, advanced email sender. It makes managing your email box in Python very easy.

https://github.com/Miksus/red-box