How to Build Your First Python Package
Make your awesome code conveniently available to the world…
https://towardsdatascience.com/how-to-build-your-first-python-package-6a00b02635c9
Make your awesome code conveniently available to the world…
https://towardsdatascience.com/how-to-build-your-first-python-package-6a00b02635c9
datasets / covid-19
Novel Coronavirus 2019 time series data on cases
https://github.com/datasets/covid-19
Novel Coronavirus 2019 time series data on cases
https://github.com/datasets/covid-19
GitHub
GitHub - datasets/covid-19: Novel Coronavirus 2019 time series data on cases
Novel Coronavirus 2019 time series data on cases. Contribute to datasets/covid-19 development by creating an account on GitHub.
Animate your Graphs in Python in 4 Easy Steps!
Getting Creative with Data Visualization using COVID-19…
https://towardsdatascience.com/animate-your-graphs-in-python-in-4-easy-steps-243dccad9a7
Getting Creative with Data Visualization using COVID-19…
https://towardsdatascience.com/animate-your-graphs-in-python-in-4-easy-steps-243dccad9a7
7 Easter Eggs in Python
Countless Ways to Entertain Yourself at Home
https://towardsdatascience.com/7-easter-eggs-in-python-7765dc15a203
Countless Ways to Entertain Yourself at Home
https://towardsdatascience.com/7-easter-eggs-in-python-7765dc15a203
Numpy Array Cookbook: Generating and Manipulating Arrays in Python
My cheatsheet for numpy arrays
https://towardsdatascience.com/numpy-array-cookbook-generating-and-manipulating-arrays-in-python-2195c3988b09
My cheatsheet for numpy arrays
https://towardsdatascience.com/numpy-array-cookbook-generating-and-manipulating-arrays-in-python-2195c3988b09
Top 3 Pandas Functions I Wish I Knew Earlier
Time & Nerve Saving Functions — Make sure to know them.
https://towardsdatascience.com/top-3-pandas-functions-i-wish-i-knew-earlier-6711030bf48a
Time & Nerve Saving Functions — Make sure to know them.
https://towardsdatascience.com/top-3-pandas-functions-i-wish-i-knew-earlier-6711030bf48a
ExpDev07 / coronavirus-tracker-api
🦠 A simple and fast (< 200ms) API for tracking the global coronavirus (COVID-19, SARS-CoV-2) outbreak. It's written in python using the 🔥 FastAPI framework. Supports multiple sources!
https://github.com/ExpDev07/coronavirus-tracker-api
🦠 A simple and fast (< 200ms) API for tracking the global coronavirus (COVID-19, SARS-CoV-2) outbreak. It's written in python using the 🔥 FastAPI framework. Supports multiple sources!
https://github.com/ExpDev07/coronavirus-tracker-api
GitHub
GitHub - ExpDev07/coronavirus-tracker-api: 🦠 A simple and fast (< 200ms) API for tracking the global coronavirus (COVID-19, SARS…
🦠 A simple and fast (< 200ms) API for tracking the global coronavirus (COVID-19, SARS-CoV-2) outbreak. It's written in python using the 🔥 FastAPI framework. Supports multiple sources...
The Zen of Python: Write Beautiful Code
…an extreme programming mantra.
https://towardsdatascience.com/the-zen-of-python-write-beautiful-code-e36844381ee6
…an extreme programming mantra.
https://towardsdatascience.com/the-zen-of-python-write-beautiful-code-e36844381ee6
Increase your Instagram followers with a simple Python bot
I got 500 real followers in 4 days!
https://towardsdatascience.com/increase-your-instagram-followers-with-a-simple-python-bot-fde048dce20d
I got 500 real followers in 4 days!
https://towardsdatascience.com/increase-your-instagram-followers-with-a-simple-python-bot-fde048dce20d
OpenCV Age Detection with Deep Learning
In this tutorial, you will learn how to perform automatic age detection/prediction ...
https://www.pyimagesearch.com/2020/04/13/opencv-age-detection-with-deep-learning/
In this tutorial, you will learn how to perform automatic age detection/prediction ...
https://www.pyimagesearch.com/2020/04/13/opencv-age-detection-with-deep-learning/
I made a python script to download subtitles for your movies...
https://www.reddit.com/r/Python/comments/g10v5z/i_made_a_python_script_to_download_subtitles_for/
https://www.reddit.com/r/Python/comments/g10v5z/i_made_a_python_script_to_download_subtitles_for/
Reddit
From the Python community on Reddit: I made a python script to download subtitles for your movies...
Explore this post and more from the Python community
Finally finished a Qt-based program to control the telescope at our observatory. The blue mark shows the telescope pointing, the purple one -- selected object
https://www.reddit.com/r/Python/comments/fy2xya/finally_finished_a_qtbased_program_to_control_the/
https://www.reddit.com/r/Python/comments/fy2xya/finally_finished_a_qtbased_program_to_control_the/
reddit
Finally finished a Qt-based program to control the telescope at...
Posted in r/Python by u/PointSpreadFunction • 1,831 points and 132 comments
7 Pandas Functions to Reduce Your Data Manipulation Stress
There’s a reason why Pandas have no gray…
https://towardsdatascience.com/7-pandas-functions-to-reduce-your-data-manipulation-stress-25981e44cc7d
There’s a reason why Pandas have no gray…
https://towardsdatascience.com/7-pandas-functions-to-reduce-your-data-manipulation-stress-25981e44cc7d
Security: Preventing Cross-site Scripting (XSS)
https://medium.com/bugbountywriteup/injection-vulnerabilities-cross-site-scripting-xss-7fd9dc28cc47
https://medium.com/bugbountywriteup/injection-vulnerabilities-cross-site-scripting-xss-7fd9dc28cc47
Saving machine learning models to disc
Table of Content 1 Introduction 2 Loading the libraries and the data 3 Visualization of the data 4 ...
https://michael-fuchs-python.netlify.com/2020/02/29/saving-machine-learning-models-to-disc/
Table of Content 1 Introduction 2 Loading the libraries and the data 3 Visualization of the data 4 ...
https://michael-fuchs-python.netlify.com/2020/02/29/saving-machine-learning-models-to-disc/
Crisp python plots based on visualization theory
It’s time to upgrade from Matplotlib to Plotly —…
https://towardsdatascience.com/crisp-python-plots-based-on-visualization-theory-5ac3a82c398e
It’s time to upgrade from Matplotlib to Plotly —…
https://towardsdatascience.com/crisp-python-plots-based-on-visualization-theory-5ac3a82c398e
From chunking to parallelism: faster Pandas with Dask
When data doesn’t fit in memory, you can use chunking: loading and then processing it in ...
https://pythonspeed.com/articles/faster-pandas-dask/
When data doesn’t fit in memory, you can use chunking: loading and then processing it in ...
https://pythonspeed.com/articles/faster-pandas-dask/
Python⇒Speed
From chunking to parallelism: faster Pandas with Dask
Learn how Dask can both speed up your Pandas data processing with parallelization, and reduce memory usage with transparent chunking.
How to Provide Test Fixtures for Django Models in Pytest
One of the most challenging aspects of writing good tests is maintaining test fixtures. Good test ...
https://hakibenita.com/django-pytest-fixtures
One of the most challenging aspects of writing good tests is maintaining test fixtures. Good test ...
https://hakibenita.com/django-pytest-fixtures
Hakibenita
How to Provide Test Fixtures for Django Models in Pytest
One of the most challenging aspects of writing good tests is maintaining test fixtures. Good test fixtures motivate developers to write better tests, and bad fixtures can cripple a system to a point where developers fear and avoid them all together. The article…
Seaborn Library for Data Visualization
The human minds are more versatile and adaptable to visual graphics than to textual information. ...
https://www.learntek.org/blog/seaborn-library-for-data-visualization/
The human minds are more versatile and adaptable to visual graphics than to textual information. ...
https://www.learntek.org/blog/seaborn-library-for-data-visualization/