Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
About Python
#1
>Python is a language written in C, that compiles on the fly.
>Python is somewhat easy to read and write.
>Python is based on API's and is extremely modular.
>Python is awesome about your variables and a lot of other stuff

they use python for all kinds of things, but mostly for the ease of coding considering that C python runs about 20x slower then C
there is a lot of things about python that make it vary nice to use.

what takes 5 lines to full functions to do in C take, often can be done with 1 line in python.
For instance, to say "Hello World!" as a python program looks like this...
Code:
print "Hello World!"
and then you save it as file.py double click it and boom! your done, you just coded and ran a program.

for a small tutorial i found this that is decent
http://see.stanford.edu/materials/icspp ... Basics.pdf

any questions?
I used to be an admin. Two mergers and a year later and just look at me now. Amazing!
[Image: zaptorx3sig.png]

Messages In This Thread
About Python - by Zaptor - May 17 2011, 08:55 PM
RE: About Python - by Leaky - May 17 2011, 11:28 PM
RE: About Python - by Zaptor - May 18 2011, 12:07 AM
RE: About Python - by Leaky - May 18 2011, 04:47 AM
RE: About Python - by Zaptor - May 18 2011, 10:09 PM
RE: About Python - by Leaky - May 19 2011, 06:42 AM
RE: About Python - by sk8rmatt - May 22 2011, 04:22 AM
RE: About Python - by Zaptor - May 22 2011, 06:42 PM
RE: About Python - by naive - May 23 2011, 03:00 AM

Users browsing this thread: 1 Guest(s)