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://medium.com/better-programming/a-beginners-guide-to-the-google-gmail-api-and-its-documentation-c73495deff08
Medium
A Beginner’s Guide to the Gmail API and Its Documentation
Let’s build some cool stuff on top of Gmail!
Python drawer
https://medium.com/faun/a-gentle-introduction-to-kubernetes-4961e443ba26
Medium
A Gentle Introduction to Kubernetes
In this story, we’re going to use learn how to deploy Kubernetes services and Ambassador API gateway. We are going to examine the…
Python drawer
https://instagram-engineering.com/static-analysis-at-scale-an-instagram-story-8f498ab71a0c
Python drawer
https://www.daolf.com/posts/web-scraping-101-python/
Daolf
🐍
Web Scraping 101 with Python
In this post, which can be read as a follow up to our ultimate web scraping guide, we will cover almost all the tools Python offers you to web scrape. We will go from the more basic to the most advanced one and will cover the pros and cons of each. Of course…
Python drawer
https://www.freecodecamp.org/news/20-lines-of-python-code-get-notified-by-sms-when-your-favorite-team-scores-a-goal/
freeCodeCamp.org
A Python project in 30 lines of code: how to set up an SMS notification when your favorite Twitcher is streaming
Hi everyone :) Today I am beginning a new series of posts specifically aimed at Python beginners. The concept is rather simple: I'll do a fun project, in as few lines of code as possible, and will try out as many new tools as possible. For example, today…
Python drawer
https://www.pyimagesearch.com/2019/08/19/simple-scene-boundary-shot-transition-detection-with-opencv/
PyImageSearch
Simple Scene Boundary/Shot Transition Detection with OpenCV - PyImageSearch
In this tutorial, you will learn how to implement a simple scene boundary and shot transition detector with OpenCV and Python.
Python drawer
https://findwork.dev/blog/optimizing-postgres-full-text-search-django/
findwork.dev
Optimizing Postgres full text search in Django
Django's full-text search is slow out of the box. This post shows your how to optimize your queries so that they can compete with Usain Bolt.
Python drawer
https://www.youtube.com/playlist?list=PLLRM7ROnmA9Hp8j_1NRCK6pNVFfSf4G7a =
Python drawer
https://www.marsja.se/easiest-data-cleaning-method-using-python-pandas-pyjanitor/
Erik Marsja
The Easiest Data Cleaning Method using Python & Pandas
Learn the easiest method to clean your data using Pandas, & Pyjanitor: 1) add columns, 2) remove missing data and empty columns, 3) clean column names
Python drawer
https://techblog.commercetools.com/reverse-image-search-with-machine-learning-92786a07c142
Medium
Reverse Image Search with Machine Learning
How can we extract actionable meaning from image data?
Python drawer
https://www.youtube.com/watch?v=LCNMfTFk3ks
YouTube
Learn To Build a RESTful Server in Python 3 in 3 minutes with no third-party libraries
In this Python 3 tutorial we'll be learning how to build a simple REST-like interface in Python in only 3 minutes. You'll be introduced to the Python WSGI standard (PEP 3333) and have a better idea of how the web frameworks you rely on are working under the…
Python drawer
https://blog.rapidapi.com/how-to-build-an-api-in-python/
Last Call - RapidAPI Blog
How to Build an API in Python (with Flask & RapidAPI) - Last Call - RapidAPI Blog
If you are reading this article, you are probably familiar with the possibilities that open up when you use an API (Application Programming Interface). By using one of the many public APIs out there, you can expand the functionality of your application or…
Python drawer
https://realpython.com/effective-python-environment/
Realpython
An Effective Python Environment: Making Yourself at Home – Real Python
This guide will walk you through the decisions you need to make when customizing your development environment for working with Python.
Python drawer
https://instagram-engineering.com/static-analysis-at-scale-an-instagram-story-8f498ab71a0c
Python drawer
https://pythonspeed.com/articles/custom-python-profiler/
Python⇒Speed
Not just CPU: writing custom profilers for Python
Sometimes existing Python profilers aren’t enough: you need to measure something unusual. Learn how to write your own cProfile-based custom profiler.
Python drawer
https://stxnext.com/blog/2018/09/27/beginners-introduction-python-frameworks/
Stxnext
A Beginner’s Introduction to Python Web Frameworks
Django, Flask, Pyramid, and many, many others—here’s everything you need to know to choose the right Python framework for your web development project.
Python drawer
https://tryexceptpass.org/article/continuous-builds-webhooks/
tryexceptpass.org
Awesome Webhook Handling with Sanic - Designing CI/CD Systems
How to use Python and Sanic to handle webhook events from GitHub in continuous build systems.
Python drawer
https://www.marsja.se/easiest-data-cleaning-method-using-python-pandas-pyjanitor/
Erik Marsja
The Easiest Data Cleaning Method using Python & Pandas
Learn the easiest method to clean your data using Pandas, & Pyjanitor: 1) add columns, 2) remove missing data and empty columns, 3) clean column names
Python drawer
https://realpython.com/courses/python-histograms/
Realpython
Python Histogram Plotting: NumPy, Matplotlib, Pandas & Seaborn – Real Python
In this course, you'll be equipped to make production-quality, presentation-ready Python histogram plots with a range of choices and features. It's your one-stop shop for constructing and manipulating histograms with Python's scientific stack.
Python drawer
https://education.lego.com/en-us/support/mindstorms-ev3/python-for-ev3
LEGO
®
Education
MINDSTORMS EV3 Support | Everything You Need | LEGO
®
Education
Bring MINDSTORMS EV3 into your high school classroom with hands-on lesson plans, software downloads, teaching resources, building instructions and FAQs.
Python drawer
https://realpython.com/how-to-make-a-discord-bot-python/
Realpython
How to Make a Discord Bot in Python – Real Python
In this step-by-step tutorial, you'll learn how to make a Discord bot in Python and interact with several APIs. You'll learn how to handle events, accept commands, validate and verify input, and all the basics that can help you create useful and exciting…