Understanding Decision Trees for Classification (Python)
https://towardsdatascience.com/understanding-decision-trees-for-classification-python-9663d683c952
  https://towardsdatascience.com/understanding-decision-trees-for-classification-python-9663d683c952
SQL JOINs
Bringing data together one join at a time
https://towardsdatascience.com/sql-join-8212e3eb9fde
  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/
  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/
How we automated taking screenshots of Django applications
Both our documentation as well as our website
contain a number of screenshots of our software. ...
https://behind.pretix.eu//2018/11/15/automated-screenshots/
  
  Both our documentation as well as our website
contain a number of screenshots of our software. ...
https://behind.pretix.eu//2018/11/15/automated-screenshots/
behind.pretix.eu
  
  How we automated taking screenshots of Django applications - pretix – behind the scenes - Behind the scenes of pretix, your friendly…
  Behind the scenes blog of pretix, your friendly ticketing system from next door.
  Power BI: How I Started Using Python To Automate Tasks
https://towardsdatascience.com/power-bi-how-i-started-using-python-to-automate-tasks-9f53e3e9ab47
  https://towardsdatascience.com/power-bi-how-i-started-using-python-to-automate-tasks-9f53e3e9ab47
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/
  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_
  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_
Selenium Python
Selenium Python :
Today, companies and applications are widely structured on web-based systems. The ...
https://www.learntek.org/blog/selenium-python/
  
  Selenium Python :
Today, companies and applications are widely structured on web-based systems. The ...
https://www.learntek.org/blog/selenium-python/
LEARNTEK
  
  Selenium Python | Selenium Web Driver with Python | Learntek
  Selenium Python : Selenium is one of the widely used Web Browser Automation tools, offering plenty of functionality and control over all major web brow..
  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/
  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
  Top Data Science Jobs with their salaries and Job Roles
https://towardsdatascience.com/data-science-jobs-with-their-salaries-171acd3bf9be
Making the Mueller Report Searchable with OCR and Elasticsearch
https://towardsdatascience.com/making-the-mueller-report-searchable-with-ocr-and-elasticsearch-4e73e55de341
  https://towardsdatascience.com/making-the-mueller-report-searchable-with-ocr-and-elasticsearch-4e73e55de341
Python Basics — Data Structures
Introduction to built-in collections in Python
https://blog.usejournal.com/python-basics-data-structures-d378d854df1b
  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/
  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/
  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/
  Getting sufficient clean, reliable data is one of the hardest parts of data science. While course ...
https://blog.floydhub.com/web-scraping-with-python/
Python mind-teaser: Make the function return True
Hi everyone! I was browsing /r/python and came across this post:
The challenge was easy. Provide ...
https://pythontips.com/2019/07/30/python-mind-teaser-make-the-function-return-true/
  
  Hi everyone! I was browsing /r/python and came across this post:
The challenge was easy. Provide ...
https://pythontips.com/2019/07/30/python-mind-teaser-make-the-function-return-true/
yasoob.me
  
  Python mind-teaser: Make the function return True - Yasoob Khalid
  Hi everyone! 👋 I was browsing /r/python and came across this post:
The challenge was easy. Provide such an input that if 1 is added to it, it is the instance of the same object but if 2 is added it is not.
Solution 1: Custom class The way I personally thought…
  The challenge was easy. Provide such an input that if 1 is added to it, it is the instance of the same object but if 2 is added it is not.
Solution 1: Custom class The way I personally thought…
