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://kite.com/blog/python/smote-python-imbalanced-learn-for-oversampling/
Code Faster with Kite
Handling Imbalanced Datasets with SMOTE in Python
Use SMOTE and the Python package, imbalanced-learn, to bring harmony to an imbalanced dataset.
Python drawer
https://www.agiliq.com/blog/2019/08/getting-started-with-python-graphene/
Agiliq
Getting started with Python graphene
How to write GraphQL compliant apis with Python
Python drawer
https://deepsource.io/blog/python-positional-only-arguments/
Python drawer
https://medium.com/firebase-developers/hosting-flask-servers-on-firebase-from-scratch-c97cfb204579
Medium
Hosting Flask servers on Firebase from scratch
Firebase Hosting is more than static files. Learn how to set up dynamic server code in combination with Firebase Hosting’s CDN…
Python drawer
https://sobolevn.me/2019/08/typechecking-django-and-drf
Python drawer
https://medium.com/@stevenrouk/the-art-of-problem-solving-one-line-matrix-multiplication-list-comprehension-in-python-f65fbe01d1a9
Medium
The Art of Problem Solving: One Line Matrix Multiplication List Comprehension in Python
How do you approach solving thorny problems? In this post, I’ll take you through the process of solving an interesting Python puzzle.
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/