|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
|||
|
|||
|
I'm serious, what is python?
|
|
#2
|
||||
|
||||
|
Um, there's this thing called Google - its a search engine. You should try it sometime! Its wicked popular.
http://www.google.com All you have to do is 'type' in a 'search query'. For example, if you're looking for 'python', just type 'python' into the space on Google's homepage where the cursor is. Then, using your mouse, click the 'google search' button. A list of websites relevant to your search query will 'magically' appear. Just 'click' on the 'link' that you think answers your question. Chances are you'll be able to find out more about Python ! Pretty cool, huh? ![]()
__________________
Give a person code, and they'll hack for a day; Teach them how to code, and they'll hack forever. Analyze twice; hack once. The world's first existential ITIL question: If a change is released into production without a ticket to track it, was it actually released? About DrGroove: ITIL-Certified IT Process Engineer - Enterprise Application Architect - Freelance IT Journalist - Devshed Moderator - Funk Bassist Extraordinaire |
|
#3
|
|||
|
|||
|
Not to mention that looking at old posts in this forum would answer that very question.
|
|
#4
|
|||
|
|||
|
Dumbass
I was doing some research on scripting languages when I came across this post, and I just had to say...
You wasted more words being a smart ***; attempting to show everyone the size of your ****, rather than simply telling the guy what it was. You make programmers look pithy. |
|
#5
|
||||
|
||||
|
Well you could've taken the time to take a look at Python's website. They provide what I consider to be an excellent overview of Python's main features.
My main point about Python is readability. Somebody once said "Python is executable pseudocode" and I guess he was damn right. Syntax is not a problem : all your "blocks", which in some languages would be enclosed in {} such as loops, functions and such are simply created by indentation. Another feature I like and that is not given to all languages is error readability. No more cryptic messages : you actually get understandable error messages. And don't bother about IDEs : Python comes with IDLE, which is an excellent editor for small to medium sized projects, thus perfect for beginners. Well I could name others but that's only my personal point of view. I did the Python switch and I'm not going back. |
|
#6
|
||||
|
||||
|
I see your point tomkinite
.. Neither of these posts are particularly useful to anyone trying to find the answer to this question.Another point of view would be that by pointing you in the right direction as you research your own solutions we are actually helping you to learn. Part of being a programmer/developer is knowing what doesn't work as well as what does. If the answer was handed to you every time, would you learn or even understand what was given to you? ![]() Out of all the forum's I’ve posted this has to be the most helpful, and friendly.. A great bunch of guys and a truly nice place to begin your journey into Python (or programming in geneal). Edit: Solar beat me to it but he summed it up quite well. Python is.. easy to learn and read, fun to work with, feature rich and powerfulPython has had the term "batteries included" applied to it in referance to its powerful, full standard libaries alswell as numerous third party modules. There are allot of great answers to this question out there, you could use google to search for one or even buy one of the many good Python books available.. Take care all ,Mark. Last edited by netytan : August 12th, 2003 at 05:10 PM. |
|
#7
|
|||
|
|||
|
It's easy really:
I learned to program using Java. I programmed a lot using Java. I delved deep into programming using Java. After learning Python, I can't stand looking at Java. That's really all you need to know about Python. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Python Programming > What is Python? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|