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://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…
Python drawer
https://thecodinginterface.com/blog/bridging-nodejs-and-python-with-pynode/
Thecodinginterface
Bridging Node.js and Python with PyNode to Predict Home Prices | The Coding Interface
In this article I demonstrate a novel Node.js package named PyNode used to invoke Python code within a Node.js application and, more importantly, receive Python return types in the calling Node.js application. To facilitate demonstrating this awesomeness…
Python drawer
https://github.com/firmai/business-machine-learning/blob/master/README.md
GitHub
business-machine-learning/README.md at master · firmai/business-machine-learning
A curated list of practical business machine learning (BML) and business data science (BDS) applications for Accounting, Customer, Employee, Legal, Management and Operations (by @firmai) - business...
Python drawer
http://www.codingwithricky.com/2019/08/18/easy-python-cli-with-click/
CODING w/RICKY
Super Easy Python CLI with Click
Your python code is now 100% more elegant and usable as a command-line program using Click
Python drawer
https://medium.com/the-computer-engineer-weekly-code-challenge/software-defined-network-and-the-openflow-protocol-live-part-2-698eeafe74f6
Medium
Software Defined Network and the OpenFlow protocol live (Part 2)
This post contains a simple implementation of a switching hub. Part 1 of this post contains a quick theoric overview.
Python drawer
https://ahal.ca/blog/2019/python-3-at-mozilla/
ahal.ca
Python 3 at Mozilla
Mozilla uses a lot of Python. Most of our build system, CI configuration, test harnesses, command
line tooling and countless other scripts, tools or Github projects are all handled by Python. In
mozilla-central there are over 3500 Python files (excluding…