Top 3 VS Code Extensions for Python and Data Science
Who doesn’t love a smart IDE?
https://towardsdatascience.com/top-3-vs-code-extensions-for-python-and-data-science-7462dd4ee530
Who doesn’t love a smart IDE?
https://towardsdatascience.com/top-3-vs-code-extensions-for-python-and-data-science-7462dd4ee530
Elevate Your Jupyter Notebook Environment Experience
And subsequently, make you love to work in the…
https://towardsdatascience.com/elevate-your-jupyter-notebook-environment-experience-9bdd1101aa54
And subsequently, make you love to work in the…
https://towardsdatascience.com/elevate-your-jupyter-notebook-environment-experience-9bdd1101aa54
Face Tracking Nerf Turret Project. Details in the comments
https://www.reddit.com/r/Python/comments/f0r9f2/face_tracking_nerf_turret_project_details_in_the/
https://www.reddit.com/r/Python/comments/f0r9f2/face_tracking_nerf_turret_project_details_in_the/
reddit
Face Tracking Nerf Turret Project. Details in the comments
Posted in r/Python by u/OnlyWarrior • 1 point and 1 comment
3 Good Python Practices for Beginners
Start Writing Reusable Codes Today
https://towardsdatascience.com/3-good-python-practices-for-beginners-3e747b28f3e5
Start Writing Reusable Codes Today
https://towardsdatascience.com/3-good-python-practices-for-beginners-3e747b28f3e5
How to Save Money with Python
https://towardsdatascience.com/how-to-save-money-with-python-8bfd7e627d13
https://towardsdatascience.com/how-to-save-money-with-python-8bfd7e627d13
ProtonVPN / protonvpn-cli-ng
Linux command-line client for ProtonVPN. Written in Python.
https://github.com/ProtonVPN/protonvpn-cli-ng
Linux command-line client for ProtonVPN. Written in Python.
https://github.com/ProtonVPN/protonvpn-cli-ng
GitHub
GitHub - Rafficer/linux-cli-community: Linux command-line client for ProtonVPN. Written in Python.
Linux command-line client for ProtonVPN. Written in Python. - Rafficer/linux-cli-community
facebookresearch / hydra
Hydra is a framework for elegantly configuring complex applications
https://github.com/facebookresearch/hydra
Hydra is a framework for elegantly configuring complex applications
https://github.com/facebookresearch/hydra
GitHub
GitHub - facebookresearch/hydra: Hydra is a framework for elegantly configuring complex applications
Hydra is a framework for elegantly configuring complex applications - facebookresearch/hydra
facebook / prophet
Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear growth.
https://github.com/facebook/prophet
Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear growth.
https://github.com/facebook/prophet
GitHub
GitHub - facebook/prophet: Tool for producing high quality forecasts for time series data that has multiple seasonality with linear…
Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear growth. - facebook/prophet
Web Scraping Using Python and BeautifulSoup
Scraping data from…
https://towardsdatascience.com/web-scraping-5649074f3ead
Scraping data from…
https://towardsdatascience.com/web-scraping-5649074f3ead
Exploratory Data Analysis with Pandas Profiling
https://towardsdatascience.com/exploratory-data-analysis-with-pandas-profiling-de3aae2ddff3
https://towardsdatascience.com/exploratory-data-analysis-with-pandas-profiling-de3aae2ddff3
Python Refresher — Data Structures
https://medium.com/wids-mysore/python-refresher-data-structures-8b116bed1d3b
https://medium.com/wids-mysore/python-refresher-data-structures-8b116bed1d3b
I made a maze solving "AI" using Reinforcement Learning in Python (https://www.youtube.com/watch?v=psDlXfbe6ok)
https://www.reddit.com/r/Python/comments/eujad1/i_made_a_maze_solving_ai_using_reinforcement/
https://www.reddit.com/r/Python/comments/eujad1/i_made_a_maze_solving_ai_using_reinforcement/
YouTube
How to Solve a Basic Reinforcement Learning Example | RL Hello World
Useful timestamps:
0:24 Video Goal
0:50 Initial Q-Learning Explanation
7:30 Coding starts
35:10 Q&A
46:00 Agent can randomly solve maze
1:00:00 Agent scoring implemented
1:07:00 Setting up 3D visualizer
1:32:00 Detailed discussion of Q matrix, setting things…
0:24 Video Goal
0:50 Initial Q-Learning Explanation
7:30 Coding starts
35:10 Q&A
46:00 Agent can randomly solve maze
1:00:00 Agent scoring implemented
1:07:00 Setting up 3D visualizer
1:32:00 Detailed discussion of Q matrix, setting things…
Python for Beginners: Why Does Python Look the Way It Does?
When you're just getting started, looking at Python can be intimidating. Why the different colors? ...
https://www.dataquest.io/blog/python-for-beginners-why-python-code-look/
When you're just getting started, looking at Python can be intimidating. Why the different colors? ...
https://www.dataquest.io/blog/python-for-beginners-why-python-code-look/
Dataquest
Python for Beginners: Why Does Python Look the Way It Does?
When you're just getting started, looking at Python can be intimidating. Why the different colors? What are those line breaks for? Here are the answers you seek.
volatilityfoundation / volatility
An advanced memory forensics framework
https://github.com/volatilityfoundation/volatility
An advanced memory forensics framework
https://github.com/volatilityfoundation/volatility
GitHub
GitHub - volatilityfoundation/volatility: An advanced memory forensics framework
An advanced memory forensics framework. Contribute to volatilityfoundation/volatility development by creating an account on GitHub.
Understand Group by in Django with SQL
Aggregation is a source of confusion in any type of ORM and Django is no different. The ...
https://hakibenita.com/django-group-by-sql
Aggregation is a source of confusion in any type of ORM and Django is no different. The ...
https://hakibenita.com/django-group-by-sql
Hakibenita
Understand Group by in Django with SQL
Django QuerySets and SQL side by side