python-for-developers
python-for-developers copied to clipboard
This book is geared toward those who already have programming knowledge. It covers topics that include: creation of user interfaces, computer graphics, internet applications, distributed systems, amon...
minor correction: phrase not translated
Chapter 9: Scope of names I am using python3 for the addlist(list) function. `unsupported operand type(s) for +=: 'int' and 'list'`
Most pages don't work with Python 3.x (v3.7 in my case). Reason is mostly that _print_ is now a function and not a statement anymore, plus a few other subtle...
starting Jupyter in docker fails ``` $ ls Chapter1 Chapter12 Chapter15 Chapter4 Chapter7 Dockerfile images notebook_template.ipynb Chapter10 Chapter13 Chapter2 Chapter5 Chapter8 ExercisesI index.html params.json Chapter11 Chapter14 Chapter3 Chapter6 Chapter9 README.md...