Learn Python
21–25 of 25 posts
Re: Learn Python
#22I really like that they capture and address the problem of pushing people out into IDE's where they can do real work. Most of these sites are flawed in that they want to create a permanent lock-in to their tools, but the best learning happens once you can use an IDE.
I'd much rather work harder to learn something real than learn a simplified style that is utterly useless outside your website.
Re: Learn Python
#23These learning websites never work for me. I know starting with basics (operations, variables, string manipulation) is the sensible thing to do, but they bore me. I always find easier (well, harder but more engaging) to read real code running a real simple application and trying to figure it out by breaking it. (it's not a critic of learning sites or this one in particular. It's just they don't speak to me.)
I got in the zone and learned Python, Javascript, HTML, CSS, jQuery and a few APIs in a single weekend on codecademy. The secret is large amounts of caffeine.
Re: Learn Python
#24How MUCH of Python can you learn at this site for free? If I was told to get my wallet out after a few little courses I'd almost feel like I wasted time.
Re: Learn Python
#25Earlier quoted context omitted.
Seconded! Especially for web apps. I'm trying to learn how to implement something with a GUI, and struggling to move beyond the basics.
A desktop GUI in Python? Or a GUI in a web app? If you mean the former, have you tried wxPython? It comes with a huge interactive library of samples, where you can see the code and the resulting interface just by switching tabs.
I built a basic app with web.py that I'm trying to make pretty. I'm thinking I'll need to add some CSS, but I just have no idea where to start.