Riadok 8: Riadok 8:
 
__TOC__
 
__TOC__
  
This course teaches the students the basics of programming using Python programming language. It focuses on fundamental concepts of programming like for example if statements, while cycle, for cycle, variables etc. This course also puts emphasis on concepts useful for students of cognitive science including numerical computations using NumPy, visualizations or basics of machine learning techniques using artificial neural networks.
+
This course teaches the students the basics of programming and algorithmic thinking using Python programming language. It focuses on fundamental concepts of programming like for example if statements, while cycle, for cycle, variables etc. This course also puts emphasis on concepts useful for students of cognitive science including numerical computations using NumPy, plotting with MatPlotLib and optionally with basics of machine learning at the end.
  
 
== Course schedule ==
 
== Course schedule ==
Riadok 32: Riadok 32:
  
 
== Syllabus ==
 
== Syllabus ==
 
+
* Introduction: what is programming? Basic concepts
{| class="alternative table-responsive"
+
* Variables, basic types, console input/output, my first program
!Date
+
* Control flow: if, for, lists, strings and formatting
!Topic
+
* Writing programs: functions and modules, values vs. references
|-
+
* Collections (list, tuple, set, dictionary), working with files
|21.09.
+
* Exceptions, working with files and directories
|Organization and Introduction. Interactive shell, hello world.
+
* Object-oriented programming, trees, *recursion
|-
+
* Numpy. and Matplotlib
|28.09.
+
* Machine Learning and ANN: basics and libraries
|Expressions, variables, if statements, logic, strings, console input/output.
+
|-
+
|05.10.
+
|While cycle, for cycle, lists, list comprehensions.
+
|-
+
|12.10.
+
|Dictionaries, sets, objects.
+
|-
+
|19.10.
+
|Functions, arguments and scopes.
+
|-
+
|26.10.
+
|TBA
+
|-
+
|02.11.
+
|''Holiday.''
+
|-
+
|09.11.
+
|TBA
+
|-
+
|16.11.
+
|TBA
+
|-
+
|23.11.
+
|TBA
+
|-
+
|30.11.
+
|TBA
+
|-
+
|7.12.
+
|TBA
+
|-
+
|14.12.
+
|TBA
+
|}
+
  
 
== Course grading ==
 
== Course grading ==

Verzia zo dňa a času 19:35, 24. august 2021

Fundamentals of Programming 2-IKV-105

Course information sheet

This course teaches the students the basics of programming and algorithmic thinking using Python programming language. It focuses on fundamental concepts of programming like for example if statements, while cycle, for cycle, variables etc. This course also puts emphasis on concepts useful for students of cognitive science including numerical computations using NumPy, plotting with MatPlotLib and optionally with basics of machine learning at the end.

Course schedule

Type Day Time Room Lecturer
Lecture Monday 10:40 MS Teams Kristína Malinovská
Labs Monday 12:20 MS Teams Kristína Malinovská

Syllabus

  • Introduction: what is programming? Basic concepts
  • Variables, basic types, console input/output, my first program
  • Control flow: if, for, lists, strings and formatting
  • Writing programs: functions and modules, values vs. references
  • Collections (list, tuple, set, dictionary), working with files
  • Exceptions, working with files and directories
  • Object-oriented programming, trees, *recursion
  • Numpy. and Matplotlib
  • Machine Learning and ANN: basics and libraries

Course grading

  • Weekly homework (max. 20 points).
  • Final project (max. 30 points).
  • Bonus assignments (max. 5 points).
  • Overall grading: A (50-46), B (45-41), C (40-36), D (35-31), E (30-26), Fx (25-0).

Homework