Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 2.65 KB

course-E375004.md

File metadata and controls

51 lines (38 loc) · 2.65 KB

Python for Scientific Computations and Control

Codenames: E375004, 2375004

  1. Python Basics 1 - installation, IDEs, data types, for, while, if, functions

  2. Python Basics 2 - functions, classes

  3. Game like simulations - Pygame

    • study the following example:Lecture - detail explanation in video
      • you cannot run in jupyter - use console or any IDE
      • you need pygame - it can be installed via pip
      • the example is quite complex, but it consists only from concepts you already know. Thus you should understand it pretty easily.
    • study the another example:Lecture
    • task: Lab task 3
    • responsible person: [email protected]
  4. Html parsing, webscraping and server applications