PythonHub
2.32K subscribers
2.35K photos
49K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
User Onboarding Tips and Tricks for Django Developers

This video explains how to implement anonymous onboarding in Django apps, allowing users to try the app without creating an account. It covers storing temporary data in the session and seamlessly transferring it to a user account once created, enhancing the initial user experience.

https://www.youtube.com/watch?v=gFnE6a9-kLw
Python 3.14 | Upcoming Changes

This video discusses the upcoming features, performance improvements, and other changes in Python 3.14, including the tail call interpreter, JIT compiler, and free threading. It also covers minor updates and deprecations, providing a comprehensive overview of the new release.

https://www.youtube.com/watch?v=hzys1_xmLPc
How to Extract GPS Coordinates from a Photo: The USAID Mystery

This post explains how to extract GPS coordinates from a photo using Python and plot them on a map, using libraries like Pillow, ExifRead, and Folium. It challenges the reader to analyze the location of a USAID nutrition pack to determine if the aid is being distributed appropriately.

https://www.marsja.se/how-to-extract-gps-coordinates-from-a-photo-the-usaid-mystery/
Maps with Django: GeoDjango, Pillow & GPS

A quick-start guide to create a web map with images, using the Python-based Django web framework, leveraging its GeoDjango module, and Pillow, the Python imaging library, to extract GPS information from images.

https://www.paulox.net/2025/04/11/maps-with-django-part-3-geodjango-pillow-and-gps/
Train Your Own LLM – Tutorial

This video offers a beginner-friendly, step-by-step guide to training a large language model from scratch. It covers essential topics such as data preparation, tokenization, model selection, and fine-tuning, providing practical insights for those interested in customizing LLMs for specific applications.

https://www.youtube.com/watch?v=9Ge0sMm65jo