ranaroussi / yfinance
Yahoo! Finance market data downloader (+faster Pandas Datareader)
https://github.com/ranaroussi/yfinance
Yahoo! Finance market data downloader (+faster Pandas Datareader)
https://github.com/ranaroussi/yfinance
GitHub
GitHub - ranaroussi/yfinance: Download market data from Yahoo! Finance's API
Download market data from Yahoo! Finance's API. Contribute to ranaroussi/yfinance development by creating an account on GitHub.
Learn How to (easily!!) do 3 MORE Advanced Excel Tasks in Python
More of an Introduction to Pandas…
https://towardsdatascience.com/learn-how-to-easily-do-3-more-advanced-excel-tasks-in-python-36449e425c9d
More of an Introduction to Pandas…
https://towardsdatascience.com/learn-how-to-easily-do-3-more-advanced-excel-tasks-in-python-36449e425c9d
Classify Growth Patterns For COVID-19 Data
Exploratory data analysis of global coronavirus case data
https://towardsdatascience.com/classify-growth-patterns-for-covid-19-data-41af4c7adc55
Exploratory data analysis of global coronavirus case data
https://towardsdatascience.com/classify-growth-patterns-for-covid-19-data-41af4c7adc55
Fast subsets of large datasets with Pandas and SQLite
Let’s say you have a large amount of data, too large to fit in memory, and you want to load ...
https://pythonspeed.com/articles/indexing-pandas-sqlite/
Let’s say you have a large amount of data, too large to fit in memory, and you want to load ...
https://pythonspeed.com/articles/indexing-pandas-sqlite/
Python⇒Speed
Fast subsets of large datasets with Pandas and SQLite
You have a large amount of data, and you want to load only part into memory as a Pandas dataframe. One easy way to do it: indexing via SQLite database.
I Used Deep Learning To Identify Naruto (Anime Series) Hand Signs
https://www.reddit.com/r/Python/comments/foukc7/i_used_deep_learning_to_identify_naruto_anime/
https://www.reddit.com/r/Python/comments/foukc7/i_used_deep_learning_to_identify_naruto_anime/
reddit
I Used Deep Learning To Identify Naruto (Anime Series) Hand Signs
Posted in r/Python by u/oFlamingo • 1,365 points and 106 comments
Getting started with APIs in Python to Gather Data
Diving into the exciting world of APIs with Python!
https://towardsdatascience.com/getting-started-with-apis-in-python-to-gather-data-1185796b1ec3
Diving into the exciting world of APIs with Python!
https://towardsdatascience.com/getting-started-with-apis-in-python-to-gather-data-1185796b1ec3
A step-by-step introduction to Cohort Analysis in Python
Learn how to carry out the Cohort Analysis to…
https://towardsdatascience.com/a-step-by-step-introduction-to-cohort-analysis-in-python-a2cbbd8460ea
Learn how to carry out the Cohort Analysis to…
https://towardsdatascience.com/a-step-by-step-introduction-to-cohort-analysis-in-python-a2cbbd8460ea
More on service layers in Django
Well, that provoked some discussion.
While there were plenty of people who agreed with the ...
https://www.b-list.org/weblog/2020/mar/23/still-no-service/
Well, that provoked some discussion.
While there were plenty of people who agreed with the ...
https://www.b-list.org/weblog/2020/mar/23/still-no-service/
Every Python Programmer Should Know the Not-So-Secret ThreadPool
You are just a few lines of code away from speeding up your code by orders of magnitude with multithreading
https://medium.com/better-programming/every-python-programmer-should-know-the-not-so-secret-threadpool-642ec47f2000
You are just a few lines of code away from speeding up your code by orders of magnitude with multithreading
https://medium.com/better-programming/every-python-programmer-should-know-the-not-so-secret-threadpool-642ec47f2000
Medium
Every Python Programmer Should Know the Not-So-Secret ThreadPool
You are just a few lines of code away from speeding up your code by orders of magnitude with multithreading
Codecademy is giving its pro subscription for free to help students, and they've got a great Python 3 course. Maybe you should enroll and utilize your time while in quarantine!
https://www.reddit.com/r/Python/comments/fo0eyj/codecademy_is_giving_its_pro_subscription_for/
https://www.reddit.com/r/Python/comments/fo0eyj/codecademy_is_giving_its_pro_subscription_for/
reddit
Codecademy is giving its pro subscription for free to help...
Posted in r/Python by u/reforitor • 1,223 points and 140 comments
Using TensorFlow and GradientTape to train a Keras model
In this tutorial, you will learn how to use TensorFlow’s GradientTape function to create ...
https://www.pyimagesearch.com/2020/03/23/using-tensorflow-and-gradienttape-to-train-a-keras-model/
In this tutorial, you will learn how to use TensorFlow’s GradientTape function to create ...
https://www.pyimagesearch.com/2020/03/23/using-tensorflow-and-gradienttape-to-train-a-keras-model/
Exploring Netflix Data in Python
Exploratory Data Analysis of Netflix Data
https://towardsdatascience.com/exploring-netflix-data-in-python-eb03e8f3944c
Exploratory Data Analysis of Netflix Data
https://towardsdatascience.com/exploring-netflix-data-in-python-eb03e8f3944c
I made my handwriting a font on Inkscape and used custom made python script to add random movment (in y axis) for each character. Looks fine or too suspicious?
https://www.reddit.com/r/Python/comments/fofxnx/i_made_my_handwriting_a_font_on_inkscape_and_used/
https://www.reddit.com/r/Python/comments/fofxnx/i_made_my_handwriting_a_font_on_inkscape_and_used/
reddit
I made my handwriting a font on Inkscape and used custom made...
Posted in r/Python by u/sanidhya69 • 2,230 points and 206 comments
Made a reaction time game for my first pygame project.
https://www.reddit.com/r/Python/comments/fjemrj/made_a_reaction_time_game_for_my_first_pygame/
https://www.reddit.com/r/Python/comments/fjemrj/made_a_reaction_time_game_for_my_first_pygame/
reddit
Made a reaction time game for my first pygame project.
Posted in r/Python by u/stndn • 1,082 points and 59 comments
geerlingguy / ansible-for-devops
Ansible examples from Ansible for DevOps.
https://github.com/geerlingguy/ansible-for-devops
Ansible examples from Ansible for DevOps.
https://github.com/geerlingguy/ansible-for-devops
GitHub
GitHub - geerlingguy/ansible-for-devops: Ansible for DevOps examples.
Ansible for DevOps examples. Contribute to geerlingguy/ansible-for-devops development by creating an account on GitHub.
Filtering Lists in Python
Filtering Methods in Python
https://towardsdatascience.com/filtering-lists-in-python-a3387c7b6b5e
Filtering Methods in Python
https://towardsdatascience.com/filtering-lists-in-python-a3387c7b6b5e
Best Python Libraries for Machine Learning and Deep Learning
Python libraries for modern machine…
https://towardsdatascience.com/best-python-libraries-for-machine-learning-and-deep-learning-b0bd40c7e8c
Python libraries for modern machine…
https://towardsdatascience.com/best-python-libraries-for-machine-learning-and-deep-learning-b0bd40c7e8c
Laid off for 8 weeks. Anyone else starting their python journey?
https://www.reddit.com/r/Python/comments/fjqoxv/laid_off_for_8_weeks_anyone_else_starting_their/
https://www.reddit.com/r/Python/comments/fjqoxv/laid_off_for_8_weeks_anyone_else_starting_their/
reddit
Laid off for 8 weeks. Anyone else starting their python journey?
Posted in r/Python by u/HotSwap_ • 4,194 points and 322 comments
How to configure your NVIDIA Jetson Nano for Computer Vision and Deep Learning
In today’s tutorial, you will learn how to configure your NVIDIA Jetson Nano for Computer ...
https://www.pyimagesearch.com/2020/03/25/how-to-configure-your-nvidia-jetson-nano-for-computer-vision-and-deep-learning/
In today’s tutorial, you will learn how to configure your NVIDIA Jetson Nano for Computer ...
https://www.pyimagesearch.com/2020/03/25/how-to-configure-your-nvidia-jetson-nano-for-computer-vision-and-deep-learning/