PythonHub
2.36K subscribers
2.35K photos
49K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Master Python & Zoom API | Build a Server-to-Server App That Transcribes Recordings

Learn how to use Zoom's API with Python in this step-by-step guide! In this tutorial, you'll learn how to create a robust server-to-server OAuth application that automatically transcribes your Zoom recordings, prints them directly to your terminal, and saves them as text files. Perfect for developers, this tutorial will take you from setup to execution, so you'll have a fully functional ...

https://www.youtube.com/watch?v=sQVliRl5uKw
Light speed with Python and JS

Nope, this article is not about making Python and JS run very fast, it's about making a light speed effect for the fun of a hundred of drunk people

https://www.bitecode.dev/p/light-speed-with-python-and-js
An Intro to Logging with Python and Loguru

Python’s logging module isn’t the only way to create logs. There are several third-party packages you can use, too. One of the most popular is Loguru. Loguru intends to remove all the boilerplate you get with the Python logging API. You will find that Loguru greatly simplifies creating logs in Python.

https://www.blog.pythonlibrary.org/2024/05/15/an-intro-to-logging-with-python-and-loguru/
The Unit of Work Design Pattern Explained

This video explains the Unit of Work design pattern, a crucial concept for anyone who regularly interacts with databases. This pattern plays a key role by accumulating all transactions and executing them collectively. But why is this necessary? Find out in this video.

https://www.youtube.com/watch?v=HX6vkP-QD7U
Tezos Blockchain Developer Course – Python Web3 Development

Learn how to develop distributed applications on Tezos, from setting up wallets to understanding and managing smart contracts effectively. The course covers various tools and techniques essential for Tezos developers and highlights the community-driven innovations that support the platform's growth.

https://www.youtube.com/watch?v=pHQfw1W7V8s
A first attempt at DSPy Agents from scratch

This post is going to take a first pass at creating Agents from scratch, using DSPy. The goal here is education, and to explore how one might build agents from scratch in DSPy.

https://learnbybuilding.ai/tutorials/dspy-agents-from-scratch