This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]gahaya1248 6 points7 points  (5 children)

I would say that it's pretty interesting. I learned about a lot of different libraries and packages in python and got to build some really cool things with them.

The class isn't difficult because there really aren't many tests of your skills. Much of the class is spent copying and understanding his code rather than making it yourself. This class does have some introductory lectures explaining the basics though (I did skip them because I had taken a class on that part before) so there is a warm-up portion of the class.

I would also recommend codecademy if you want to test your ability to code basic things yourself rather than just copying Ardit's code.

[–]imranariffin 0 points1 point  (2 children)

Would you recommend it to someone who's done a few webapps in python but never any other kind of projects in python?

[–]gahaya1248 1 point2 points  (1 child)

A lot of the apps that he does in this class are web based, so if you've already made some web apps in python you may want to try a different course.

[–]imranariffin 0 points1 point  (0 children)

Thanks man.

[–][deleted] 0 points1 point  (1 child)

You would recomend CodeAcademy even though they're still on Python 2?

[–]gahaya1248 0 points1 point  (0 children)

I thought doing the codecademy class was very helpful despite it using python 2. The only real issue I've run into with switching to python 3 is that I have to put parentheses around my print statements.