python-for-developers icon indicating copy to clipboard operation
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...

Results 4 python-for-developers issues
Sort by recently updated
recently updated
newest added

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...