PythonHub
2.44K subscribers
2.35K photos
49.2K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Best Machine Learning Books (Updated for 2020)

New year, new books! As I did last year, I've come up with the best recently-published titles on ...

https://blog.floydhub.com/best-machine-learning-books/
Top 3 Python Functions You Don’t Know About (Probably)

Cleaner Code and Fewer Loops? Count me in.

https://towardsdatascience.com/top-3-python-functions-you-dont-know-about-probably-978f4be1e6d
Really simple simulation of virus spreading. Black dots are people, yellow dots are infected (it starts from 1). Each cell visited by an infected can infect other people passing through that for 3 iterations. After 20 iterations a person is infected is deleted from the grid.

https://www.reddit.com/r/Python/comments/fh5d7f/really_simple_simulation_of_virus_spreading_black/
Linked Lists in Python

Linked List Data Structures in Python

https://towardsdatascience.com/linked-lists-in-python-91906f22a282
A Complete Guide to Exploratory Data Analysis and Data Cleaning

Investing your time to thoroughly…

https://medium.com/swlh/a-complete-guide-to-exploratory-data-analysis-and-data-cleaning-dd282925320f
What is the Merge Operator in Python?

A better way to combine dictionaries

https://medium.com/better-programming/what-is-the-merge-operator-in-python-b62cdd562ab2
Learn How to (easily!!) do 3 Advanced Excel Tasks in Python

An Introduction to Pandas for Excel Power…

https://towardsdatascience.com/learn-how-to-easily-do-3-advanced-excel-tasks-in-python-925a6b7dd081
10 Python Tricks and Scripts for Strings Transformation and Decomposing

Parse strings like a true…

https://medium.com/better-programming/10-python-tricks-and-scripts-for-strings-transformation-and-decomposing-e82ecac0a4d0
Stacks and Queues in Python

Learn 2 popular linear data structures.

https://levelup.gitconnected.com/stacks-and-queues-in-python-b2e8b4dbd876
How to Scrape Multiple Pages of a Website Using a Python Web Scraper

Extracting data and ensuring…

https://medium.com/better-programming/how-to-scrape-multiple-pages-of-a-website-using-a-python-web-scraper-4e2c641cff8
Functional strategies in Python

I got into a debate about Python’s support for functional programming (FP)
with a friend. ...

https://nedbatchelder.com//blog/202003/functional_strategies_in_python.html