Life Lessons from “The Zen of Python”
Change your mindset for living a simple, beautiful life
https://medium.com/illumination/life-lessons-from-the-zen-of-python-9aaad5dec4ee
Change your mindset for living a simple, beautiful life
https://medium.com/illumination/life-lessons-from-the-zen-of-python-9aaad5dec4ee
All The Important Features and Changes in Python 3.10
The release of Python 3.10 is getting closer, so…
https://towardsdatascience.com/all-the-important-features-and-changes-in-python-3-10-e3d1fe542fbf
The release of Python 3.10 is getting closer, so…
https://towardsdatascience.com/all-the-important-features-and-changes-in-python-3-10-e3d1fe542fbf
Multi-template matching with OpenCV
In this tutorial, you will learn how to perform multi-template matching with ...
https://www.pyimagesearch.com/2021/03/29/multi-template-matching-with-opencv/
In this tutorial, you will learn how to perform multi-template matching with ...
https://www.pyimagesearch.com/2021/03/29/multi-template-matching-with-opencv/
jorisschellekens / ptext-release
pText is a library for creating and manipulating PDF files in python.
https://github.com/jorisschellekens/ptext-release
pText is a library for creating and manipulating PDF files in python.
https://github.com/jorisschellekens/ptext-release
GitHub
GitHub - jorisschellekens/borb: borb is a library for reading, creating and manipulating PDF files in python.
borb is a library for reading, creating and manipulating PDF files in python. - jorisschellekens/borb
Interactive Weather Data Visualizations with Plotly
Exploring the NOAA Global Surface Summary of the…
https://towardsdatascience.com/interactive-weather-data-visualizations-with-plotly-d304fe87b57f
Exploring the NOAA Global Surface Summary of the…
https://towardsdatascience.com/interactive-weather-data-visualizations-with-plotly-d304fe87b57f
pytorch / vision
Datasets, Transforms and Models specific to Computer Vision
https://github.com/pytorch/vision
Datasets, Transforms and Models specific to Computer Vision
https://github.com/pytorch/vision
GitHub
GitHub - pytorch/vision: Datasets, Transforms and Models specific to Computer Vision
Datasets, Transforms and Models specific to Computer Vision - pytorch/vision
Build a dockerized Django app on Google Cloud Run with CI/CD
https://sebastien-peterson.medium.com/build-a-dockerized-django-app-on-google-cloud-run-with-ci-cd-a511ba707053
https://sebastien-peterson.medium.com/build-a-dockerized-django-app-on-google-cloud-run-with-ci-cd-a511ba707053
PyWebIO: Write Interactive Web App in Script Way Using Python
Build Web Applications in Several Lines…
https://towardsdatascience.com/pywebio-write-interactive-web-app-in-script-way-using-python-14f50155af4e
Build Web Applications in Several Lines…
https://towardsdatascience.com/pywebio-write-interactive-web-app-in-script-way-using-python-14f50155af4e
How to Read and Remove Metadata from Your Photos With Python
Smartphones include EXIF metadata in their photos. Here’s how to read, write, and erase it using Python.
https://auth0.com/blog/read-edit-exif-metadata-in-photos-with-python/
Smartphones include EXIF metadata in their photos. Here’s how to read, write, and erase it using Python.
https://auth0.com/blog/read-edit-exif-metadata-in-photos-with-python/
Auth0 - Blog
How to Read, Edit, and Erase Location and other EXIF Metadata from Your Photos With Python
An introduction to the EXIF metadata that digital cameras and smartphones include in photos, and how to read, write, and erase it using Python.
Python for Data Science Cheat Sheet (2021)
The absolute basics for beginners learning Python in 2021
https://towardsdatascience.com/python-for-data-science-cheat-sheet-2021-7d37be58a0ad
The absolute basics for beginners learning Python in 2021
https://towardsdatascience.com/python-for-data-science-cheat-sheet-2021-7d37be58a0ad
Using Python for Frontend
Different ways to create frontend apps with Python
https://blog.bitsrc.io/using-python-for-frontend-f90a0f8d51ae
Different ways to create frontend apps with Python
https://blog.bitsrc.io/using-python-for-frontend-f90a0f8d51ae
Tutorial: Web Scraping with Python Using Beautiful Soup
Learn how to scrape the web with Python! The internet is an absolutely massive source of data — ...
https://www.dataquest.io/blog/web-scraping-python-using-beautiful-soup/
Learn how to scrape the web with Python! The internet is an absolutely massive source of data — ...
https://www.dataquest.io/blog/web-scraping-python-using-beautiful-soup/
Practical Python Causality: Econometrics for Data Science
https://towardsdatascience.com/practical-python-causality-econometrics-for-data-science-ffc074e11a1d
https://towardsdatascience.com/practical-python-causality-econometrics-for-data-science-ffc074e11a1d
A Complete Yet Simple Guide to Move From Excel to Python
Use Pandas and Numpy to ditch Excel forever.
https://towardsdatascience.com/a-complete-yet-simple-guide-to-move-from-excel-to-python-d664e5683039
Use Pandas and Numpy to ditch Excel forever.
https://towardsdatascience.com/a-complete-yet-simple-guide-to-move-from-excel-to-python-d664e5683039
Hidden Gems of Python
Features of Python that I had no idea even existed
https://towardsdatascience.com/hidden-gems-of-python-76020b14e42f
Features of Python that I had no idea even existed
https://towardsdatascience.com/hidden-gems-of-python-76020b14e42f
How to Write Unit Tests in Python, Part 2: Game of Life
This is the second part of my series on unit testing Python applications. In this article I will ...
http://blog.miguelgrinberg.com/post/how-to-write-unit-tests-in-python-part-2-game-of-life
This is the second part of my series on unit testing Python applications. In this article I will ...
http://blog.miguelgrinberg.com/post/how-to-write-unit-tests-in-python-part-2-game-of-life
Miguelgrinberg
How to Write Unit Tests in Python, Part 2: Game of Life
This is the second part of my series on unit testing Python applications. In this article I will introduce you to Conway's Game of Life, an interesting simulation that plays animated patterns on a…