Question:
is python programming language really good for the beginners?
Houssem
2014-08-28 18:32:33 UTC
I'm so addicted to the python programming languages since i heard it's easy like English langauge, i just started learning it using cbt nugget course but i'm afraid if i'll face problems later and what if i'm not find the sollution for the it!! Help Out Guyz :S
Four answers:
?
2014-09-13 23:28:33 UTC
Python is a pretty simple language to start with, because its syntax is pretty

uncluttered. But life and logic and the problems that programming must deal with

are difficult, and no language can make a molehill out of a mountain. You need to

use your brains, and that's true, no matter the language. It does help that you need

not deal with garbage collection. You still need to know how to deal with ideas like

iteration and recursion, concepts like memoization; you need to think, and to use the

ideas of others, and to ask intelligent questions. You can write foolish programs in

Python, and elegant, clever programs in Python. Is thinking easy? Well, to some,

but to others stupidity is easier. A lot of clever programs are in Python.

>

> John (gnujohn)
Shahin Tuhin
2014-08-28 18:53:39 UTC
English is one of the hardest languages to learn. If you heard it's as easy as the English Language that means it's hard. I think Python is a good language to start with. I'd suggest you learn C++ next.
2014-08-28 18:59:38 UTC
Its best to learn several programming languages at once, that way you get a feel for what really matters rather than getting stuck on one languages' preferred way of doing something. For instance they all use a "for loop" but expressed slightly differently, but when you know they all use it you know it needs learning. Whereas some use classes, some don't, some have auto garbage collection some don't, so you can deduce from that that it's not vital. They ALL do the basics, just in different ways. I didn't like python because it relies on relies too much on indentation but many recommend it as a first language. Go for C# and Java and Python, then you'll discover which you like best (C# !!)
2014-08-28 18:33:28 UTC
Easy like English Language?



English is one of the hardest languages to learn. If you heard it's as easy as the English Language, that means it's hard.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...