PythonHub
2.44K subscribers
2.35K photos
49.4K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Learn Blockchains by Building One

The fastest way to learn how Blockchains work is to build one

https://medium.com/hackernoon/learn-blockchains-by-building-one-117428612f46
Everything you need to know about TensorFlow 2.0

Keras-APIs, SavedModels, TensorBoard, Keras-Tuner and…

https://towardsdatascience.com/everything-you-need-to-know-about-tensorflow-2-0-b0856960c074
How virtual environment libraries work in Python

Have you ever wondered what happens when you activate a virtual environment and how it works ...

http://rushter.com/blog/python-virtualenv/
Starting and Synchronizing Threads

If you have developed code for long enough, probably you have faced the situation in which a task ...

https://www.pythonforthelab.com/blog/starting-and-synchronizing-threads
Long Short-Term Memory: From Zero to Hero with PyTorch

Just like us, Recurrent Neural Networks (RNNs) can be very forgetful. This struggle with short-term ...

https://blog.floydhub.com/long-short-term-memory-from-zero-to-hero-with-pytorch/
How Python saves memory when storing strings

Since Python 3, the str type uses Unicode representation. Unicode strings can take up to 4 bytes ...

http://rushter.com/blog/python-strings-and-memory/