Python Programming language

This topic is locked from further discussion.

Avatar image for pero2008
pero2008

2969

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#1 pero2008
Member since 2005 • 2969 Posts

How is it? I have to take a class where I learn it, the class used to teach C++ but they changed the language to Python.

Avatar image for cgi15
cgi15

492

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#2 cgi15
Member since 2008 • 492 Posts

I just finished a CS course in Python and it is probably one of the best languages for beginners. The book we used was Fundamentals by Lambert. Aside from Python, I have experience in VB, Matlab, and HTML. Python felt much more intuitive than the other languages. I also have seen some of the stuff that can be done with Python through the job I have so I know it has a lot more advanced applications than what I directly saw in my course.

In short if you have a good teacher and book, Python is a great language to know.

Avatar image for pero2008
pero2008

2969

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#3 pero2008
Member since 2005 • 2969 Posts
I watched a video on it and it didn't seem that bad.
Avatar image for Shottayouth13-
Shottayouth13-

7018

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#4 Shottayouth13-
Member since 2009 • 7018 Posts
I don't like it. But then again I tend not to like any like that doesn't bear some syntaxical similarity to C.
Avatar image for metroidfood
metroidfood

11175

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#5 metroidfood
Member since 2007 • 11175 Posts

I haven't really worked with it much, but it's very good from what I've seen. It seem like it's been designed from the ground up to be intuitive and logical, so it's probably a good choice if you're beginning programming.

Avatar image for LovePotionNo9
LovePotionNo9

4751

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#6 LovePotionNo9
Member since 2010 • 4751 Posts
It's a very easy language with clear syntax and plenty of expressive power. Hopefully you'll enjoy using it. Have you used it yet? If you're not sure where to look, download ActivePython. Link is below. It comes with a fairly detailed manual and a few books built in, like "Dive into Python." ActiveState Python http://www.activestate.com/activepython
Avatar image for pero2008
pero2008

2969

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#7 pero2008
Member since 2005 • 2969 Posts
No, I haven't used it yet. This will actually be my first programming class I took BASIC programming this semester and we just use Alice 2.2 so that doesn't count.
Avatar image for markop2003
markop2003

29917

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#8 markop2003
Member since 2005 • 29917 Posts
.... That seems like a very odd switch, Python is a quick hacker language used to do little bits and pieces and for education whilst C++ is used to make giant applications and is incredibly complex.
Avatar image for pero2008
pero2008

2969

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#9 pero2008
Member since 2005 • 2969 Posts
I know it is an odd switch.