mirror of
https://git.erg.school/P039/art_num_2024.git
synced 2026-02-04 04:59:18 +01:00
update readme
This commit is contained in:
@@ -24,13 +24,13 @@ videos: https://antiboredom.github.io/videogrep/
|
|||||||
|
|
||||||
### python tutorials online
|
### python tutorials online
|
||||||
RealPython => need to create free account
|
RealPython => need to create free account
|
||||||
[HOW TO work with python in the terminal or with a code editor](https://realpython.com/interacting-with-python/)
|
[Work with python from the terminal or with a code editor](https://realpython.com/interacting-with-python/)
|
||||||
[Variables](https://realpython.com/python-variables/)
|
[Variables](https://realpython.com/python-variables/)
|
||||||
[User input from terminal/keyboard](https://realpython.com/python-keyboard-input/)
|
[User input from terminal/keyboard](https://realpython.com/python-keyboard-input/)
|
||||||
[if/ elif/ else](https://realpython.com/courses/python-conditional-statements/)
|
[if/ elif/ else](https://realpython.com/courses/python-conditional-statements/)
|
||||||
[Adding strings](https://realpython.com/python-string-concatenation/)
|
[Adding strings together](https://realpython.com/python-string-concatenation/)
|
||||||
[Data types](https://realpython.com/python-data-types/)
|
[Data types](https://realpython.com/python-data-types/)
|
||||||
|
|
||||||
|
|
||||||
### artisitc references
|
### artisitc references
|
||||||
[presentation - slides](./presentation_en.pdf)
|
[presentation - slides](./presentation-en.pdf)
|
||||||
|
|||||||
@@ -1,16 +1,14 @@
|
|||||||
## introduction
|
## introduction
|
||||||
|
|
||||||
```
|
```
|
||||||
variables
|
For variables --> see all scripts
|
||||||
list --> bisous.py programming.py
|
Working with lists --> see bisous.py programming.py
|
||||||
input --> bisous.py
|
For user input from terminal or keyboard --> see bisous.py
|
||||||
print
|
print
|
||||||
for loop --> bisous.py
|
for loop --> see bisous.py
|
||||||
conditional statements if/else/elif --> bisous.py
|
conditional statements if/else/elif --> see bisous.py
|
||||||
break --> bisous.py
|
break --> bisous.py
|
||||||
while loop --> missing.py
|
while loop --> see missing.py
|
||||||
dictionary
|
|
||||||
enumerate
|
|
||||||
return --> missing.py
|
|
||||||
random --> programming.py
|
|
||||||
function --> missing.py
|
function --> missing.py
|
||||||
|
random --> programming.py
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user