Jan-18-2017, 04:41 PM
Does it teach you everything?
Is the Python website good for learning Python?
|
Jan-18-2017, 04:41 PM
Does it teach you everything?
Hello!
Look at https://python-forum.io/Thread-A-List-of...-Resources and https://python-forum.io/Forum-Tutorials and choose Can't say anything about the official Python documentation because I've used it as a reference only
Jan-18-2017, 06:55 PM
i only used it for reference. I would suggest a tutorial.
Recommended Tutorials:
Jan-19-2017, 05:18 AM
Ok,but does it teach everything?If so where?
Jan-19-2017, 07:04 AM
There is no a web site, tutorial or a book to teach you everything
Jan-19-2017, 07:12 AM
Also good may have totally different meaning for different people - e.g. if you are a novice or programmer having experience with other programming languages.
The python documentation contains a tutorial and it is quite good
Follow the link where it says "Start here": https://docs.python.org/3/
Jan-19-2017, 10:50 AM
They are many python tutorial on websites in PDF ,video or text form,just search python tutorial.
But I recommend downloading sololearn on your phone (if you are using phone or tablet),because it teach systematically ,slowly and properly. After mastering the basic ,you should start learning graphic/gui programming,addmath(if you have not learn in school) and data science Lastly,you can start learning algorithm (after you mastered all the basic) Note:if you are having trouble learning anything after the basic,just try to reverse engineer existing code (using your basic knowledge about python) and write your program. Lastly lastly lastly,you can start creating REAL software.
Jan-19-2017, 11:43 AM
Hm! I am not learning GUI for now since I have discovered that the terminal can be much more powerful tool then any GUI application. Perhaps because I keep myself away from Windows
![]()
Jan-20-2017, 09:05 PM
Are these good?
https://automatetheboringstuff.com/ https://docs.python.org/devguide/ Is learning both of them enough. |
|