@Nugelz @CoderSupreme
It’s a code formatter:
https://pypi.org/project/black/
You can also enable an implementation of it within Visual Studio Code. This is not the same as installing using pip, and using as outlined on the Python black site.
Science and humanism-inspired geek from 1956, very happily married. Still working in IT, looking for ways to give back to society. Also still idealistic and naive in believing the people of the world can work together.
@Nugelz @CoderSupreme
It’s a code formatter:
https://pypi.org/project/black/
You can also enable an implementation of it within Visual Studio Code. This is not the same as installing using pip, and using as outlined on the Python black site.
@SpaceTurtle224 @twoframesperminute
There are plenty of great tutorials, from beginner (me) to advanced, at https://realpython.com/ , many of them free. I’ve found them invaluable.
Python Crash Course is good but very very basic.