The (Unofficial) Yahoo Finance API
A Python interface to endless amounts of data
https://towardsdatascience.com/the-unofficial-yahoo-finance-api-32dcf5d53df
A Python interface to endless amounts of data
https://towardsdatascience.com/the-unofficial-yahoo-finance-api-32dcf5d53df
Notify with Python
Make life easier with Python built email notifications
https://towardsdatascience.com/notify-with-python-41b77d51657e
Make life easier with Python built email notifications
https://towardsdatascience.com/notify-with-python-41b77d51657e
natewong1313 / bird-bot
A Nintendo Switch checkout bot. Currently supports Walmart and Best buy
https://github.com/natewong1313/bird-bot
A Nintendo Switch checkout bot. Currently supports Walmart and Best buy
https://github.com/natewong1313/bird-bot
GitHub
GitHub - natewong1313/bird-bot: A Nintendo Switch checkout bot. Currently supports Walmart and Best buy
A Nintendo Switch checkout bot. Currently supports Walmart and Best buy - natewong1313/bird-bot
Why Data Science might just not be worth it
3 reasons why software development…
https://towardsdatascience.com/why-data-science-might-just-not-be-worth-it-c7f3daee7d8d
3 reasons why software development…
https://towardsdatascience.com/why-data-science-might-just-not-be-worth-it-c7f3daee7d8d
I made an AI opponent for lesser known board game - Chain Reaction. Apparently, it plays better than me!
https://www.reddit.com/r/Python/comments/gjlcyp/i_made_an_ai_opponent_for_lesser_known_board_game/
https://www.reddit.com/r/Python/comments/gjlcyp/i_made_an_ai_opponent_for_lesser_known_board_game/
Reddit
From the Python community on Reddit: I made an AI opponent for lesser known board game - Chain Reaction. Apparently, it plays better…
Explore this post and more from the Python community
Building a Speech Recognizer in Python
Convert your audio files into text using Google Cloud Speech API
https://towardsdatascience.com/building-a-speech-recognizer-in-python-2dad733949b4
Convert your audio files into text using Google Cloud Speech API
https://towardsdatascience.com/building-a-speech-recognizer-in-python-2dad733949b4
How to Teach Yourself to Code
I learned to code entirely online, and you can, too.
https://medium.com/swlh/how-to-teach-yourself-to-code-44d3e902994e
I learned to code entirely online, and you can, too.
https://medium.com/swlh/how-to-teach-yourself-to-code-44d3e902994e
Implementing gRPC server using Python
Your next API doesn’t need to be built with REST and JSON. How…
https://towardsdatascience.com/implementing-grpc-server-using-python-9dc42e8daea0
Your next API doesn’t need to be built with REST and JSON. How…
https://towardsdatascience.com/implementing-grpc-server-using-python-9dc42e8daea0
Reshape pandas dataframe with melt in Python — tutorial and visualization
Visualize how pd.melt…
https://towardsdatascience.com/reshape-pandas-dataframe-with-melt-in-python-tutorial-and-visualization-29ec1450bb02
Visualize how pd.melt…
https://towardsdatascience.com/reshape-pandas-dataframe-with-melt-in-python-tutorial-and-visualization-29ec1450bb02
Gr1mmie / Practical-Ethical-Hacking-Resources
Compilation of Resources from TCM's Practical Ethical Hacking Udemy Course
https://github.com/Gr1mmie/Practical-Ethical-Hacking-Resources
Compilation of Resources from TCM's Practical Ethical Hacking Udemy Course
https://github.com/Gr1mmie/Practical-Ethical-Hacking-Resources
GitHub
GitHub - TCM-Course-Resources/Practical-Ethical-Hacking-Resources: Compilation of Resources from TCM's Practical Ethical Hacking…
Compilation of Resources from TCM's Practical Ethical Hacking Udemy Course - GitHub - TCM-Course-Resources/Practical-Ethical-Hacking-Resources: Compilation of Resources from TCM's ...
Machine Learning and Real State: Predicting Rental Prices in Amsterdam
Deciding if an apartment is…
https://towardsdatascience.com/ai-and-real-state-renting-in-amsterdam-part-1-5fce18238dbc
Deciding if an apartment is…
https://towardsdatascience.com/ai-and-real-state-renting-in-amsterdam-part-1-5fce18238dbc
Practical reasons to learn Mathematics for Data Science
Demystifying the need for learning math to…
https://towardsdatascience.com/practical-reasons-to-learn-mathematics-for-data-science-1f6caec161ea
Demystifying the need for learning math to…
https://towardsdatascience.com/practical-reasons-to-learn-mathematics-for-data-science-1f6caec161ea
Data Descriptors: Bringing Attributes to the Next Level
Descriptors in Python allow us to control how attributes of classes are accessed or modified. A ...
http://pythonforthelab.com/blog/data-descriptors-bringing-attributes-next-level/
Descriptors in Python allow us to control how attributes of classes are accessed or modified. A ...
http://pythonforthelab.com/blog/data-descriptors-bringing-attributes-next-level/
Python For The Lab
Data Descriptors: Bringing Attributes to the Next Level
Deep dive into how properties work, to learn how we can develop our own solution
MrMimic / data-scientist-roadmap
Toturial coming with "data science roadmap" graphe.
https://github.com/MrMimic/data-scientist-roadmap
Toturial coming with "data science roadmap" graphe.
https://github.com/MrMimic/data-scientist-roadmap
GitHub
GitHub - MrMimic/data-scientist-roadmap: Toturials coming with the "data science roadmap" picture.
Toturials coming with the "data science roadmap" picture. - MrMimic/data-scientist-roadmap
Make Your Python Code Dramatically Faster With Cython
Bring C into your Python code
https://medium.com/better-programming/make-your-python-code-dramatically-faster-with-cython-2a307253234b
Bring C into your Python code
https://medium.com/better-programming/make-your-python-code-dramatically-faster-with-cython-2a307253234b
So I made a Python and Arduino project that dynamically changes sets the ambient lighting to match the computed dominant color values from the wallpapers.
https://www.reddit.com/r/Python/comments/glzol8/so_i_made_a_python_and_arduino_project_that/
https://www.reddit.com/r/Python/comments/glzol8/so_i_made_a_python_and_arduino_project_that/
reddit
So I made a Python and Arduino project that dynamically changes...
Posted in r/Python by u/mshoaib9711 • 3,710 points and 178 comments
Learning Python : The Why and Where !
Why you should choose python? and where to find the right…
https://medium.com/@friskycodeur/learning-python-the-why-and-where-87e04347c2dc
Why you should choose python? and where to find the right…
https://medium.com/@friskycodeur/learning-python-the-why-and-where-87e04347c2dc
Security scanners for Python and Docker: from code to dependencies
You don’t want to deploy insecure code to production—but it’s easy for mistakes and ...
https://pythonspeed.com/articles/docker-python-security-scan/
You don’t want to deploy insecure code to production—but it’s easy for mistakes and ...
https://pythonspeed.com/articles/docker-python-security-scan/
Python⇒Speed
Security scanners for Python and Docker: from code to dependencies
How do you know your Python code is secure? How about your Docker image? Learn how to catch problems is using security scanners running in your CI setup.
A simple intro to Regex with Python
We go through basic examples of using Regex with Python and show…
https://towardsdatascience.com/a-simple-intro-to-regex-with-python-14d23a34d170
We go through basic examples of using Regex with Python and show…
https://towardsdatascience.com/a-simple-intro-to-regex-with-python-14d23a34d170