(Sorry, I couldn't find lectures 1 and 2). Starts with lecture 3:
- Lecture 3, Your first python program
Teaches how to import Tkinter library, create a simple list, create a window, create a listbox, fill a listbox, parents of widgets. - Lecture 4, Button are meant to be pushed
Teaches how to create a button, create a label, link up a button with specific functions, the concept of functions, indentation of functions, changing the foreground and background of widgets. - Lecture 5, Stealing is good in programming
Teaches how to program large programs, how to borrow other people's code(modules), basic concepts to functions. - Lecture 6, How to create anything in Tkinter
Teaches how to create any Tkinter widget, how to make stand alone modules. - Lecture 7, Now let's make them do something
Teaches how to insert text into a listbox, get text from Entry box, changing the size of the window, controlling where the window pop up, delete what's inside the entry box, controlling the padding between widgets. - Lecture 8, Let's make some decisions
Teaches how to use if statements, examples are provided. - Lecture 9, Let's create a password system
Teaches how to focus on a widget, delete and insert text in an entry box, more examples of if else statement. - Lecture 10, Photo display Part A
Teaches the 4 basic different types of variables - integer, float, string, boolean. Shows the concept of global and local variables. Answers the questions - how do you find out what type a variable is? When do you use single or double quotes for strings? - Lecture 11, Photo display Part B
Teaches how to use canvas widget to include a gif image, how to delete an image. A real example of the need for global variables. - Lecture 12, Photo display Part C
The 4 types of OS most people use (windows, unix, apple, linux) . This video lecture teaches how do you find out your OS and how do you list all the files in a specific directory. - Lecture 13, Photo display Part D
We start learning about the string library. With these many libraries, you will also learn how to find all the tools inside the library using the IDLE interpreter. - Lecture 14, Photo display Part E
You will learn about for loops and the concept of range function. - Lecture 15, Photo display Part F
You will learn about pack functions, position functions, grid functions, and callback functions. - Lecture 16, Photo display Part G
We are now finally getting into more advanced topics such as reading text files. - Lecture 17, File reading and writing
We will learn how to do reading and writing files.
No comments:
Post a Comment