build-app-with-python-antitextbook icon indicating copy to clipboard operation
build-app-with-python-antitextbook copied to clipboard

Aims to teach Python3 by example

Results 6 build-app-with-python-antitextbook issues
Sort by recently updated
recently updated
newest added

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

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

enhancement
help wanted

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

enhancement

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

enhancement