Code

Python - Basic Syntax Advanced Syntax Advanced Pythonic Stuff Best Pythonic Practices Algorithms CSV reading-writing

Highlights

TABLE FROM #python and #Omnivore 

Documentation

Built-in Functions - Python 3.10.7 documentation

This function drops you into the debugger at the call site.
https://docs.python.org/3.10/library/functions.html

Core Concepts / Code Style

PEP 8 - Style Guide for Python Code

This document gives coding conventions for the Python code comprising the standard library in the main Python distribution.
https://peps.python.org/pep-0008/

Documenting Python Code: A Complete Guide - Real Python

Welcome to your complete guide to documenting Python code.
https://realpython.com/documenting-python-code/

The Twelve-Factor App

In the modern era, software is commonly delivered as a service: called web apps, or software-as-a-service.
https://12factor.net

Boring Python: code quality

This is the second in a series of posts I intend to write about how to build, deploy, and manage Python applications in as boring a way as possible.
https://www.b-list.org/weblog/2022/dec/19/boring-python-code-quality/?utm_campaign=Django%2BNewsletter&utm_medium=email&utm_source=Django_Newsletter_159


📂 Python | Последнее изменение: 14.05.2024 22:26