PythonHub
2.37K subscribers
2.35K photos
49K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
A Python Epoch Timestamp Timezone Trap

This is an article about a Python epoch timestamp timezone trap. It discusses how epoch timestamps can be tricky to work with in Python, especially when dealing with timezones. The author provides a few tips for avoiding the trap.

https://nerderati.com/a-python-epoch-timestamp-timezone-trap/
PyTorch Lightning: A Comprehensive Hands-On Tutorial

This comprehensive, hands-on tutorial teaches you how to simplify deep learning model development with PyTorch Lightning. Perfect for beginners and experienced developers alike, it covers environment setup, model training, and practical examples.

https://www.datacamp.com/tutorial/pytorch-lightning-tutorial
Deno-Python – A Debugging Story

https://sigmasd.github.io/blog/debug-story/
Build a search index in Python

How can search engines be so fast? While there are many parts of a search system, one of the key concepts to know is the inverted index.

https://jamesg.blog/2024/07/16/build-a-search-index/
👍1
MervinPraison / PraisonAI

PraisonAI application combines AutoGen and CrewAI or similar frameworks into a low-code solution for building and managing multi-agent LLM systems, focusing on simplicity, customisation, and efficient human-agent collaboration. Chat with your ENTIRE Codebase.

https://github.com/MervinPraison/PraisonAI
Resource management and generators in Python

The article explores resource management and cleanup behavior in Python generators, highlighting unexpected issues when generators are not fully consumed. It demonstrates various scenarios, including the use of context managers and the finally clause, to ensure proper cleanup and resource management in generator functions.

https://samgeo.codes/python-generator-cleanup/
Python Practical Package Packing 2024

https://matt.sh/python-project-structure-2024
👍1
Transcribing Audio with Python on Your Local Machine

If you don't want to pay for a service to transcribe your audio, you can generate it easily on your own machine with a little setup. Here's how.

https://www.jeremymorgan.com/tutorials/generative-ai/how-to-transcribe-audio