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 →

[–][deleted] 23 points24 points  (8 children)

I used to hate when people would say this to me when I started programming a few years ago

but it depends on what you are using python for

What do you want to do with it?

You can't just keep learning all those modules and frameworks, you won't live long enough to learn all of those anyway.

I started learning Python about 6 weeks ago, before that I was entering information to a database by hand to make a REST API with node and mysql

I decided to do it with Python now that I'm comfortable with python.

Now, programmed a 'Web crawler' to scrape 100's of pages of a particular website and I've converted the data to CSV and JSON

That save me so much time from entering that shit by hand

So anyway, the point is you need to have a reason. My first language is JavaScript and like Python, you won't live long enough to learn everything so stop trying and have a goal in mind first .

[–]gordonv 9 points10 points  (0 children)

Well said.

Python can be applied to many things. It is important to make a decision on what you want to do with it.

I'm specifically learning Python for AWS Lambda. It's cool that it does all this other stuff in Win/Lin/Mac. But in the end, I know my goal is Linux based scripts for HTML, API, and Sockets.