How to efficiently loop through Pandas DataFrame
https://medium.com/swlh/how-to-efficiently-loop-through-pandas-dataframe-660e4660125d
https://medium.com/swlh/how-to-efficiently-loop-through-pandas-dataframe-660e4660125d
I created an AI to play "Flappy Bird": my first steps into AI (using Pygame and NEAT-python)
https://www.reddit.com/r/Python/comments/eg2be8/i_created_an_ai_to_play_flappy_bird_my_first/
https://www.reddit.com/r/Python/comments/eg2be8/i_created_an_ai_to_play_flappy_bird_my_first/
reddit
I created an AI to play "Flappy Bird": my first steps into AI...
Posted in r/Python by u/seppeEnZigie • 1,342 points and 73 comments
5 Python features I wish I had known earlier
Python tricks beyond lambda, map, and filter
https://towardsdatascience.com/5-python-features-i-wish-i-had-known-earlier-bc16e4a13bf4
Python tricks beyond lambda, map, and filter
https://towardsdatascience.com/5-python-features-i-wish-i-had-known-earlier-bc16e4a13bf4
Creating Interactive Dashboards from Jupyter Notebooks
Introduction
I am pleased to have another guest post from Duarte O.Carmo. He wrote
series of
posts ...
https://pbpython.com/interactive-dashboards.html
Introduction
I am pleased to have another guest post from Duarte O.Carmo. He wrote
series of
posts ...
https://pbpython.com/interactive-dashboards.html
Pbpython
Creating Interactive Dashboards from Jupyter Notebooks
This article discusses how to build an interactive dashboard to analyze reddit content and display interactive graphs of the result using Voilà.
Learning to Use Progress Bars in Python
Introduction to 4 different libraries (Command Line & UI)
https://towardsdatascience.com/learning-to-use-progress-bars-in-python-2dc436de81e5
Introduction to 4 different libraries (Command Line & UI)
https://towardsdatascience.com/learning-to-use-progress-bars-in-python-2dc436de81e5
5 Books that helped me learn Python, fast.
https://medium.com/swlh/books-that-helped-me-learn-python-fast-9e7458979d75
https://medium.com/swlh/books-that-helped-me-learn-python-fast-9e7458979d75
GoogleContainerTools / distroless
🥑 Language focused docker images, minus the operating system.
https://github.com/GoogleContainerTools/distroless
🥑 Language focused docker images, minus the operating system.
https://github.com/GoogleContainerTools/distroless
GitHub
GitHub - GoogleContainerTools/distroless: 🥑 Language focused docker images, minus the operating system.
🥑 Language focused docker images, minus the operating system. - GitHub - GoogleContainerTools/distroless: 🥑 Language focused docker images, minus the operating system.
What is if __name__ == '__main__' ?
By Lenin Mishra
So what is name ? Before we get rolling, I want you to create 2 python files. ...
https://www.pylenin.com/blogs/if-name-equal-to-main/
By Lenin Mishra
So what is name ? Before we get rolling, I want you to create 2 python files. ...
https://www.pylenin.com/blogs/if-name-equal-to-main/
Reshaping numpy arrays in Python — a step-by-step pictorial tutorial
This tutorial and cheatsheet…
https://towardsdatascience.com/reshaping-numpy-arrays-in-python-a-step-by-step-pictorial-tutorial-aed5f471cf0b
This tutorial and cheatsheet…
https://towardsdatascience.com/reshaping-numpy-arrays-in-python-a-step-by-step-pictorial-tutorial-aed5f471cf0b
Decision Tree Algorithm — Explained
All you need to know about Decision Trees and how to build and…
https://towardsdatascience.com/decision-tree-algorithm-explained-83beb6e78ef4
All you need to know about Decision Trees and how to build and…
https://towardsdatascience.com/decision-tree-algorithm-explained-83beb6e78ef4
opencv / open_model_zoo
Pre-trained Deep Learning models and samples (high quality and extremely fast)
https://github.com/opencv/open_model_zoo
Pre-trained Deep Learning models and samples (high quality and extremely fast)
https://github.com/opencv/open_model_zoo
GitHub
GitHub - openvinotoolkit/open_model_zoo: Pre-trained Deep Learning models and demos (high quality and extremely fast)
Pre-trained Deep Learning models and demos (high quality and extremely fast) - openvinotoolkit/open_model_zoo
Introduction to Functional Programming in Python
Time to roll up our sleeves and get started
https://medium.com/better-programming/introduction-to-functional-programming-in-python-3d26cd9cbfd7
Time to roll up our sleeves and get started
https://medium.com/better-programming/introduction-to-functional-programming-in-python-3d26cd9cbfd7
4 NumPy Tricks Every Python Beginner should Learn
Tricks for writing readable codes
https://towardsdatascience.com/4-numpy-tricks-every-python-beginner-should-learn-bdb41febc2f2
Tricks for writing readable codes
https://towardsdatascience.com/4-numpy-tricks-every-python-beginner-should-learn-bdb41febc2f2
Introduction to Priority Queues in Python
Learn to handle VIP data
https://towardsdatascience.com/introduction-to-priority-queues-in-python-83664d3178c3
Learn to handle VIP data
https://towardsdatascience.com/introduction-to-priority-queues-in-python-83664d3178c3
Learn Metaflow in 10 mins — Netflix’s Python/R Framework for Data Science
Spend more time modeling…
https://towardsdatascience.com/learn-metaflow-in-10-mins-netflixs-python-r-framework-for-data-scientists-2ef124c716e4
Spend more time modeling…
https://towardsdatascience.com/learn-metaflow-in-10-mins-netflixs-python-r-framework-for-data-scientists-2ef124c716e4
Stop Using Square Bracket Notation to Get a Dictionary’s Value in Python
Go beyond the traditional…
https://medium.com/better-programming/stop-using-square-bracket-notation-to-get-a-dictionarys-value-in-python-c617f6ea15a3
Go beyond the traditional…
https://medium.com/better-programming/stop-using-square-bracket-notation-to-get-a-dictionarys-value-in-python-c617f6ea15a3
Introduction to Git Data Extraction and Analysis in Python
Extraction of Git data from Github REST API…
https://towardsdatascience.com/introduction-to-git-data-extraction-and-analysis-in-python-e7e2bf9b4606
Extraction of Git data from Github REST API…
https://towardsdatascience.com/introduction-to-git-data-extraction-and-analysis-in-python-e7e2bf9b4606
Streaming scikit-learn with PySpark
Chapter 8 excerpt of Data Science in Production
https://towardsdatascience.com/streaming-scikit-learn-with-pyspark-c4806116a453
Chapter 8 excerpt of Data Science in Production
https://towardsdatascience.com/streaming-scikit-learn-with-pyspark-c4806116a453
Web Scraping 101 in Python
Web scraping is an effective way to build or add to your data sets. Here’s…
https://towardsdatascience.com/web-scraping-101-in-python-35f8653b1c97
Web scraping is an effective way to build or add to your data sets. Here’s…
https://towardsdatascience.com/web-scraping-101-in-python-35f8653b1c97