PythonHub
2.39K subscribers
2.35K photos
49.1K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Humanities Data Analysis: Case Studies with Python

A practical guide to data-intensive humanities research using the Python programming language.

https://www.humanitiesdataanalysis.org/
Faster API development with django-dataclasses

A new django-dataclasses library allows you to: Define your API schema using Python dataclasses, Use the dataclasses as request and response bodies in Django views and Generate a JavaScript API client from an OpenAPI export.

https://medium.com/roivant-technology/faster-api-development-with-django-dataclasses-5d33c366f23c
dgtlmoon / changedetection.io

changedetection.io - The best and simplest self-hosted open source website change detection monitoring and notification service. An alternative to Visualping, Watchtower etc. Designed for simplicity - the main goal is to simply monitor which websites had a text change. Open source web page change detection - Now also includes XPATH and JSON API …

https://github.com/dgtlmoon/changedetection.io
Sockets for dummies

Dive into the world of socket programming with this Python tutorial that assumes 0 prior experience.

https://mathspp.com/blog/sockets-for-dummies
How vectorization speeds up your Python code

Vectorization allows you to speed up the processing of homogeneous data in Python. Learn what it means, when it applies, and how to do it.

https://pythonspeed.com/articles/vectorization-python/