PythonHub
2.42K subscribers
2.35K photos
49.1K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Automate Email Sending with Python

The Definitive Snippets CollectionContinue reading on Towards Data Science ...

https://towardsdatascience.com/automate-email-sending-with-python-74128c7ca89a?source=rss----7f60cf5620c9--python
One Database Transaction Too Many

A story about how I ended up sending hundreds of users messages saying they got paid when they didn't! In the process we've learned a valuable lesson about nested transactions and Django signals.

https://hakibenita.com/django-nested-transaction
Time Series Analysis From Scratch — Seeing The Big Picture

Part 1 of the Time Series from Scratch Series — Answering the big questions ...

https://towardsdatascience.com/time-series-analysis-from-scratch-seeing-the-big-picture-2d0f9d837329?source=rss----7f60cf5620c9--python
TFace

A trusty face recognition research platform. It provides a high-performance distributed training framework and releases our efficient methods implementation.

https://github.com/Tencent/TFace
Introduction to Django Rest Framework

In this tutorial series you are going to learn the basics about DRF: how to start a project, handle authentication, work with ViewSets and serializers.

https://www.youtube.com/playlist?list=PLLxk3TkuAYnrO32ABtQyw2hLRWt1BUrhj
Guide to Reinforcement Learning with Python and TensorFlow

In this article, we present complete guide to reinforcemen learning and one type of it Q-Learning (which with the help of deep learning become Deep Q-Learning). We learn about the inspiration behind this type of learning and implement it with Python, TensorFlow and TensorFlow Agents.

https://rubikscode.net/2021/07/13/deep-q-learning-with-python-and-tensorflow-2-0/