Securely Deploy a Django App With Gunicorn, Nginx, & HTTPS
https://realpython.com/django-nginx-gunicorn/
https://realpython.com/django-nginx-gunicorn/
Realpython
Securely Deploy a Django App With Gunicorn, Nginx, & HTTPS – Real Python
Ready to take your Django app beyond development? Learn how to securely deploy your Django web app in production over HTTPS with Gunicorn and Nginx. Along the way, you'll explore how HTTP headers can fortify your app's security.
The Legacy of OLPC and Charismatic Pitfalls in Teaching Programming
https://realpython.com/podcasts/rpp/86/
https://realpython.com/podcasts/rpp/86/
Realpython
Episode #86: The Legacy of OLPC and Charismatic Pitfalls in Teaching Programming – The Real Python Podcast
Do you remember the One Laptop Per Child program? What went wrong, and what can we learn from the program's failure? What are the potential pitfalls of charismatic technology, and how can we avoid them when introducing students to programming? This week on…
Cython, Rust, and More: Choosing a Language for Python Extensions
https://pythonspeed.com/articles/rust-cython-python-extensions/
https://pythonspeed.com/articles/rust-cython-python-extensions/
Python⇒Speed
Cython, Rust, and more: choosing a language for Python extensions
You can write Python extensions with Cython, Rust, and many other tools. Learn which one you should use, depending on your particular needs.
CData Software – The Easiest Way to Connect Python With Data
https://www.cdata.com/python/?utm_source=realpython&utm_medium=sponsored-link&utm_campaign=python
https://www.cdata.com/python/?utm_source=realpython&utm_medium=sponsored-link&utm_campaign=python
CData Software
Python Components | pandas Dataframe for SaaS APIs | CData Software
Our native Python components make it easier than ever to connect Python/pandas with real-time data from hundreds of SaaS, NoSQL, and Big Data sources.
Idiomatic Algebraic Data Types in Python With Dataclasses and Union
http://blog.ezyang.com/2020/10/idiomatic-algebraic-data-types-in-python-with-dataclasses-and-union/
http://blog.ezyang.com/2020/10/idiomatic-algebraic-data-types-in-python-with-dataclasses-and-union/
English to German Translation Using Seq2Seq Models in PyTorch
https://www.nbshare.io/notebook/313339236/English-to-German-Translation-using-Seq2Seq-Models-In-PyTorch/
https://www.nbshare.io/notebook/313339236/English-to-German-Translation-using-Seq2Seq-Models-In-PyTorch/
kuroko: Python Dialect With Explicit Variable Declaration and Block Scoping
https://github.com/kuroko-lang/kuroko
https://github.com/kuroko-lang/kuroko
GitHub
GitHub - kuroko-lang/kuroko: Dialect of Python with explicit variable declaration and block scoping, with a lightweight and easy…
Dialect of Python with explicit variable declaration and block scoping, with a lightweight and easy-to-embed bytecode compiler and interpreter. - kuroko-lang/kuroko
python-mini-projects: Mini Projects to Enhance Your Python Skills
https://github.com/Python-World/python-mini-projects
https://github.com/Python-World/python-mini-projects
GitHub
GitHub - Python-World/python-mini-projects: A collection of simple python mini projects to enhance your python skills
A collection of simple python mini projects to enhance your python skills - Python-World/python-mini-projects
s3-credentials: Tool for Creating Credentials for S3 Buckets
https://simonwillison.net/2021/Nov/3/s3-credentials/
https://simonwillison.net/2021/Nov/3/s3-credentials/
simonwillison.net
s3-credentials: a tool for creating credentials for S3 buckets
I’ve built a command-line tool called s3-credentials to solve a problem that’s been frustrating me for ages: how to quickly and easily create AWS credentials (an access key and secret …