-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Added book, moved tutorial #400
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
I'm +0 on this. I agree the Python tutorial should be in the beginner section. I don't think that book should be included. The learning section of the guide is specifically for resources to learn Python as I understand it. |
|
Alright, I see. That makes sense. I've removed the algorithms book again. |
|
@christiankolding I think though we should add a section with resources like your algorithms book. Care to send a separate PR with that? |
Added book, moved tutorial
|
Thanks for sending this! 🍰 |
|
Right, I will look into that. Were you thinking a section dedicated solely to algorithmic topics, or more of a section with miscellaneous books featuring significant chunks of Python? |
|
@christiankolding the latter. :) |
|
Great - will scour the web for a few more good books in the "Miscellaneous" category. |
|
I suppose the two books by Al Sweigart would also belong here, since they strictly speaking are not about learning Python, but rather how to do basic game development and crypto with Python. At least the latter of the two, since the first one could be considered an introduction to programming using games as an example. |
|
They're both introductions to Python and the other topic. /cc @asweigart |
|
Yes. They are entire using Python, just written for people who have never programmed before, using games or crypto as the example programs. |
|
The book on algorithms should be in Python guide. I'd just include a chapter - "Beyond Language" with valuable resources that you can read online and contribute. |
|
Yeah, I created a "Miscellaneous topics" section, where I added this book and one other - see #404. |
Added a book on algorithms and data structures.
The Python Tutorial was in the advanced section. Moved it to the beginner section.