Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Feb 24th, 2005, 8:04 PM   #1
andy_m
Newbie
 
Join Date: Feb 2005
Posts: 8
Rep Power: 0 andy_m is on a distinguished road
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?
andy_m is offline   Reply With Quote
Old Feb 24th, 2005, 9:25 PM   #2
thechristelegacy
Expert Programmer
 
thechristelegacy's Avatar
 
Join Date: Jul 2004
Location: Somerset, Pa
Posts: 707
Rep Power: 4 thechristelegacy is on a distinguished road
Send a message via AIM to thechristelegacy Send a message via MSN to thechristelegacy
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
thechristelegacy is offline   Reply With Quote
Old Feb 25th, 2005, 9:38 AM   #3
Infinite Recursion
Programming Guru
 
Infinite Recursion's Avatar
 
Join Date: Jul 2004
Location: United States
Posts: 3,453
Rep Power: 7 Infinite Recursion is on a distinguished road
Send a message via MSN to Infinite Recursion Send a message via Yahoo to Infinite Recursion
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.
__________________
http://jasonpowers.net

"There are a thousand hacking at the branches of evil to one who is striking at the root."
Infinite Recursion is offline   Reply With Quote
Old Feb 25th, 2005, 1:44 PM   #4
Dietrich
Professional Programmer
 
Dietrich's Avatar
 
Join Date: Feb 2005
Posts: 434
Rep Power: 4 Dietrich is on a distinguished road
Smile

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.
Dietrich is offline   Reply With Quote
Old Feb 26th, 2005, 11:31 AM   #5
block01cube
Newbie
 
Join Date: Feb 2005
Posts: 10
Rep Power: 0 block01cube is on a distinguished road
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
block01cube is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 3:46 AM.

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