Live data from Hacker News

Learn Core Python in a Week – My Way

curphey.com

11–20 of 29 posts

Re: Learn Core Python in a Week – My Way

#11
Why is everyone making this Ruby vs Python? which is unproductive discussion.

I think the article has some good tips for people learning any new language(it can be python,ruby or anything). The tips most useful according me are:

1. Dedicate fixed time for learning

2. Find Good mentor.

3. Use recommended development practices from Day1

4. Learn Core Language first, then try frameworks

5. Write Code(that's the only way!)

Re: Learn Core Python in a Week – My Way

#12

Why is everyone making this Ruby vs Python? which is unproductive discussion. I think the article has some good tips for people learning any new language(it can be python,ruby or anything). The tips most useful according me are: 1. Dedicate fixed time for learning 2. Find Good mentor. 3. Use recommended development practices from Day1 4. Learn Core Language first, then try frameworks 5. Write Code(that's the only way…

I think that Ruby vs Python is the most useless debate ever. They're similar enough in design and capabilities as to not matter which one picks, so arguing about it is moot. Just pick one and go with it, and if you want to learn another, try a lisp.

Re: Learn Core Python in a Week – My Way

#13

The problem with Python community is, when comparing Python with Ruby, Pythonistas give almost no objective reasons to prefer Python but give many highly subjective (provoking) opinions, like the following: 1. Zen of Python. (since Ruby doesn't adhere to it, it's bad) 2. Python community is less arrogant compared to Ruby community. (painting millions of Ruby programmers with the same brush based on an IRC chat they h…

What reasons do the Rubyists give?

Re: Learn Core Python in a Week – My Way

#14
I really wonder why no one mentions the official Python tutorial (http://docs.python.org/tutorial/). That is by far, the most concise and easiest to understand Python tutorial I have ever come across. For those who run after multiple sources and 400 pages books, give the official tutorial a read. You will not even feel at looking at another Python introductory book again. I speak from personal experience and based on the feedback from the people I recommended this -- they simply love it. As talk is cheap, don't listen to me and go ahead and give it the first few pages a read. You won't regret it.

Re: Learn Core Python in a Week – My Way

#15
post #8

Earlier quoted context omitted.

Here are the reasons I recommend Python over Ruby: * Python is easier to learn (not much syntax) * Easier to read (explicit vs implicit) * Has a bigger ecosystem (more packages/libraries) * Taught at universities so it's easier to find good programmers to help * More research/resources going into to its development (e.g. PyPy) * Used by more websites/companies so its easier to find jobs And these are the online Pytho…

* Subjective * Subjective * False: http://modulecounts.com * Some American universities. * Agreed. * Statistics please.

Here are the Indeed job trends showing Python vs Ruby: http://www.indeed.com/jobanalytics/jobtrends?q=python%2C+rub...

Re: Learn Core Python in a Week – My Way

#16
post #14

I really wonder why no one mentions the official Python tutorial ( http://docs.python.org/tutorial/ ). That is by far, the most concise and easiest to understand Python tutorial I have ever come across. For those who run after multiple sources and 400 pages books, give the official tutorial a read. You will not even feel at looking at another Python introductory book again. I speak from personal experience and based…

This was true for me too, it was just called 'Learn Python In One Afternoon' and it was true.

There is need for other short begginer tutorials, simply because we are all different, but for majority of people official tutorial will really be the best place to start.

Re: Learn Core Python in a Week – My Way

#18

The problem with Python community is, when comparing Python with Ruby, Pythonistas give almost no objective reasons to prefer Python but give many highly subjective (provoking) opinions, like the following: 1. Zen of Python. (since Ruby doesn't adhere to it, it's bad) 2. Python community is less arrogant compared to Ruby community. (painting millions of Ruby programmers with the same brush based on an IRC chat they h…

> The problem with the X community...

Isn't that painting millions of X programmers with the same brush?

Re: Learn Core Python in a Week – My Way

#19

The problem with Python community is, when comparing Python with Ruby, Pythonistas give almost no objective reasons to prefer Python but give many highly subjective (provoking) opinions, like the following: 1. Zen of Python. (since Ruby doesn't adhere to it, it's bad) 2. Python community is less arrogant compared to Ruby community. (painting millions of Ruby programmers with the same brush based on an IRC chat they h…

What reasons do the Rubyists give?

[deleted]

Re: Learn Core Python in a Week – My Way

#20

The problem with Python community is, when comparing Python with Ruby, Pythonistas give almost no objective reasons to prefer Python but give many highly subjective (provoking) opinions, like the following: 1. Zen of Python. (since Ruby doesn't adhere to it, it's bad) 2. Python community is less arrogant compared to Ruby community. (painting millions of Ruby programmers with the same brush based on an IRC chat they h…

What reasons do the Rubyists give?

They don't. They are busy having fun coding. :)
Post reply on HN