PythonHub
2.44K subscribers
2.35K photos
49.4K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
SQL JOINs

Bringing data together one join at a time

https://towardsdatascience.com/sql-join-8212e3eb9fde
Introduction to Genetic Algorithms

When you're solving a problem, how do you know if the answer you've found is correct? In many ...

https://blog.floydhub.com/introduction-to-genetic-algorithms/
An introduction to Q-Learning: Reinforcement Learning

Have you ever trained a pet and rewarded it for every correct command you asked for? Do you know ...

https://blog.floydhub.com/an-introduction-to-q-learning-reinforcement-learning/
Matplotlib Tutorials

In this Python Programming series, we will be learning how to use the Matplotlib library. Matplotlib allows us to create some great looking plots in order to visualize our data in easy to digest formats.

https://www.youtube.com/playlist?list=PL-osiE80TeTvipOqomVEeZ1HRrcEvtZB_
Migrating our production deployment from MariaDB Galera to PostgreSQL and Patroni

This night, pretix.eu had a planned outage for around 70 minutes to allow us to make a fundamental ...

https://behind.pretix.eu//2018/03/11/mysql-to-postgres/
Data Science Jobs with their salaries

Top Data Science Jobs with their salaries and Job Roles

https://towardsdatascience.com/data-science-jobs-with-their-salaries-171acd3bf9be
Python Basics — Data Structures

Introduction to built-in collections in Python

https://blog.usejournal.com/python-basics-data-structures-d378d854df1b
Introduction to K-Means Clustering in Python with scikit-learn

Have you ever organized your bookshelf in a way that the books pertaining to the same subjects are ...

https://blog.floydhub.com/introduction-to-k-means-clustering-in-python-with-scikit-learn/
Statistics for Data Science

How many of us are involved in the act of taking "decisions" on a daily basis? Well, small or big ...

https://blog.floydhub.com/statistics-for-data-science/
DIY Data: Web Scraping with Python and BeautifulSoup

Getting sufficient clean, reliable data is one of the hardest parts of data science. While course ...

https://blog.floydhub.com/web-scraping-with-python/