python-basic icon indicating copy to clipboard operation
python-basic copied to clipboard

Python3 teaching materials for basic introduction to Python (2 days)

Results 7 python-basic issues
Sort by recently updated
recently updated
newest added

Move string formating from the end of loop section back into where String is covered in section 1.3

Provide skeleton for exercise and setp by step tips

Maybe it is not necessary to show in great details and have even an exercise on running some Python code within the interpreter. Remove in Exercises 1.1.1, point 2 and...

These sections could be merged and function could be added instead?

Need either someone to fix it or an explanation of the error for other trainers to be aware of it.

I may be good to introduce errors in some of the code block in the introduction course to be able to explain how to read these messages in Python and...

Teach everything using function! Add it back here from day 1. Add indentation as well, in a simple manner: - one level - two level Try to find an exercise...