The course is describing Python fundamentals. It is divided into 6 chapters. Chapter 1 describes basic Python data structures, Spyder installation, interpreters and IDE that are used. There is detailed description about lists, dictionaries, tuple and strings. Also, slicing different types is described. Chapter 2 describes numpy arrays. Accessing array elements, array concatenation, operations with arrays and special arrays. Different methods of slicing arrays are described. Importing libraries with various options are also described. Chapter 3 describes mathematical operations with arrays. Addition, subtraction, multiplication, division, transposition with arrays is described. There are examples with logical operators and searching. Different methods of array generation are described, as well as rounding, sorting and extreme values (minimum and maximum). Chapter 4 describes conditional operations. Also, if/elif/else are described. while loops, break and continue, for loops, try/except are also part of the chapter 4. Chapter 5 describes functions and modules. In this chapter function declaration and definition is described, as well as calling the function with default value. Anonymous functions are described as well. Creating modules and usage of packages are described. Chapter 6 describes the basics about Object Oriented programming (OOP). Here special functions __main__ and __self__ are described. Creating attributes within the class, creating methods, creating get and set properties are also described.
TO MAC USERS: If RAR password doesn't work, use this archive program:
RAR Expander 0.8.5 Beta 4 and extract password protected files without error.
TO WIN USERS: If RAR password doesn't work, use this archive program:
Latest Winrar and extract password protected files without error.