Python

Python is a widely used general-purpose scripting language.

Table of Contents:

  1. Resources
  2. On Embedded Artistry

Resources

  1. Learning Python
  2. Advanced
  3. Style Guides
  4. Quality Enforcement

Learning Python

Advanced

Style Guides

Quality Enforcement

  • Linters are tools for finding potential bugs and style problems in Python source code. They find problems that are typically caught by a compiler for less dynamic languages like C and C++.
  • Black is a Python formatter
  • Type Checking
    • Mypy is a static type checker for Python that aims to add compile-time type checking with no runtime overhead.

On Embedded Artistry

Categories: Field Atlas


« Back to Glossary Index

Share Your Thoughts

This site uses Akismet to reduce spam. Learn how your comment data is processed.