Xenharmonic (adj.): Pertaining to music which sounds unlike that composed in the familiar 12 tone equal-tempered scale. Ivor Darreg, Xenharmlib is a generalized music theory library that supports t...| xenharmlib
Have a long line of code? If you don't have brackets or braces on your line yet, you can add parentheses wherever you'd like and put line breaks within them. We call this "implicit line continuation".| www.pythonmorsels.com
Everything you've ever wanted to know about coding standards. Understand what they are, why they are important, and how to implement them effectively.| blog.codacy.com
Good development practices for modern Python| www.stuartellis.name
In this post, we will cover a few project hygiene things that we may want to put into place to make our lives easier in the future.| jacobtomlinson.dev
Extension for Visual Studio Code - Formatting support for Python files using the Black formatter.| marketplace.visualstudio.com
Long story short, pre-commit [https://pre-commit.com/] is great! Although this is a Python oriented blog and pre-commit happens to be written in Python, pre-commit is basically language independent. If you use git as VCS (who doesn't these days?), keep reading. I'll go though part of its awesomeness here with| Jerry Codes
In this post we will cover making our code available to people. This is the bit where we open the source!| jacobtomlinson.dev
Improve your Python code to increase your chances to succeed at the interview and become a better developers| roman.pt