build-app-with-python-antitextbook
build-app-with-python-antitextbook copied to clipboard
Aims to teach Python3 by example
You don't show the % (modulus) operator at the top in the beginning but you show it in the interpreter in the division section. But you don't say what it...
I think implementing basic algorithms with python is a great way to learn. For examples Stack, Singly Linked Lists, Circular Linked Lists, Doubly Linked Lists, Arrays, Binary Trees, Binary Search,...
Issues
I applaud you for trying to do this - but I have noted one or more issues : - Variables page - the id function does not return the address...
Feedback
Give your feedback here!
A mention could be deserved by list comprensions and generators (on which an entire chapter, maybe, should be done). Specifically, you may want to explain the difference between `[requests.get('http://website.com/page/{}'.format(x) for...
http://notebooks.azure.com is a free, hosted Jupyter notebook service by microsoft.com Check out the intro to python sample on the front page. It would be great if this guide is added...