Go Back   CodingForums.com > :: Server side development > Other server side languages/ issues > Python

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 03-09-2012, 07:00 AM   PM User | #1
Dennis3979
New Coder

 
Join Date: Feb 2012
Posts: 12
Thanks: 11
Thanked 0 Times in 0 Posts
Dennis3979 is an unknown quantity at this point
Where can i find some good python game tutorials

video would be perfect but text/books are fine
Dennis3979 is offline   Reply With Quote
Old 03-14-2012, 04:18 AM   PM User | #2
fatecaresx13
New Coder

 
Join Date: Jan 2010
Posts: 29
Thanks: 0
Thanked 2 Times in 2 Posts
fatecaresx13 is an unknown quantity at this point
This is an excellent question. I tend to use the official python documentation but examples are not often found.

http://docs.python.org/

Some good hints for you might be to use the command line and try to 'feel' around. I actually found google videos about python have been the very best. As a matter of fact what I'm going to share with you I found right on one of those videos.

When you find something you want to try in the docs (or google finds your way to some object or command) try it out on the command line:

Code:
python
Import anything necessary:

Code:
import module
Then use the commands 'help' and 'dir' to see what you can do:

Code:
dir(module)
You can even do subportions too:

Code:
dir(module.part
And the same can be done with help for the docs:

Code:
help(module.command)
You should always feel it out yourself. I find hands on is the best way to learn.

-Anthony
__________________
Nerd Stuff (code, rrdtool, monitoring, etc):

blog.anthonyhurst.com
fatecaresx13 is offline   Reply With Quote
Old 03-14-2012, 04:20 AM   PM User | #3
fatecaresx13
New Coder

 
Join Date: Jan 2010
Posts: 29
Thanks: 0
Thanked 2 Times in 2 Posts
fatecaresx13 is an unknown quantity at this point
I misread the question.. but I hope I helped some :P
__________________
Nerd Stuff (code, rrdtool, monitoring, etc):

blog.anthonyhurst.com
fatecaresx13 is offline   Reply With Quote
Old 03-25-2012, 12:22 AM   PM User | #4
abadonn
New to the CF scene

 
Join Date: Feb 2012
Location: Newbury Uk
Posts: 7
Thanks: 0
Thanked 2 Times in 2 Posts
abadonn is an unknown quantity at this point
Try http://www.apress.com/9781590598726
abadonn is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 03:26 PM.


Advertisement
Log in to turn off these ads.