PythonHub
2.44K subscribers
2.35K photos
49.3K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Python and R — Unequivocal Champions of Data Science

Python and R are still the top two programming…

https://towardsdatascience.com/python-and-r-unequivocal-champions-of-data-science-31ab4d1fa45e
How to Deploy your data science as web apps easily with Python

Tutorial + deploying in Heroku —…

https://towardsdatascience.com/how-to-deploy-your-data-science-as-web-apps-easily-with-python-955dd462a9b5
Faster Python with Different Implementations

If you need speed, you should check these out

https://medium.com/better-programming/faster-python-with-different-implementations-874781a2a4fd
Scraping Data behind Site Logins with Python

Using the Requests library to scrape data behind a…

https://towardsdatascience.com/scraping-data-behind-site-logins-with-python-ee0676f523ee
How To Replace Your Python For Loops with Map, Filter, and Reduce

Write more semantic code with…

https://medium.com/better-programming/how-to-replace-your-python-for-loops-with-map-filter-and-reduce-c1b5fa96f43a
Complex logic at breakneck speed: Try Julia for data science

We show a comparative performance…

https://towardsdatascience.com/complex-logic-at-breakneck-speed-try-julia-for-data-science-bcd4dfa23541
Building a Python UI for Comparing Data

How to quickly enable your non-technical team to compare data

https://towardsdatascience.com/building-a-python-ui-for-comparing-data-13c10693d9e4
These Projects will make you the SuperHero of Python City

You give us 8 minutes, we’ll give you 10…

https://medium.com/dataflair/these-projects-will-make-you-the-superhero-of-python-city-14101e62393b
10 OOP Design Principles You Can Learn in 2020

Want to write better, solid code that can withstand the…

https://medium.com/javarevisited/10-oop-design-principles-you-can-learn-in-2020-f7370cccdd31
Training a custom dlib shape predictor

In this tutorial, you will learn how to train your own custom dlib shape predictor. ...

https://www.pyimagesearch.com/2019/12/16/training-a-custom-dlib-shape-predictor/
Writing If-else multiple ways in Python 3

By Lenin Mishra
We all know about if else clauses in Python 3. Probably we use them on a daily ...

https://www.pylenin.com/blogs/if-else-python3-multiple.ways/