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/expedia-group-tech/simplify-your-python-developer-environment-aba90f32dddb
Medium
Simplify Your Python Developer Environment
Three tools (pyenv, pipx, pipenv) make for smooth, isolated, reproducible Python developer and production environments.
Python drawer
https://www.komu.engineer/blogs/celery-clone/understand-how-celery-works
Python drawer
https://pip.pypa.io/en/latest/development/release-process/#python-2-support
Python drawer
https://medium.com/@gvanrossum_83706/peg-parsers-7ed72462f97c
Medium
PEG Parsers
Some years ago someone asked whether it would make sense to switch Python to a PEG parser. (Or a PEG grammar; I don’t recall exactly what…
Python drawer
https://realpython.com/flask-google-login/
Realpython
Create a Flask Application With Google Login – Real Python
In this step-by-step tutorial, you'll create a Flask application that lets users sign in using their Google login. You'll learn about OAuth 2 and OpenID Connect and also find out how to implement some code to handle user session management.
Python drawer
https://pythonspeed.com/articles/schema-migrations-server-startup/
Python⇒Speed
Decoupling database migrations from server startup: why and how
Migrating your database schema when your application’s Docker container starts up? Here’s some reasons to rethink that choice.
Python drawer
https://ruslanspivak.com/lsbasi-part16/
Ruslan's Blog
Let’s Build A Simple Interpreter. Part 16: Recognizing Procedure Calls
Learning is like rowing upstream: not to advance is to drop back. — Chinese proverb
Python drawer
https://vincent.bernat.ch/en/blog/2019-sustainable-python-script
vincent.bernat.ch
Writing sustainable Python scripts
A standalone Python script can come with a discoverable interface a documentation and some tests to keep it useful a year later.
Python drawer
https://pbpython.com/papermil-rclone-report-1.html
Pbpython
Automated Report Generation with Papermill: Part 1
This is part 1 of a two-part series post about automating report generation using python, jupyter, papermill, and a couple of other tools.
Python drawer
https://www.marsja.se/how-to-use-binder-python-for-reproducible-research/
Erik Marsja
How to Use Binder and Python for Reproducible Research - Erik Marsja
Here we will learn how to use Binder & Python for reproducible research. We are going to set up a git account, and a Jupyter notebook online.
Python drawer
https://medium.com/js-dojo/part-2-how-to-build-a-file-manager-storage-web-app-with-django-rest-framework-and-vue-js-852e30e52aa5
Medium
Part 2 — How to build a File Manager Storage web app with Django Rest Framework and Vue.js
This article is Part 2 of “How to build a File Manager Storage web app series”. In Part 1, we completed the setup of Django rest framework…
Python drawer
https://medium.com/js-dojo/how-to-build-a-file-manager-storage-web-app-with-django-rest-framework-and-vue-js-e89a83318e9c
Medium
Part 1 — How to build a File Manager Storage web app with Django Rest Framework and Vue.js with Vuex and Ag-grid integration
Since beginning of this year, I have been attending an online course. We have a platform that enables us to store and share files…
Python drawer
https://www.twilio.com/blog/working-with-midi-data-in-python-using-mido
Twilio Blog
Working with MIDI data in Python using Mido
Twilio posts cloud communications trends, customer stories, and tips for building scalable voice and SMS applications with Twilio's APIs.
Python drawer
https://medium.com/@oksanatkach/how-to-internationalize-your-flask-app-like-a-champ-e57535185893
Medium
How to Internationalize Your Flask App Like a Pro
How to tweak the Babel library for large i18n projects to enable pseudotranslation and iterative localization
Python drawer
https://techblog.appnexus.com/beyond-hello-world-modern-asynchronous-python-in-kubernetes-f2c4ecd4a38d
Medium
Beyond “Hello World”: Modern, Asynchronous Python in Kubernetes
Deploying Scale-able, Production-Ready Web-Services in Python 3 on Kubernetes
Python drawer
https://medium.com/hardwood-convergence/intro-to-virtual-environments-and-scraping-nba-data-with-beautifulsoup-6ce745f8c26e
Medium
Intro to Scraping NBA Data with BeautifulSoup
Learn the basics of pulling and manipulating data from the web
Python drawer
https://interrupt.memfault.com/blog/using-pypi-packages-with-GDB
Interrupt
Using Python PyPi Packages within GDB/LLDB
How to setup GDB/LLDB, virtualenv, and Python to use PyPi packages in GDB/LLDB scripts
Python drawer
https://www.smashingmagazine.com/2019/07/ultimate-guide-scalable-web-scrapers-scrapy/
Smashing Magazine
The Ultimate Guide To Building Scalable Web Scrapers With Scrapy — Smashing Magazine
Let’s say that you wish to compile a list of the Oscar winners for best picture, along with their director, starring actors, release date, and run time. Using Google, you can see there are several sites that will list these movies by name, and maybe some…
Python drawer
https://victorzhou.com/blog/intro-to-rnns/
Victorzhou
An Introduction to Recurrent Neural Networks for Beginners - victorzhou.com
A simple walkthrough of what RNNs are, how they work, and how to build one from scratch in Python.
Python drawer
https://lwn.net/Articles/793818/
lwn.net
What's coming in Python 3.8
The Python 3.8 beta cycle is already underway, with Python 3.8.0b1
released on June 4, followed by the second beta
on July 4. That means that Python 3.8 is feature complete at
this point, which makes it a good time to see what will be part of it when
the…