Changes between Version 1 and Version 2 of GetIntoIt

Show
Ignore:
Timestamp:
04/06/09 07:25:17 (17 months ago)
Author:
boltrix (IP: 81.241.235.130)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GetIntoIt

    v1 v2  
    1 = Get Into It = 
     1= Get Into it = 
    22 
    3 '''Put some links to important books, documentation, starter guides, cookbooks, etc.''' 
     3Now it is time to learn more about Python, and you'll notice that Python have a vast documentation available on the Internet. The selection bellow is a basic composition of the best recomendations, and you can find a lot more doing a quick search on the Internet or looking in our resources. 
     4 
     5== Start here == 
     6 
     7The of the most praised tutoriais on the Python language is the [http://docs.python.org/tutorial/index.html Python Tutorial], written by Guido Van Rossum, the person who designed the Python Language. 
     8 
     9== Books == 
     10 
     11[[Image(http://www.pythonbrasil.com.br/moin.cgi/AprendaMais?action=AttachFile&do=get&target=learning.png)]] 
     12Learning Python 
     13 
     14This is certainly the best book about Python available. It is complete, easy to read and has an excellent structure. 
     15 
     16 
     17[[Image(http://diveintopython.org/images/cover-small.jpg, link=http://diveintopython.org/)]] 
     18Dive into Python 
     19 
     20This book is very useful even for those who already know the language but likes book with a more practical approach. This book is available for sale or free download at [http://diveintopython.org/ book's website]. 
     21 
     22 
     23[[Image(http://oreilly.com/catalog/covers/1565925009_cat.gif)]] 
     24Python Pocket Reference 
     25 
     26This pocket reference is very useful in those moments of doubt in which you're not sure about a specific detail or caracteristic of the language. 
     27 
     28 
     29== On-line Documentation == 
     30 
     31If you're looking for on-line documentation to learn Python, you'll have plenty of resources. A quick search on the internet can point you to endless resources about Python and technologies related to Python. 
     32 
     33=== On-line Videos === 
     34 
     35Follows a brief abridgement of video resources: 
     36 
     37 * [http://showmedo.com/videos/python ShowMeDo] - The best repository for Python tutorials in video. 
     38 * [http://www.youtube.com/results?search_type=search_videos&search_query=python%20-monty&search_sort=relevance&search_category=26&page=2 YouTube] - There are dozens of videos about Python at !YouTube. Please, ignore the videos that talk about the snake. 
     39 * [http://video.google.com/videosearch?q=python+-monty+genre%3ASCI_TECH&so=0&num=100 Google Video] - Also at Google Video you'll find a lot of videos about Python. Please, ignore the videos that talk about the snake. 
     40 
     41=== Courses === 
     42 
     43==== Acaju BVBA ==== 
     44 
     45Acaju is a Belgium company situated in Antwerp and is a pioneer in Python and Python related technologies. 
     46 
     47 
     48Now that you know how to learn more about Python, GetInvolved. 
     49 
     50=== Credits === 
     51[http://www.pythonbrasil.com.br Python Brasil]