diff options
Diffstat (limited to 'advanced_python/README.md')
-rw-r--r-- | advanced_python/README.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/advanced_python/README.md b/advanced_python/README.md new file mode 100644 index 0000000..8237ac3 --- /dev/null +++ b/advanced_python/README.md @@ -0,0 +1,18 @@ +# Advanced Python Programming + +This material covers some advanced Python programming concepts. + +The student is supposed to have completed the "Basic Python Programming" +course first before starting on this material. + +As done for the basic Python course, the material here is completely hands-on +and requires the use of yaksh for practice, self-assessment, and assessment. + +## Pre-requisites + +- Students should have completed the basic Python programming material. +- One should have a Python 3.x installation. +- Use a reasonable editor, Canopy will work. +- If one desires a more advanced editor, I suggest VS Code + (https://code.visualstudio.com/) which is free, open source, and very + powerful. |