What's new in the 2nd edition? Couldn't find a list of updates/additions anywhere.
Learn Python The Hard Way 2nd Edition Released
11–20 of 60 posts
Re: Learn Python The Hard Way 2nd Edition Released
#12What is the advantage of the course (on discount today)?
Re: Learn Python The Hard Way 2nd Edition Released
#13Would anyone like to recommend something similar for people already well versed in (a) mainstream language(s)?
Re: Learn Python The Hard Way 2nd Edition Released
#14LPTHW has a good rep, but it looks like it focuses on teaching someone who's never programmed before. Would anyone like to recommend something similar for people already well versed in (a) mainstream language(s)?
then do:
http://www.djangobook.com/en/2.0/
But, I'll also say, LPTHW is deceptively simple. Try doing it anyway, since if you know a language already you can blaze through it, and when you get to around 30 or so it sneaks up behind you.
Re: Learn Python The Hard Way 2nd Edition Released
#15LPTHW has a good rep, but it looks like it focuses on teaching someone who's never programmed before. Would anyone like to recommend something similar for people already well versed in (a) mainstream language(s)?
http://docs.python.org/tutorial/ then do: http://www.djangobook.com/en/2.0/ But, I'll also say, LPTHW is deceptively simple. Try doing it anyway, since if you know a language already you can blaze through it, and when you get to around 30 or so it sneaks up behind you.
(What's that about 30?)
Re: Learn Python The Hard Way 2nd Edition Released
#16Earlier quoted context omitted.
http://docs.python.org/tutorial/ then do: http://www.djangobook.com/en/2.0/ But, I'll also say, LPTHW is deceptively simple. Try doing it anyway, since if you know a language already you can blaze through it, and when you get to around 30 or so it sneaks up behind you.
Thanks Zed. I'll have a look. (What's that about 30?)
Re: Learn Python The Hard Way 2nd Edition Released
#17LPTHW has a good rep, but it looks like it focuses on teaching someone who's never programmed before. Would anyone like to recommend something similar for people already well versed in (a) mainstream language(s)?
It's a good, well-informed, easy read.
Re: Learn Python The Hard Way 2nd Edition Released
#18LPTHW has a good rep, but it looks like it focuses on teaching someone who's never programmed before. Would anyone like to recommend something similar for people already well versed in (a) mainstream language(s)?
LPTHW is structured well for beginners, but it just so happens it's structured well for pros too. The exercises are a great way to discover portions of Python that aren't intuitive to you. You'll hit roadblocks where your code won't run. That's when you'll really learn.