Python drawer
@python101
33
subscribers
1
photo
2
files
3.7K
links
A collection of curated Python resources from trustworthy sources.
Download Telegram
Join
Python drawer
33 subscribers
Python drawer
https://blog.owulveryck.info/2019/08/16/a-simple-face-detection-utility-from-python-to-go.html
blog.owulveryck.info
A simple face detection utility from Python to Go
This post describes how to build a face detection tool with a neural network. The full conception is described, from the design to the implementation.
Python drawer
https://www.pyimagesearch.com/2019/08/26/building-an-image-hashing-search-engine-with-vp-trees-and-opencv/
PyImageSearch
Building an Image Hashing Search Engine with VP-Trees and OpenCV - PyImageSearch
In this tutorial, you will learn how to build a scalable image hashing search engine using OpenCV, Python, and VP-Trees.
Python drawer
https://m.youtube.com/watch?v=ZBLYcvPl1MA
YouTube
One Day Builds: Automatic time tracking using Python
One Day Builds: Automating my time tracking using Python Artificial intelligence podcast episode: https://www.youtube.com/watch?v=Gi8LUnhP5yU Github repo: ht...
Python drawer
https://interrupt.memfault.com/blog/building-a-cli-for-firmware-projects
Interrupt
Building a CLI for Firmware Projects using Invoke
A walkthrough on how to build a command line interface (CLI) for a firmware project using the Python Invoke package.
Python drawer
https://www.dataquest.io/blog/pandas-python-tutorial/
Dataquest
Python and Pandas Tutorial: Analyzing Video Game Data
Pandas is a Python library that can make data analysis much simpler. In this tutorial, we'll use Python and pandas to analyze video game data.
Python drawer
https://dzone.com/articles/5-python-tips-for-beginners
DZone
Six Python Tips for Beginners
In this article, we discuss six tips for beginners just getting started with Python, including list comprehension, *args and **kwargs, lambda fuctions, and f string.
Python drawer
https://medium.com/@gvanrossum_83706/a-meta-grammar-for-peg-parsers-3d3d502ea332
Medium
A Meta-Grammar for PEG Parsers
This week we make the parser generator “self-hosted”, meaning the parser generator generates its own parser.
Python drawer
https://dev.libreneitor.com/expert-python-topics-you-should-know/
Python drawer
https://m.youtube.com/watch?v=Kq_khHWovl4
YouTube
Upgrading a Dockerized Flask App from Python 2.7 to Python 3.7+
Follow along as we upgrade and fix issues while upgrading Python 2.7.16 to Python 3.7.4. Hit the subscribe button to receive more videos like this! --- - htt...
Python drawer
https://medium.com/@pavelzagalsky/build-your-own-chrome-extension-to-control-jenkins-jobs-5a872548922e
Medium
Build your own Chrome Extension to control Jenkins Jobs
We @ Via
❤
Jenkins and use it for just about everything.
From Testing, Production Deployments and Android builds to Configuration…
Python drawer
https://m.youtube.com/watch?v=UXqiVe6h3lA
YouTube
Setting Up a Flask Application in Visual Studio Code
This is a demonstration of how to set up a Flask application with the Visual Studio Code IDE. A written article about this topic is available at https://blog.miguelgrinberg.com/post/setting-up-a-flask-application-in-visual-studio-code.
Support my work on…
Python drawer
https://www.dataquest.io/blog/python-api-tutorial/
Dataquest
How to Use an API in Python – Dataquest
Learn to use APIs in Python with practical examples. Cover GET/POST requests, query parameters, JSON data, and error handling with real code.
Python drawer
https://labs.meanpug.com/custom-application-metrics-with-django-prometheus-and-kubernetes/
MeanPug Digital
Custom Application Metrics with Django, Prometheus, and Kubernetes
Learn how to instrument your Django application with custom Prometheus metrics and deploy to a Kubernetes cluster.
Python drawer
https://blog.floydhub.com/multiprocessing-vs-threading-in-python-what-every-data-scientist-needs-to-know/
Python drawer
https://m.youtube.com/watch?v=svWKZSWl_F4
YouTube
Operator Overloading in Python: All you need to know to get started mastering OOP and Python Classes
Want to understand non-trivial Python source code? Looking to take your knowledge and ability with Python Classes further? In this tutorial I'll introduce yo...
Python drawer
https://towardsdatascience.com/how-to-create-an-interactive-geographic-map-using-python-and-bokeh-12981ca0b567
Medium
How to Create an Interactive Geographic Map Using Python and Bokeh
Interactive Data Visualization with Choropleth Maps
Python drawer
https://developers.redhat.com/blog/2019/09/11/develop-with-django-2-and-python-3-in-a-container-with-red-hat-enterprise-linux/
Red Hat Developer
Develop with Django 2 and Python 3 in a container with Red Hat Enterprise Linux | Red Hat Developer
In my previous article, Run Red Hat Enterprise Linux 8 in a container on RHEL 7, I showed how to start developing with the latest versions of languages,
Python drawer
https://www.dataschool.io/python-pandas-tips-and-tricks/
Data School
Master Python's pandas library with these 100 tricks
100 tricks that will save you time and energy every time you use pandas! Up-to-date with the latest version of pandas (0.25)
Python drawer
https://lerner.co.il/2019/09/10/legb-meet-icpo-pythons-search-strategy-for-attributes/
Reuven Lerner
LEGB? Meet ICPO, Python's search strategy for attributes
When it comes to variables, Python has a well-known search strategy, known by the acronym "LEGB." Whenever you mention a variable — and by "variable," I mean a name that could be referencing data, a
Python drawer
https://blogs.dropbox.com/tech/2019/09/our-journey-to-type-checking-4-million-lines-of-python/