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/
Distill: Why do we need Flask, Celery, and Redis? (with McDonalds in Between)
A few weeks ago, someone at work asked me:
Good question, And below is a longer version of my ...
https://ljvmiranda921.github.io/notebook/2019/11/08/flask-redis-celery-mcdo/
A few weeks ago, someone at work asked me:
Good question, And below is a longer version of my ...
https://ljvmiranda921.github.io/notebook/2019/11/08/flask-redis-celery-mcdo/
ljvmiranda921.github.io
Distill: Why do we need Flask, Celery, and Redis? (with McDonalds in Between)
Understanding Flask, Celery, and Redis through Mcdonalds
Generators, Iterables, Iterators in Python: When and Where
Generators, Iterables, and Iterators are some of the most used tools in Python. However, we don't ...
https://pythonforthelab.com/blog/generators-iterables-iterators-python-when-and-where/
Generators, Iterables, and Iterators are some of the most used tools in Python. However, we don't ...
https://pythonforthelab.com/blog/generators-iterables-iterators-python-when-and-where/
Python For The Lab
Generators, Iterables, Iterators in Python: When and Where
Learn how to extend your code to make it easy to loop through the elements of your classes or to generate data on the fly
How to use Jupyter Notebooks in 2020 (Part 1: The data science landscape)
This is the first of a three-part blog post on the Jupyter Notebook ecosystem.
Here, I’ll talk ...
https://ljvmiranda921.github.io/notebook/2020/03/06/jupyter-notebooks-in-2020/
This is the first of a three-part blog post on the Jupyter Notebook ecosystem.
Here, I’ll talk ...
https://ljvmiranda921.github.io/notebook/2020/03/06/jupyter-notebooks-in-2020/
ljvmiranda921.github.io
How to use Jupyter Notebooks in 2020 (Part 1: The data science landscape)
Love it or hate it, they're here to stay. The field of data science has evolved, and the tools around us begin to change— including Jupyter Notebooks. ...
Nine simple steps for better-looking python code
https://towardsdatascience.com/nine-simple-steps-for-better-looking-python-code-87e5d9d3b1cf
https://towardsdatascience.com/nine-simple-steps-for-better-looking-python-code-87e5d9d3b1cf
Say Goodbye to Excel? A Simple Evaluation of Python Grid Studio Using COVID-19 Data
https://towardsdatascience.com/say-goodbye-to-excel-a-simple-evaluation-of-python-grid-studio-using-covid-19-data-90624f322b81
https://towardsdatascience.com/say-goodbye-to-excel-a-simple-evaluation-of-python-grid-studio-using-covid-19-data-90624f322b81
Four Things Programmers Need To Know About Python Classes and Libraries
I never had a chance to learn…
https://towardsdatascience.com/four-things-programmers-need-to-know-about-python-classes-and-libraries-2b82d2a95e35
I never had a chance to learn…
https://towardsdatascience.com/four-things-programmers-need-to-know-about-python-classes-and-libraries-2b82d2a95e35