PythonHub
2.44K subscribers
2.35K photos
49.3K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
I made an Abstract Art Generator using Python/Pygame, source code is available and I'm seeking feedback, this is my 4th project

https://www.reddit.com/r/madeinpython/comments/il2x88/i_made_an_abstract_art_generator_using/
Make Your Pandas DataFrame Output Report-Ready

Instruction of Pandas style and Sparklines Library

https://towardsdatascience.com/make-your-pandas-dataframe-output-report-ready-a9440f6045c6
Logistic Regression: The Math and The Code

A Deep Down look into Logistic Regression, the basic…

https://medium.com/adg-vit/logistic-regression-the-math-and-the-code-291077530d77
Winning Solution of RecSys2020 Challenge: GPU Accelerated Feature Engineering and Training for

https://medium.com/rapids-ai/winning-solution-of-recsys2020-challenge-gpu-accelerated-feature-engineering-and-training-for-cd67c5a87b1f
My Favorite Python Servers To Deploy Into Production

Spice-up your deploy-ability by exploring…

https://towardsdatascience.com/my-favorite-python-servers-to-deploy-into-production-d92289764fbe
5 Smooth Syntactical Tricks For Python

Make your code more concise and faster by using these…

https://towardsdatascience.com/5-smooth-syntactical-tricks-for-python-61cd69663cc9
Lambda Function in Python – How and When to use?

Lambda Function, also referred to as ‘Anonymous function’ is same as a regular python function but ...

https://www.machinelearningplus.com/python/lambda-function/
How to use tf.function to speed up Python code in Tensorflow

tf.function is a decorator function provided by Tensorflow 2.0 that converts regular python code to ...

https://www.machinelearningplus.com/deep-learning/how-use-tf-function-to-speed-up-python-code-tensorflow/
I made an object tracker using frame-differencing for motion detectors

https://www.reddit.com/r/madeinpython/comments/ii2mcr/i_made_an_object_tracker_using_framedifferencing/
Introducing PyTorch Forecasting

Forecasting with neural networks made simple

https://towardsdatascience.com/introducing-pytorch-forecasting-64de99b9ef46
Image Generation in 10 Minutes with Generative Adversarial Networks

Using Unsupervised Deep Learning…

https://towardsdatascience.com/image-generation-in-10-minutes-with-generative-adversarial-networks-c2afc56bfa3b
Python Data Model Part — 1(Objects, Types, and Values)

The de-facto of Python language

https://towardsdatascience.com/python-data-model-part-1-objects-types-and-values-cb9316f57e8