ARK-E551801 - Digital Speculative Urbanism Studio D, Lecture, 14.9.2021-21.12.2021
Kurssiasetusten perusteella kurssi on päättynyt 21.12.2021 Etsi kursseja: ARK-E551801
Python programming - Learning resources
There are many online resources for learning Python. They are usually organized as step-by-step text or video tutorials. Some of them even offer a browser-based IDE (Integrated Development Environment), basically an editor that allows you to directly execute Python code (like Codecademy). Rhino 5 also comes with Python editor pre-installed.
Codecademy
“Perfect for absolute beginners. Their free code tutorials are very popular, and for good reason. In this tutorial, you'll get a good idea of what it's like to code Python by having some free, hands-on lessons where you actually get to write some code.”
https://www.codecademy.com/learn/learn-python
Google's Python Class
“Great resource for someone looking to get a professional take on the learning the language. The class isn't for complete coding beginners, but those with a little coding knowledge will be able to learn Python using the videos, lectures, written materials, and code exercises that Google provides in this course.”
https://developers.google.com/edu/python/
A Byte of Python
“Free book on programming using the Python language. It serves as a tutorial or guide to the Python language for a beginner audience. If all you know about computers is how to save text files, then this is the book for you.”
Download PDF
https://www.gitbook.com/book/swaroopch/byte-of-python/details
Web version
TutsPlus
“This TutsPlus tutorial provides you with dozens of different resources that can be used to learn Python, and it even gives you a syllabus so you can be sure to know what resource to use, and at which point in your coding journey you should use it. Perfect for both coding newbies and code veterans.”
https://code.tutsplus.com/articles/the-best-way-to-learn-python--net-26288