How to run Python program on Visual studio code: flow the instruction : 1- download and install python on your pc; 2- download and install visual studio code; 3- add the two extensions: (1) code runner + (2) python (IntelliSense (Pylance),etc. of Microsoft)
https://www.youtube.com/watch?v=AKVRkB0fot0
#Project py0 = learning Python
All about python langage: types, lists, dictionaries, modules, files, json format, and so on.
Inpired from Python crash course for beginners
of Brad of Travery Media :)
see: https://www.youtube.com/watch?v=JJmcL1N2KQs
1- variables.py
2- strings.py
3- listes.py
4- tuple_set.py
5- dictionaries.py
6- if_conditional.py
7- loops.py
8- functions.py
9- modules.py / validator.py
10- classes.py
11- files.py / myfile1.txt
12- py_json.py
Thanks a lot dear Brad of Traversy...
I really really enjoy the crash course.
# Other awesome py. projects