From b09af3ea95b1f1c1bbedd380f4f79402d3ca34db Mon Sep 17 00:00:00 2001 From: Mara Karagianni Date: Fri, 29 Nov 2024 14:40:07 +0100 Subject: [PATCH] update readme --- python/README.md | 10 +++++----- python/introduction/README.md | 18 ++++++++---------- 2 files changed, 13 insertions(+), 15 deletions(-) diff --git a/python/README.md b/python/README.md index a554476..d8c5056 100644 --- a/python/README.md +++ b/python/README.md @@ -24,13 +24,13 @@ videos: https://antiboredom.github.io/videogrep/ ### python tutorials online 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/) [User input from terminal/keyboard](https://realpython.com/python-keyboard-input/) -[if/elif/else](https://realpython.com/courses/python-conditional-statements/) -[Adding strings](https://realpython.com/python-string-concatenation/) -[Data types](https://realpython.com/python-data-types/) +[if/ elif/ else](https://realpython.com/courses/python-conditional-statements/) +[Adding strings together](https://realpython.com/python-string-concatenation/) +[Data types](https://realpython.com/python-data-types/) ### artisitc references -[presentation - slides](./presentation_en.pdf) +[presentation - slides](./presentation-en.pdf) diff --git a/python/introduction/README.md b/python/introduction/README.md index 9152346..07380d3 100644 --- a/python/introduction/README.md +++ b/python/introduction/README.md @@ -1,16 +1,14 @@ ## introduction + ``` -variables -list --> bisous.py programming.py -input --> bisous.py +For variables --> see all scripts +Working with lists --> see bisous.py programming.py +For user input from terminal or keyboard --> see bisous.py print -for loop --> bisous.py -conditional statements if/else/elif --> bisous.py +for loop --> see bisous.py +conditional statements if/else/elif --> see bisous.py break --> bisous.py -while loop --> missing.py -dictionary -enumerate -return --> missing.py -random --> programming.py +while loop --> see missing.py function --> missing.py +random --> programming.py ```