Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   Python (http://www.programmingforums.org/forum43.html)
-   -   Learn python (http://www.programmingforums.org/showthread.php?t=2452)

andy_m Feb 24th, 2005 8:04 PM

Learn python
 
How long does it take (roughly) to get good at Python? Is it really that much easier to learn/use than, say, C++?

Also, is object-oriented programming all it's cracked up to be?

thechristelegacy Feb 24th, 2005 9:25 PM

Well, you're going to get a lot of differnt responses. Python is much easier to learn than C++. A lot of things that need to be done in C++ Python already does. THe Python syntax is very clean and easy to pick up. I got an ok handle on the langauge in about a month, and here I am a year or two later still learning the langauge, but that's what will come about with any language you learn.

But I think everyone here would agree Python is much easier to use and program in than C++.

There is also a lot of mixed feelings on object-oriented programming. A lot of people like the power, and the control it gives, and a lot of people hate the idea and just see it as another obstical between them and the code. I must admit though, OOP in Python is not dificult at all.

I think that OOP is more or a programmers prefernce though. Hope this answeres some questions :)

Infinite Recursion Feb 25th, 2005 9:38 AM

Python is easier than C++ to use and learn.

OOP provides levels of abstraction, polymorphism, inheritance and such that is needed for optimal code reuse... due to the abstraction it is easier to visualize and solve complex problems via OOP methods.

Dietrich Feb 25th, 2005 1:44 PM

I agree, Python is much easier to learn than C++ and will kick C++ when it comes to sound and graphics. After that comes a mild problem, Python is an interpreted language, and when you want to pass your code to friends and perhaps real paying customers, you got to pass the whole Python package with it.

block01cube Feb 26th, 2005 11:31 AM

Quote:

Originally Posted by Dietrich
you got to pass the whole Python package with it.

Though if you want to create a program, you can use programs like Freeze or Py2Exe or cx_Freeze to bundle your python code into a program. Then you don't have to ship the entire python package with your program.

Cheers,

b01c


All times are GMT -5. The time now is 4:17 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC