PythonHub
2.44K subscribers
2.35K photos
49.4K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Advanced Functional Programming in Python: lambda

A few weeks ago, I introduced you to functional programming in Python. Today, I'd like to go ...

https://julien.danjou.info/python-functional-programming-lambda/
Building a Minimal Blockchain in Python

Understanding blockchain by coding

https://towardsdatascience.com/building-a-minimal-blockchain-in-python-4f2e9934101d
Keras: Feature extraction on large datasets with Deep Learning

In this tutorial, you will learn how to use Keras for feature extraction on image datasets too big ...

https://www.pyimagesearch.com/2019/05/27/keras-feature-extraction-on-large-datasets-with-deep-learning/
Scraping 180k Luxury Fashion Products with Python

How to find undocumented API on FarFetch and create…

https://medium.com/@zpencer/scraping-180k-luxury-fashion-products-with-python-ba42fdd831d8
Monkey Patching in Python: Explained with Examples

In this post, we will learn about monkey patching, i.e., how to dynamically update code behavior ...

https://thecodebits.com/monkey-patching-in-python-explained-with-examples/?utm_source=rss&utm_medium=rss&utm_campaign=monkey-patching-in-python-explained-with-examples
Surprising Sorting Tips for Data Scientists

Python, Numpy, Pandas, PyTorch, TensorFlow & SQL

https://towardsdatascience.com/surprising-sorting-tips-for-data-scientists-9c360776d7e
Fine-tuning with Keras and Deep Learning

In this tutorial, you will learn how to perform fine-tuning with Keras and Deep Learning.
We will ...

https://www.pyimagesearch.com/2019/06/03/fine-tuning-with-keras-and-deep-learning/
Monkey Patching and its consequences

Monkey patching is a technique that allows you to alter the behavior of objects at runtime. Even ...

https://www.pythonforthelab.com/blog/monkey-patching-and-its-consequences
Build an XML sitemap of XML sitemaps

Suppose that you have so many thousands of pages that you can't just create a single /sitemap.xml ...

https://www.peterbe.com/plog/build-an-xml-sitemap-of-xml-sitemaps
datetime in Python – Simplified Guide with Clear Examples

datetime is the standard module for working with dates in python. It provides 4 main objects for ...

https://www.machinelearningplus.com/python/datetime-python-examples/
A Beginner’s Guide to Python for Data Science

All you need is Python. Python is all you need.

https://towardsdatascience.com/a-beginners-guide-to-python-for-data-science-60ef022b7b67
Handling multipart/form-data natively in Python

RFC7578 (who obsoletes RFC2388) defines the multipart/form-data type that is usually transported ...

https://julien.danjou.info/handling-multipart-form-data-python/