| Author |
New To Python
|
somanath som
Greenhorn
Joined: Feb 24, 2005
Posts: 2
|
|
I am new to Python. What are the basic requirements(any Programming language knowledge) to start with Python? Regards Som
|
 |
Lasse Koskela
author
Sheriff
Joined: Jan 23, 2002
Posts: 11962
|
|
|
It helps if you're familiar with at least one object-oriented language or are otherwise familiar with the concepts of object-oriented design.
|
Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
|
 |
Barry Gaunt
Ranch Hand
Joined: Aug 03, 2002
Posts: 7729
|
|
|
Take a look at The Beginner's Guide.
|
Ask a Meaningful Question and HowToAskQuestionsOnJavaRanch
Getting someone to think and try something out is much more useful than just telling them the answer.
|
 |
M Beck
Ranch Hand
Joined: Jan 14, 2005
Posts: 323
|
|
actually, even if you're not familiar with programming in general or with object oriented concepts, Python is a great language to learn them with. i'm picking up Java much better for having learned Python first, i think. texts you might be interested in include How to Think like a Computer Scientist and maybe Dive into Python. (check the additional links in the sidebar of that latter page, they're good.) also, of course, the entire Python documentation collection, including especially the tutorial.
|
 |
 |
|
|
subject: New To Python
|
|
|