10 Smooth Python Tricks For Python Gods
10 Tricks that will individualize and better your Python code
https://towardsdatascience.com/10-smooth-python-tricks-for-python-gods-2e4f6180e5e3
10 Tricks that will individualize and better your Python code
https://towardsdatascience.com/10-smooth-python-tricks-for-python-gods-2e4f6180e5e3
A Python GUI for uninstalling the default Windows 10 apps.
https://www.reddit.com/r/Python/comments/gs7xdb/a_python_gui_for_uninstalling_the_default_windows/
https://www.reddit.com/r/Python/comments/gs7xdb/a_python_gui_for_uninstalling_the_default_windows/
reddit
A Python GUI for uninstalling the default Windows 10 apps.
Posted in r/Python by u/Goldtom • 4,163 points and 202 comments
Stop Using Semicolons in Python
They are seldom useful and don’t look pretty
https://towardsdatascience.com/stop-using-semicolons-in-python-fd3ce4ff1086
They are seldom useful and don’t look pretty
https://towardsdatascience.com/stop-using-semicolons-in-python-fd3ce4ff1086
Volatility Trading 101
An intuitive guide to delta hedging
https://towardsdatascience.com/volatility-trading-101-6f934cce5be3
An intuitive guide to delta hedging
https://towardsdatascience.com/volatility-trading-101-6f934cce5be3
Forget Matplotlib! You Should Be Using Plotly
Matplotlib has been the…
https://medium.com/swlh/forget-matplotlib-you-should-be-using-plotly-ada76b650ff4
Matplotlib has been the…
https://medium.com/swlh/forget-matplotlib-you-should-be-using-plotly-ada76b650ff4
How to Convert SQL Query Results to a Pandas Dataframe
Using Python to read in SQL queries in your…
https://towardsdatascience.com/how-to-convert-sql-query-results-to-a-pandas-dataframe-a50f0d920384
Using Python to read in SQL queries in your…
https://towardsdatascience.com/how-to-convert-sql-query-results-to-a-pandas-dataframe-a50f0d920384
DarkSecDevelopers / HiddenEye
Modern Phishing Tool With Advanced Functionality And Multiple Tunnelling Services Android-Support-Available
https://github.com/DarkSecDevelopers/HiddenEye
Modern Phishing Tool With Advanced Functionality And Multiple Tunnelling Services Android-Support-Available
https://github.com/DarkSecDevelopers/HiddenEye
Reviewing Deepnote — The New IDE for Data Scientists
My take after using Deepnote to develop a Python…
https://towardsdatascience.com/reviewing-deepnote-the-new-ide-for-data-scientists-90c3464ebc5e
My take after using Deepnote to develop a Python…
https://towardsdatascience.com/reviewing-deepnote-the-new-ide-for-data-scientists-90c3464ebc5e
openai / jukebox
Code for the paper "Jukebox: A Generative Model for Music"
https://github.com/openai/jukebox
Code for the paper "Jukebox: A Generative Model for Music"
https://github.com/openai/jukebox
GitHub
GitHub - openai/jukebox: Code for the paper "Jukebox: A Generative Model for Music"
Code for the paper "Jukebox: A Generative Model for Music" - openai/jukebox
Approach to learning Python
How to maximise learning python today
https://towardsdatascience.com/approach-to-learning-python-f1c9a02024f8
How to maximise learning python today
https://towardsdatascience.com/approach-to-learning-python-f1c9a02024f8
How to process a DataFrame with billions of rows in seconds
Yet another Python library for Data…
https://towardsdatascience.com/how-to-process-a-dataframe-with-billions-of-rows-in-seconds-c8212580f447
Yet another Python library for Data…
https://towardsdatascience.com/how-to-process-a-dataframe-with-billions-of-rows-in-seconds-c8212580f447
Predicting Short-Term Stock Movements with Quantitative Finance and Machine Learning in Python
https://towardsdatascience.com/predicting-short-term-stock-movements-with-quantitative-finance-and-machine-learning-in-python-e6e04e3e0337
https://towardsdatascience.com/predicting-short-term-stock-movements-with-quantitative-finance-and-machine-learning-in-python-e6e04e3e0337
willmcgugan / rich
Rich is a Python library for rich text and beautiful formatting in the terminal.
https://github.com/willmcgugan/rich
Rich is a Python library for rich text and beautiful formatting in the terminal.
https://github.com/willmcgugan/rich
GitHub
GitHub - Textualize/rich: Rich is a Python library for rich text and beautiful formatting in the terminal.
Rich is a Python library for rich text and beautiful formatting in the terminal. - Textualize/rich
Finding the shortest path between two points using the A Star Algorithm! I find it to be one of the best self projects to learn and get into programming. Link to the Github repository in the comments!
https://www.reddit.com/r/Python/comments/gqp5jn/finding_the_shortest_path_between_two_points/
https://www.reddit.com/r/Python/comments/gqp5jn/finding_the_shortest_path_between_two_points/
reddit
Finding the shortest path between two points using the A Star...
Posted in r/Python by u/anuj-99 • 1,401 points and 68 comments
Unity-Technologies / ml-agents
Unity Machine Learning Agents Toolkit
https://github.com/Unity-Technologies/ml-agents
Unity Machine Learning Agents Toolkit
https://github.com/Unity-Technologies/ml-agents
GitHub
GitHub - Unity-Technologies/ml-agents: The Unity Machine Learning Agents Toolkit (ML-Agents) is an open-source project that enables…
The Unity Machine Learning Agents Toolkit (ML-Agents) is an open-source project that enables games and simulations to serve as environments for training intelligent agents using deep reinforcement ...
I made a coding interview site with video conferencing, collaborative code editing and remote code execution.
https://www.reddit.com/r/Python/comments/gv2dy5/i_made_a_coding_interview_site_with_video/
https://www.reddit.com/r/Python/comments/gv2dy5/i_made_a_coding_interview_site_with_video/
reddit
I made a coding interview site with video conferencing,...
Posted in r/Python by u/euphinx_ • 1,675 points and 77 comments
The Future of AI is Open
For this Humans of Machine Learning (#humansofml) interview, I’m thrilled to share my conversation ...
https://blog.floydhub.com/the-future-of-ai-is-open/
For this Humans of Machine Learning (#humansofml) interview, I’m thrilled to share my conversation ...
https://blog.floydhub.com/the-future-of-ai-is-open/
Ultimate Guide to Python Debugging
Let’s explore the Art of debugging using Python logging…
https://towardsdatascience.com/ultimate-guide-to-python-debugging-854dea731e1b
Let’s explore the Art of debugging using Python logging…
https://towardsdatascience.com/ultimate-guide-to-python-debugging-854dea731e1b
Why `True is False is False` -> False?
Here is a little interview question to you, experienced Python…
https://towardsdatascience.com/why-true-is-false-is-false-false-dc41b11eb27a
Here is a little interview question to you, experienced Python…
https://towardsdatascience.com/why-true-is-false-is-false-false-dc41b11eb27a
Rejolut - Top Python Development Company
https://medium.com/@rejolut/rejolut-top-python-development-company-9df67f401f4c
https://medium.com/@rejolut/rejolut-top-python-development-company-9df67f401f4c