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://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://www.pythonpodcast.com/python-potential-black-swans-episode-221/
The Python Podcast.__init__
The Python Podcast.__init__: Protecting The Future Of Python By Hunting Black Swans
An interview about identifying areas of weakness in the Python ecosystem and how to address them in the interest of the future for the language and its community
Python drawer
https://realpython.com/how-to-use-numpy-arange/
Realpython
NumPy arange(): How to Use np.arange() – Real Python
In this step-by-step tutorial, you'll learn how to use the NumPy arange() function, which is one of the routines for array creation based on numerical ranges. np.arange() returns arrays with evenly spaced values.
Python drawer
https://www.pyimagesearch.com/2019/07/22/keras-learning-rate-schedules-and-decay/
PyImageSearch
Keras learning rate schedules and decay - PyImageSearch
In this tutorial, you will learn about learning rate schedules and decay using Keras. You’ll learn how to use Keras’ standard learning rate decay along with step-based, linear, and polynomial learning rate schedules.
Python drawer
https://www.residentmar.io/2019/07/07/python-mixins.html
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