My Favorite Free Courses to Learn Python In-Depth
13 free Python courses for beginner and intermediate…
https://medium.com/better-programming/my-favorite-free-courses-to-learn-python-in-depth-95eb9508d042
13 free Python courses for beginner and intermediate…
https://medium.com/better-programming/my-favorite-free-courses-to-learn-python-in-depth-95eb9508d042
Genetic Algorithms — I
What if AI learns to bat with genes and their strategies?
https://medium.com/@iamchiragsharma/genetic-algorithms-i-4438475ad5c6
What if AI learns to bat with genes and their strategies?
https://medium.com/@iamchiragsharma/genetic-algorithms-i-4438475ad5c6
Spent a few days hacking together a ray-casting engine that renders to ascii for playing in your terminal! With shading and textures! Link in the comments.
https://www.reddit.com/r/Python/comments/crdx3p/spent_a_few_days_hacking_together_a_raycasting/
https://www.reddit.com/r/Python/comments/crdx3p/spent_a_few_days_hacking_together_a_raycasting/
Reddit
From the Python community on Reddit: Spent a few days hacking together a ray-casting engine that renders to ascii for playing in…
Explore this post and more from the Python community
Feature Engineering and Algorithm Accuracy for the Titanic Dataset
https://towardsdatascience.com/feature-engineering-and-algorithm-accuracy-for-the-titanic-dataset-5891cfa5a4ac
https://towardsdatascience.com/feature-engineering-and-algorithm-accuracy-for-the-titanic-dataset-5891cfa5a4ac
zllrunning / video-object-removal
Just draw a bounding box and you can remove the object you want to remove.
https://github.com/zllrunning/video-object-removal
Just draw a bounding box and you can remove the object you want to remove.
https://github.com/zllrunning/video-object-removal
GitHub
GitHub - zllrunning/video-object-removal: Just draw a bounding box and you can remove the object you want to remove.
Just draw a bounding box and you can remove the object you want to remove. - zllrunning/video-object-removal
ageitgey / face_recognition
The world's simplest facial recognition api for Python and the command line
https://github.com/ageitgey/face_recognition
The world's simplest facial recognition api for Python and the command line
https://github.com/ageitgey/face_recognition
GitHub
GitHub - ageitgey/face_recognition: The world's simplest facial recognition api for Python and the command line
The world's simplest facial recognition api for Python and the command line - ageitgey/face_recognition
How To Learn Data Science - My path
Tools and Resources I use
https://towardsdatascience.com/how-to-learn-data-science-my-path-ba7b9aa94f63
Tools and Resources I use
https://towardsdatascience.com/how-to-learn-data-science-my-path-ba7b9aa94f63
Data Science in Production
Building Scalable Model Pipelines with Python
https://towardsdatascience.com/data-science-in-production-13764b11d68e
Building Scalable Model Pipelines with Python
https://towardsdatascience.com/data-science-in-production-13764b11d68e
Best Investment Portfolio Via Monte-Carlo Simulation In Python
Finding An Optimum Investment Portfolio…
https://medium.com/fintechexplained/best-investment-portfolio-via-monte-carlo-simulation-in-python-53286f3fe93
Finding An Optimum Investment Portfolio…
https://medium.com/fintechexplained/best-investment-portfolio-via-monte-carlo-simulation-in-python-53286f3fe93
BishopFox / GitGot
Semi-automated, feedback-driven tool to rapidly search through troves of public data on GitHub for sensitive secrets.
https://github.com/BishopFox/GitGot
Semi-automated, feedback-driven tool to rapidly search through troves of public data on GitHub for sensitive secrets.
https://github.com/BishopFox/GitGot
GitHub
GitHub - BishopFox/GitGot: Semi-automated, feedback-driven tool to rapidly search through troves of public data on GitHub for sensitive…
Semi-automated, feedback-driven tool to rapidly search through troves of public data on GitHub for sensitive secrets. - BishopFox/GitGot
cchen156 / Learning-to-See-in-the-Dark
Learning to See in the Dark. CVPR 2018
https://github.com/cchen156/Learning-to-See-in-the-Dark
Learning to See in the Dark. CVPR 2018
https://github.com/cchen156/Learning-to-See-in-the-Dark
GitHub
GitHub - cchen156/Learning-to-See-in-the-Dark: Learning to See in the Dark. CVPR 2018
Learning to See in the Dark. CVPR 2018. Contribute to cchen156/Learning-to-See-in-the-Dark development by creating an account on GitHub.
5 Tips To Create A More Reliable Web Crawler
To Boost your web crawler’s efficiency!
https://towardsdatascience.com/https-towardsdatascience-com-5-tips-to-create-a-more-reliable-web-crawler-3efb6878f8db
To Boost your web crawler’s efficiency!
https://towardsdatascience.com/https-towardsdatascience-com-5-tips-to-create-a-more-reliable-web-crawler-3efb6878f8db
AI Powered Search for Extra-terrestrial Intelligence — Analyzing Radio Telescopic Data
https://towardsdatascience.com/ai-powered-search-for-extra-terrestrial-intelligence-analyzing-radio-telescopic-data-c9e46741041
https://towardsdatascience.com/ai-powered-search-for-extra-terrestrial-intelligence-analyzing-radio-telescopic-data-c9e46741041
Running a Python Script in the Background
This is a quick little guide on how to run a Python script in the background in Linux.
First, you ...
http://janakiev.com/blog/python-background/
This is a quick little guide on how to run a Python script in the background in Linux.
First, you ...
http://janakiev.com/blog/python-background/
njanakiev
Running a Python Script in the Background
This is a quick little guide on how to run a Python script in the background in Linux.
Build an Interactive, Modern Dashboard With Dash
Enhance user experience with attractive data…
https://medium.com/better-programming/build-an-interactive-modern-dashboard-using-dash-ab6b34cb515
Enhance user experience with attractive data…
https://medium.com/better-programming/build-an-interactive-modern-dashboard-using-dash-ab6b34cb515
How to Execute Shell Commands with Python
Python is a wonderful language for scripting and automating workflows and it is packed with useful ...
http://janakiev.com/blog/python-shell-commands/
Python is a wonderful language for scripting and automating workflows and it is packed with useful ...
http://janakiev.com/blog/python-shell-commands/
njanakiev
How to Execute Shell Commands with Python
Python is a wonderful language for scripting and automating workflows and it is packed with useful tools out of the box with the Python Standard Library. A common thing to do, especially for a sysadmin, is to execute shell commands. But what usually will…
File and Directory Comparisons with Python
The Python standard library offers a powerful set of tools out of the box including file system ...
http://janakiev.com/blog/python-filecmp/
The Python standard library offers a powerful set of tools out of the box including file system ...
http://janakiev.com/blog/python-filecmp/
Parametric Thoughts
File and Directory Comparisons with Python
The Python standard library offers a powerful set of tools out of the box including file system handling. In this quick little article you’ll see a couple of useful recipes to compare files and directories with the filecmp module.