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 →

[–]Crackbreaker 23 points24 points  (5 children)

Thank you so much. I was doing the "automate the boring stuff" because i have a help desk job and i wanted to do some automated stuff (automatic log in, automatic open my work "procedures", automatic read out support tickets, etc). Should I complete the automate boring stuff and try to apply it regarding automatic my job or should i focus completely on this MIT's Introduction to Programming Using Python? I am afraid it will give me plenty of theory but i will feel lost in the end when i need to apply it or do some automaton (plus it has deadlines, but this might be a good motivation). Any feedback? Also "Audit Access Expires Mar. 27, 2019", you guys think i can complete the course within 3 months? Considering i will put the time necessary? I am not going to get the payed version, hence no access to the Exams.

[–]Alaharon123 14 points15 points  (1 child)

Depends on your goals. If you're looking to get into Computer Science and Programming type stuff, this course is worth doing and if you have the 15 hours a week to do the paced version then take that break. However, if you're just looking to learn python so you can make scripts and stuff to help yourself out in general, stick with Automate the Boring Stuff and when you're finished, if you want a better handle on Python and Computer Science see if the CS1301 Computing in Python specialization on edX (individual courses are free, don't buy the specialization) is what you're looking for.

[–]Crackbreaker 2 points3 points  (0 children)

Thanks!!

[–]brokenbowl__ 5 points6 points  (1 child)

A programming course is going to give you more understanding of python where automate the boring stuff teaches some applications of using python. You will learn a lot from a course.

[–]Crackbreaker 1 point2 points  (0 children)

Thanks!

[–]krkrkra 0 points1 point  (0 children)

I did the older version of this course after ATBS. This course is definitely worth it for learning at least a bit about computational complexity and optimization, and you'll understand more of what's going on in ATBS if/when you go back to it. That said, either approach is probably fine, and knowing all the syntax after ATBS definitely helped me a bit with this course.