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/@lerner98/implementing-sift-in-python-36c619df7945
Medium
Implementing SIFT in Python
There’s a lot of content about SIFT online. There are a lot of good tutorials, but each seemed to be lacking something, whether that be…
Python drawer
https://github.com/mahmoud/awesome-python-applications
GitHub
GitHub - mahmoud/awesome-python-applications:
💿
Free software that works great, and also happens to be open-source Python.
💿
Free software that works great, and also happens to be open-source Python. - mahmoud/awesome-python-applications
Python drawer
https://blog.sicara.com/perfect-python-command-line-interfaces-7d5d4efad6a2
Python drawer
https://www.pyimagesearch.com/2018/12/17/image-stitching-with-opencv-and-python/
PyImageSearch
Image Stitching with OpenCV and Python - PyImageSearch
In this tutorial you will learn how to perform multiple image stitching using Python, OpenCV, and the cv2.createSticher and cv2.Stitcher_create functions.
Python drawer
https://www.michaelfogleman.com/aoc18/
Python drawer
https://eng.uber.com/neural-networks-jpeg/
Uber Engineering Blog
Faster Neural Networks Straight from JPEG
Uber AI Labs introduces a method for making neural networks that process images faster and more accurately by leveraging JPEG representations.
Python drawer
https://www.pythonforthelab.com/blog/using-pyzmq-for-inter-process-communication-part-1/
Python for the Lab
Using pyZMQ for inter-process communication: Part 1
Introduction to using sockets for communication between different
processes
Python drawer
https://www.youtube.com/playlist?list=PLU2JOyCJmabBHlQ_hQ1YZ3uVUAiXS9Eq7
YouTube
Django on Azure with Visual Studio Code - YouTube
Python drawer
https://towardsdatascience.com/master-python-through-building-real-world-applications-part-1-b040b2b7faad
Python drawer
https://towardsdatascience.com/master-python-through-building-real-world-applications-part-2-60d707955aa3
Python drawer
https://blog.dipasquale.fr/en/2018/12/17/incremental-scraping-with-scrapy-and-mongo/
Adrien Di Pasquale Blog
Incremental crawler with Scrapy and MongoDB
Tutorial for crawling a website incrementally. Each new scraping session will only scrape new items.
Python drawer
https://medium.com/build-smarter/blazing-fast-python-40a2b25b0495
Medium
Blazing fast Python
Profiling Python applications using Pyflame
Python drawer
https://medium.com/the-andela-way/creating-a-djangorest-api-using-djangorestframework-part-2-1231fe949795
Medium
Creating a DjangoRest API using DjangoRestFramework part 2.
This is the second part of a series. The first part can be found here. In this part, we will recreate the Blog API that we created in the…
Python drawer
https://blog.badsectorlabs.com/how-we-built-hamiltixnet-for-less-than-1-a-month-on-aws.html
Bad Sector Labs Blog
How we built Hamiltix.net for less than $1 a month on AWS
The details of running a complex ticket ranking site for under a dollar a month on AWS
Python drawer
https://matthewrocklin.com/blog//work/2018/12/17/gpu-python-challenges
Matthewrocklin
First Impressions of GPUs and PyData
Python drawer
https://jeffknupp.com/blog/2018/12/13/how-to-do-just-about-anything-with-python-lists/
Jeffknupp
How To Do Just About Anything With Python Lists
Python drawer
https://djangodeconstructed.com/2018/12/18/django-and-python-logging-in-plain-english/
Django Deconstructed
Python and Django Logging in Plain English
If you’ve ever written a program and printed out a value to see what’s going on during execution, then you understand at some level why logging is so valuable. Knowing what’s happening in your code…
Python drawer
https://towardsdatascience.com/develop-a-nlp-model-in-python-deploy-it-with-flask-step-by-step-744f3bdd7776
Medium
Develop a NLP Model in Python & Deploy It with Flask, Step by Step
Flask API, Document Classification, Spam Filter
Python drawer
https://medium.com/swlh/building-a-smart-card-transit-ticketing-system-with-redis-and-raspberry-pi-820473c0b0c
Medium
Building a Smart Card Transit Ticketing System with Redis and Raspberry Pi
Recently I was looking for an excuse to try out the hosted Redis database service from Redis Labs. I co-incidentally found out that Monk…
Python drawer
https://anonbadger.wordpress.com/2018/12/15/python-signal-handlers-and-exceptions/
The Ramblings
Python, signal handlers, and exceptions
Never ever, ever raise a regular exception in a Python signal handler. This is probably the best advice that I had never heard. But after looking into an initial analysis of a timeout decorator bu…
Python drawer
https://github.com/facebookresearch/PyText
GitHub
GitHub - facebookresearch/pytext: A natural language modeling framework based on PyTorch
A natural language modeling framework based on PyTorch - facebookresearch/pytext