Python

Python

78 bookmarks
Newest
Python CLI Tricks That Don't Require Any Code Whatsoever
Python CLI Tricks That Don't Require Any Code Whatsoever
Out-of-the-box, Python standard library ships with many great libraries some of which provide commandline interface (CLI), allowing us to do many cool ...
·martinheinz.dev·
Python CLI Tricks That Don't Require Any Code Whatsoever
Python Magic Methods You Haven't Heard About
Python Magic Methods You Haven't Heard About
Python's magic methods - also known as dunder (double underscore) methods - can be used to implement a lot of cool things. Most of the time we u...
·martinheinz.dev·
Python Magic Methods You Haven't Heard About
Master Guide for Excel Automation Using Python
Master Guide for Excel Automation Using Python
In this master guide, you will learn about Openpyxl which is an open-source library that helps Excel automation using python.
·analyticsvidhya.com·
Master Guide for Excel Automation Using Python
An opinionated Python boilerplate
An opinionated Python boilerplate
A very opinionated set of tools and practices for my Python projects.
·duarteocarmo.com·
An opinionated Python boilerplate
Typer
Typer
Typer, build great CLIs. Easy to code. Based on Python type hints.
·typer.tiangolo.com·
Typer
Assimilator - the best Python patterns
Assimilator - the best Python patterns
Assimilator Python framework, Domain-Driven Design, DDD, high performance, easy to learn, fast to code
·knucklesuganda.github.io·
Assimilator - the best Python patterns
Configuring Your Flask App
Configuring Your Flask App
Best practices on configuring Flask. Use different configs for different environments and keep sensitive values out of your source code.
·hackersandslackers.com·
Configuring Your Flask App
Production Recipes: Flask App | Toptal®
Production Recipes: Flask App | Toptal®
How do you make robust #Python apps with Flask? Let’s explore recipes for building a complete #production-ready #Flask #application. toptal.com/url-pending
·toptal.com·
Production Recipes: Flask App | Toptal®
Running Your Flask Application Over HTTPS
Running Your Flask Application Over HTTPS
While you work on your Flask application, you normally run the development web server, which provides a basic, yet functional WSGI complaint HTTP server. But eventually you will want to deploy your…
·blog.miguelgrinberg.com·
Running Your Flask Application Over HTTPS
WSGI Servers
WSGI Servers
A Web Server Gateway Interface (WSGI) server runs Python code to create a web application. Learn more about WSGI servers on Full Stack Python.
·fullstackpython.com·
WSGI Servers