PythonHub
2.42K subscribers
2.35K photos
49.1K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
CyberBrain: Debugging Python Programs Like A Pro

Python debugging redefined

https://towardsdatascience.com/cyberbrain-debugging-python-programs-like-a-pro-dbedbfa25800
Implementing the Perceptron Neural Network with Python

First introduced by Rosenblatt in 1958, The Perceptron: A Probabilistic Model for Information ...

https://www.pyimagesearch.com/2021/05/06/implementing-the-perceptron-neural-network-with-python/
Build a Netflix API Miner With Python

A command-line app to retrieve Netflix show information

https://betterprogramming.pub/build-a-netflix-api-miner-with-python-162f74d4b0df
Why isn't Flask async

This talk will discuss the approaches taken in the past to support async/await in Flask, where they struggled, and the challenges in general. It will then show how inspiration has been taken from Django to introduce support in the upcoming Flask-2.0 release.

https://www.youtube.com/watch?v=bw1qeMoFBmw
Multi-Tenancy in Django

Here's how we implemented multi-tenancy on a recent Python / Django app build. This article describes our approach, shares some code and compares it with an earlier project we did using a different method.

https://www.viget.com/articles/multi-tenancy-in-django/
Django code review for dummies

After 2 years at an enterprise backup software firm, I finally took the plunge and joined a ...

https://kevinmartinjose.com/2017/12/10/django-code-review-for-dummies/