Jacob Tomlinson 2/14/2020

Versioning and formatting your Python code

Read Original

This technical article explains how to implement versioning and formatting in Python projects. It details the differences between Semantic Versioning (SemVer) and Calendar Versioning (CalVer), focusing on SemVer's major, minor, and bugfix version numbers to communicate changes. It also covers project hygiene and setup for maintaining clean, well-documented code.

Versioning and formatting your Python code

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week