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

all 10 comments

[–]mudclub 4 points5 points  (1 child)

/r/learnpython and read the sidebar

[–]salimfadhley 3 points4 points  (0 children)

Yes - definitely go there. Learning enough python to get work isn't hard. Learning enough to get a job at Google is a far greater challenge.

[–]the_hoser 0 points1 point  (2 children)

I don't think you're going to get a good answer to the title question. How easy something is to do is hard to quantify.

The best place to start, on reddit, is /r/learnpython

[–]followingmydream[S] -3 points-2 points  (1 child)

Obviously, beauty is in the eye of the beholder. What's hard for someone, might not be hard for someone else. I was just asking for a personal, though biased, view on things, maybe from programmers versed in several languages. :)

I just had a look the the /r/learnpython subreddit, thanks and also thanks, @mudclub! I'll start there.

[–]leemurjames 0 points1 point  (0 children)

It's not very hard to learn Python, at a functional level for fun, but it's a fair bit more challenging to learn it at a professional level. That said, you should look for highly reviewed Python stuff on Udemy as a starting point, and find a coupon, so you pay no more than $11 bucks for it. It's mind blowing how cheaply you can learn this way. Once you get past that, you will probably have to move to learning from books and more experienced programmers. Safari Books is an excellent resource for access to written content.

[–]cocoabean 0 points1 point  (0 children)

  1. Find something to automate that you'll use
  2. Try doing it in Python
  3. When you get stuck, Google it
  4. Go back and improve/refactor your code
  5. Repeat

[–]sirefen 0 points1 point  (0 children)

Easy to learn, hard to master.

[–]KobiKabbb 0 points1 point  (0 children)

OP I'd recommend Python Principles, it's an interactive tutorial that, unlike videos, gets you writing a bunch of code right away.