PythonHub
2.44K subscribers
2.35K photos
49.4K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Show HN: Python Developer Job Board: https://news.ycombinator.com/item?id=20432146
10 Best Programming Languages to Learn in 2020

A developer’s list of the programming languages you…

https://hackernoon.com/10-best-programming-languages-to-learn-in-2019-e5b05af4a972
Object detection and image classification with Google Coral USB Accelerator

A few weeks ago I published a tutorial on how to get started with the Google Coral USB ...

https://www.pyimagesearch.com/2019/05/13/object-detection-and-image-classification-with-google-coral-usb-accelerator/
Fastest Way to Load Data Into PostgreSQL Using Python

As glorified data plumbers, we are often tasked with loading data fetched from a remote source ...

https://hakibenita.com/fast-load-data-python-postgresql
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