python-ecology-lesson icon indicating copy to clipboard operation
python-ecology-lesson copied to clipboard

Consider using more up-to-date resources

Open maneesha opened this issue 1 year ago • 5 comments

In the More Resources section of "Before We Start" we list Dive into Python 3 and The Hitchhiker’s Guide to Python. These are both very outdated resources. Opening this issue to discuss and consider more current resources we can offer instructors and learners.

maneesha avatar Jun 12 '23 15:06 maneesha

That is a great idea, thanks @maneesha! I can't think of good resources from the top of my head, but I'm hoping the community comes up with a few ideas.

LilithElina avatar Jun 13 '23 09:06 LilithElina

Here are a couple of options:

https://automatetheboringstuff.com https://www.py4e.com/book.php

btovar avatar Jun 13 '23 11:06 btovar

I second the recommendation for https://automatetheboringstuff.com/.

This tutorial is pretty good: https://www.pythonforbeginners.com/python-tutorial

This is my favorite python youtuber: https://www.youtube.com/@coreyms

It might be worth dividing the recommendations into video-based and written word-based lessons.

yondel33 avatar Jul 11 '23 23:07 yondel33

@yondel33 Sadly, the pytonforbeginners tutorial looks outdated. (print is still a statement, and classes explicitely inherent from object.). Otherwise it does look like a good tutorial.

btovar avatar Jul 14 '23 12:07 btovar

I would recommend this one: https://wesmckinney.com/book/ It's thorough, clear, open-source, and regularly updated.

IsabelleLebTay avatar Jul 09 '24 21:07 IsabelleLebTay