In the ideal post, urge yourself to learn Python, this will be a very important study plan in 2005.
Post address:
http://www.faridea.com/bbs/announce/announce.asp?boardid=301&id=5814&aupflag=1&anum=1
abstract:
This method of feeling the hand-painted area is particularly good. I also open it, urge yourself to learn :), I want to learn Python with me. First go to Python home to download the latest version of Python-> http://www.python.org2005-1-7: Why learning python? Google can search for a lot of reasons. My reason is its string processing capability, and the scripting language written by the heart, writing Java has a very serious feeling, and Python is very simple, there is an idea, how many programs have been learned today Simple parts: 1. Generate random number
Import randomrnd = random.randint (1,500) # generates a random number between 1-500. Read file
f = open ("c: //1.txt", "r") lines = f.readlines () #Tdate all content for line in lines print line3. Write files
f = Open ("C: //1.txt", "R ") # readable can be Writable mode F.Write ("123") # Writes String 4. Basic syntax This is the place where Python is mostly appreciated, no matter what language you have, will quickly get up the simple code of Python's grammar, you can form a small program, a draw system's background core code :) To be continue ....