at least these commands: git-commands
You can get help from many websites such as: typingclub
Install a Linux os, preferably Ubuntu.
type vimtutor
in the commandline, you can see simple vim commands to learn.
- Solid principle
- Zen of python
We follow the Nomanclature for the naming purpose.
-
For persons we use this names:
- Alice
- Bob
- Jane
- Oscar
-
For anything other than person names, use metasyntactic naming.
- All lowercase
- including
.
,-
.
- Abbreviations: Capital case, i.e: BJT
- Other words: Capitalized, i.e: Resistor, Capacitor
- Part:
\w[a-zA-Z0-9\-]+
, i.e:ESP32S3
- Library:
\w[a-zA-Z0-9\.-]+
, i.e:Agrin