There aren't any prereqs, it's just another programming language, but it's not the best FIRST language for someone to learn. For that, you might try BASIC or C.
However, if you must, then Sam's books are always good:
http://www.amazon.com/Sams-Teach-Yourself-Python-Hours/dp/0672317354
2006-12-14 02:42:03
·
answer #1
·
answered by TankAnswer 4
·
0⤊
0⤋
Prerequisites For Learning Python
2016-12-18 07:05:38
·
answer #2
·
answered by speelman 4
·
0⤊
0⤋
For the best answers, search on this site https://shorturl.im/awUBi
I don't think you need any prerequisite knowledge to start learning python. Of course, if you already know the basics of computer science, learning python will go a lot faster. However, even if you aren't familiar with programming (or haven't done any at all), you can start learning with Python if you wish. Python is a good introductory language. I think Java is also a good starting language.
2016-04-04 23:12:15
·
answer #3
·
answered by Anonymous
·
0⤊
0⤋
Python is an Object Oriented Scripting Language. It is an alternative to Perl. You may need to learn some Object Oriented Programming Concepts.
I would suggest you start with
1. http://www.aonaware.com/OOP1.htm
After you are confident, you can then move to learning Python.
2. http://docs.python.org/tut/
Good Luck!
2006-12-14 04:27:03
·
answer #4
·
answered by Shekar 1
·
1⤊
0⤋
To learn any language there aren't any pre-requirement.
But I would suggest you to learn first some concepts as Object Oriented Programing, Design Patterns and Algorithms. It would help you not just programming, but also to think as a programmer.
There is a "for dummies" series book about programming that is worth to read also.
http://www.amazon.com/Beginning-Programming-Dummies-Wally-Wang/dp/0764508350/sr=8-1/qid=1166112421/ref=pd_bbs_1/102-5183545-6391313?ie=UTF8&s=books
2006-12-14 03:08:45
·
answer #5
·
answered by Anonymous
·
0⤊
0⤋