![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#11 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
what a surprise ![]()
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#12 |
|
Professional Programmer
Join Date: Feb 2005
Posts: 434
Rep Power: 4
![]() |
Since quite a number of the Python eggheads, including GVR himself, are gainfully employed by Google, and Google gives a lot of support to Python development, it is not surprising to see all the effort in the direction of RAD. Wow, this was one of the longer sentences I ever wrote!
__________________
I looked it up on the Intergnats! |
|
|
|
|
|
#13 |
|
Hobbyist Programmer
|
I just started getting into python and find it very easy to pick up, probably one of the easiest languages I've looked at . The only questions I've had to get help with were basically converting what I want to do from c++/php -> python (arrays/assoc array-> arrays/linked lists-> lists/dicts) and the way it handles most everything as a reference by default, which takes some getting used to. Also, I hate the space/tab requirements in the syntax, even though it makes the code easier to read
__________________
#programmingforums relay - http://thegupstudio.com/cgi-bin/pforelay.cgi freelance scripts - http://ryanguthrie.com/index.html |
|
|
|
|
|
#14 | |
|
Programming Guru
![]() Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 5
![]() |
Quote:
python Syntax (Toggle Plain Text)
python Syntax (Toggle Plain Text)
|
|
|
|
|
|
|
#15 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
Yes. Nevertheless, I'm still quite enamored of the language. I also find it to be faster than PHP. That's based upon a single observation, the generation of the Basic Patterns tree for the tictactoe game, but it was clearly the case in that instance.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#16 |
|
Professional Programmer
Join Date: Feb 2005
Posts: 434
Rep Power: 4
![]() |
Actually, I love the abstractions that Python provides to the more inquisitive mind. List comprehensions, generators, generator expressions, lambda, functional and meta programming are charming concepts that strike fear into the heart of the C/C++ crowd.
__________________
I looked it up on the Intergnats! |
|
|
|
|
|
#17 |
|
Programming Guru
![]() Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 5
![]() |
Hm. I don't know about that, Dietrich. You can do some very complex voodoo with templates in C++; just look at the Boost libraries.
And if you want something really complex, I'd recommend trying to learn Haskell. It really is on a whole other level. |
|
|
|
|
|
#18 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
Fear? I'm thinking you must know a different C/C++ crowd (teens?) than I do....
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#19 |
|
Professional Programmer
Join Date: May 2006
Location: Maryland, USA
Posts: 306
Rep Power: 3
![]() |
Have you actually seen the Boost MPL library? I wouldn't call it fear, mostly joy. That's what so great about python its a dynamic language that doesn't shackle you like Java.
|
|
|
|
|
|
#20 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
On further reflection, I must confess that I considered that an utterly stupid statement, even lamer than the original post. A head where the sun don't shine isn't looking around at the real world.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [tutorial] Python for programming beginners | coldDeath | Python | 30 | Dec 14th, 2005 12:35 PM |
| If you want to learn Python or improve your Python skills | coldDeath | Python | 2 | Nov 23rd, 2005 1:27 AM |
| Convert Python script to C++ code | clanotheduck | Python | 17 | Sep 25th, 2005 9:55 AM |
| Advanced Python Tricks | Arevos | Python | 19 | Sep 24th, 2005 8:39 AM |
| Python - A Programmers Introduction | coldDeath | Python | 17 | Aug 19th, 2005 1:41 PM |