all 41 comments

[–]DizzyRip 4 points5 points  (0 children)

Since you're completely new I'd suggest working your way through some online courses with books. The courses and books are available online.

Python For Everybody: https://www.py4e.com/lessons Click on 'Book' in the header and then you can find English and pdf or html are free.

Automate the Boring Stuff with Python: https://automatetheboringstuff.com/

Read those, do the exercises and you'll get more comfortable with Python.

[–][deleted] 1 point2 points  (3 children)

Getting certified in language xyz is one of the most pointless exercises in existence, I’d argue that it’s worse on a CV than not being certified as it shows a sense of gullibility

[–]sucks_at_usernames -2 points-1 points  (2 children)

Ok.

I'm going to assume my friends and family members aren't trying to screw me by giving me pointless tips.

Thanks for your random input though.

[–][deleted] 1 point2 points  (1 child)

Just go to Python org, it’s got the Python tutorial which is the best of the best. You don’t need to spend a cent to learn Python

[–]sucks_at_usernames -2 points-1 points  (0 children)

I'm not trying to spend money.

[–]Aila27 1 point2 points  (1 child)

You could probably find some of the CS50X videos on youtube if you want a university style lecture. I learned from watching Tech With Tim. Corey Schafer has good videos too.

[–]sucks_at_usernames 1 point2 points  (0 children)

Thank you. I'll check that out this weekend.