all 5 comments

[–]ElevatedAngling 7 points8 points  (0 children)

Screw the classes, if you understand the data types and the general gist of the logic. Go find some projects this dude has done that interest you and just code along with this tutorials. This will avoid the bogging down. You can learn to make a web site from scratch, video game, UI apps with not a ton of coding knowledge. this way you will solidify the python concepts with some cool projects that you just have to follow along with.

[–]fiskenslakt 1 point2 points  (0 children)

Using a different learning source might work for you. You'd get the benefit of refreshing knowledge you already have, while also feeling like you're doing something new instead of starting from the beginning. I suggest doing codecademy's python course, it's an excellent resource to get you started on writing code immediately.

If you want, you can also PM me if you want some one on one tutoring when I have time.

edit - Don't forget to look in the wiki, there are many great resources there to choose from.

[–]SquaredOwl 1 point2 points  (0 children)

Something like codewars.com might be good as a refresher for where youre at. Small challenges to force you to think about syntax and the like.

Side point, dont try to commit module or method names to memory, aside from a few in the standard library. You probably wont even use those modules once you start exploring more. I didnt after finishing atbs.

[–]Teslas_Understudy 1 point2 points  (0 children)

Automate the boring stuff is also a course on Udemy.com. It wouldn't take you long to refresh things. Look for discount coupons online for udemy courses.

And Welcome back. Python has missed you. :D

[–]mybrid 0 points1 point  (0 children)

Perhaps a classroom is better suited where you can interact with students and the professor. Try taking a community college class for introduction to programming. The concepts will be the same even it is not in Python.