| | |
Steps in learning Python
Thread Solved
![]() |
•
•
Join Date: Aug 2005
Posts: 148
Reputation:
Solved Threads: 6
Hi, I wonder if you can give me any advice how to learn Python.
My plan is to read python tutorial in documentation from begining to the end, and then to get some book (learning Python, or Python in a nutshell).
How long it will take (in average) to get comfortable with the language?
I have a solid knowleadge of C and C++ and I see in Python documentation many reference to C, maybe Python is written in C?
I'm really very new to this language and to interpreted language as well, so I don't really know what all thah means, but hope you'll help to learn.
Can you give me some example applications that can be done in Python easily and maybe to compare with code and time needed to write them in C++
Thank you very much for your help, I must say that I found this forum very useful.
- Micko
My plan is to read python tutorial in documentation from begining to the end, and then to get some book (learning Python, or Python in a nutshell).
How long it will take (in average) to get comfortable with the language?
I have a solid knowleadge of C and C++ and I see in Python documentation many reference to C, maybe Python is written in C?
I'm really very new to this language and to interpreted language as well, so I don't really know what all thah means, but hope you'll help to learn.
Can you give me some example applications that can be done in Python easily and maybe to compare with code and time needed to write them in C++
Thank you very much for your help, I must say that I found this forum very useful.
- Micko
A good tutorial for beginners is at:
http://www.byteofpython.info/
Also read through the Starting Python "sticky" and the Python code snippets here on DaniWeb. Above everything, run the code and experiment with it! Change it a little at first and then get braver!
I have bought a number of Python books, but don't think much of them. They are often outdated, poorly organized and indexed, also have quite a few mistakes in the code. Get books used, if possible!
Python is much easier to learn and understand than C or C++. Much of Python (eg. Python24.dll) is written in C and/or C++, but you don't have to be concerned with that.
Research has been published that claims that Python is about 10 times faster for developing a program than C++ or Java. They are talking about rather large and complex client requested programs. Both Google and Yahoo rely heavily on Python.
A typical example of Python code is ...
... try to do this with C++
http://www.byteofpython.info/
Also read through the Starting Python "sticky" and the Python code snippets here on DaniWeb. Above everything, run the code and experiment with it! Change it a little at first and then get braver!
I have bought a number of Python books, but don't think much of them. They are often outdated, poorly organized and indexed, also have quite a few mistakes in the code. Get books used, if possible!
Python is much easier to learn and understand than C or C++. Much of Python (eg. Python24.dll) is written in C and/or C++, but you don't have to be concerned with that.
Research has been published that claims that Python is about 10 times faster for developing a program than C++ or Java. They are talking about rather large and complex client requested programs. Both Google and Yahoo rely heavily on Python.
A typical example of Python code is ...
python Syntax (Toggle Plain Text)
# print out a given year's monthly calendar import calendar # if you want September 2005 use ... calendar.prmonth(2005, 9)
Last edited by vegaseat; Aug 12th, 2009 at 1:34 pm.
May 'the Google' be with you!
•
•
Join Date: Aug 2005
Posts: 148
Reputation:
Solved Threads: 6
•
•
•
•
Originally Posted by vegaseat
A good tutorial for beginners is at:
http://www.byteofpython.info/
Also read through the Starting Python "sticky" and the Python code snippets here on DaniWeb. Above everything, run the code and experiment with it! Change it a little at first and then get braver!
I have bought a number of Python books, but don't think much of them. They are often outdated, poorly organized and indexed, also have quite a few mistakes in the code. Get books used, if possible!
Python is much easier to learn and understand than C or C++. Much of Python (eg. Python24.dll) is written in C and/or C++, but you don't have to be concerned with that.
Research has been published that claims that Python is about 10 times faster for developing a program than C++ or Java. They are talking about rather large and complex client requested programs. Both Google and Yahoo rely heavily on Python.
I've installed PyWin and I'll be using it. I will have more questions soon, I'm sorry if my questions sounds dumb, but I'll try whatever I think it can help me
![]() |
Similar Threads
- The programming learning curve: (Geeks' Lounge)
- Python Imaging (Python)
- Statistical Learning with Python? (Python)
- Python as a first language (Python)
Other Threads in the Python Forum
- Previous Thread: Tkinter Countdown
- Next Thread: A Pythonian Look at the Family Tree Conundrum
| Thread Tools | Search this Thread |
abrupt alarm ansi anti approximation array assignment backend beginner binary bluetooth builtin calculator character cmd converter countpasswordentry curved customdialog cx-freeze dan08 data decimals dictionary directory dynamic exe file float format function generator getvalue gnu graphics halp heads homework http ideas input ip itunes java leftmouse line linux list lists loop maze module mouse mysqlquery number numbers output parsing path pointer prime programming progressbar push py2exe pygame python random recursion schedule screensaverloopinactive script scrolledtext slicenotation sqlite ssh statistics string strings sudokusolver terminal text thread time tlapse tuple twoup ubuntu unicode urllib urllib2 variable ventrilo vigenere web webservice wikipedia write wxpython xlib






