Learn complete python and ruby programming languages from scratch. Also learn GUI Programming.
What are the requirements?
- Basic understanding of programming language
- No prior programming knowledge is required
- Software to run programs, How to install is explained in the course
- Only you need is the passion to learn
Curriculum
| Lecture 1 |
Index
| Article | |
| Section 1: Python Programming Introduction | |||
|---|---|---|---|
| Lecture 2 |
Introduction
Preview | 08:15 | |
| Lecture 3 |
First Program
Preview | 05:36 | |
| Lecture 4 |
Basics1
| 05:56 | |
| Lecture 5 |
Commenting
| 05:41 | |
| Section 2: Variables and data types | |||
| Lecture 6 |
Variables
| 05:58 | |
| Lecture 7 |
variable2
| 04:08 | |
| Lecture 8 |
User entered data
| 05:59 | |
| Lecture 9 |
Operators
| 06:17 | |
| Lecture 10 |
Creating file and .exe file
| 07:34 | |
| Section 3: Decision making in python | |||
| Lecture 11 |
If statement
| 05:35 | |
| Lecture 12 |
If-else statements
| 05:16 | |
| Lecture 13 |
Program to print odd or even
| 05:25 | |
| Lecture 14 |
Program to find vowel
| 06:51 | |
| Lecture 15 |
Find the greatest number
| 05:23 | |
| Click here to preview for FREE and enroll Section 4: Loops | |||
| Lecture 16 |
For Loops
| 06:10 | |
| Lecture 17 |
While Loops
| 04:53 | |
| Lecture 18 |
Program to print factorial of number
| 07:00 | |
| Lecture 19 |
Program for multiplication table
| 02:45 | |
| Lecture 20 |
multi multiplication table
| 05:50 | |
| Lecture 21 |
Exponential Program
| 04:55 | |
| Lecture 22 |
Break statement
| 04:16 | |
| Lecture 23 |
continue statement
| 03:01 | |
| Lecture 24 |
Example password
| 05:15 | |
| Section 5: Functions and Modules | |||
| Lecture 25 |
Functions and Modules
| 07:09 | |
| Lecture 26 |
User defined functions
| 05:22 | |
| Lecture 27 |
Functions with arguements
| 04:02 | |
| Lecture 28 |
Creating modules
| 06:16 | |
| Section 6: Strings | |||
| Lecture 29 |
Strings
| 04:35 | |
| Lecture 30 |
Strings2
| 02:55 | |
| Section 7: List, Tuple and Dictionary | |||
| Lecture 31 |
List introduction
| 06:03 | |
| Lecture 32 |
List methods
| 06:57 | |
| Lecture 33 |
Tuples
| 03:47 | |
| Lecture 34 |
Dictionaries
| 06:05 | |
| Click here to preview for FREE and enroll Section 8: Time, Date and Calendar Modules | |||
| Lecture 35 |
Time module
| 05:11 | |
| Lecture 36 |
Time module example
| 04:43 | |
| Lecture 37 |
delay time example
| 04:33 | |
| Lecture 38 |
Small assignment
| 02:48 | |
| Lecture 39 |
Calendar module
| 04:57 | |
| Section 9: Working with files | |||
| Lecture 40 |
Files intoduction
| 03:35 | |
| Lecture 41 |
Rename and Remove files
| 03:35 | |
| Lecture 42 |
Working with folders
| 05:47 | |
| Lecture 43 |
Exceptions
| 04:57 | |
| Lecture 44 |
Formatting inside print()
| 06:27 | |
| Lecture 45 |
.format() function
| 06:55 | |
| Section 10: OOP in Python : Object Oriented Concepts | |||
| Lecture 46 |
Class and Object Introduction
| 04:01 | |
| Lecture 47 |
Class creation
| 05:44 | |
| Lecture 48 |
Constructor method
| 06:37 | |
| Lecture 49 |
Student class example
| 08:13 | |
| Lecture 50 |
Special functions
| 08:53 | |
| Lecture 51 |
Inheritance
| 03:29 | |
| Lecture 52 |
overloading
| 04:37 | |
| Click here to preview for FREE and enroll Section 11: GUI Programming | |||
| Lecture 53 |
Before GUI
| 03:30 | |
| Lecture 54 |
Creating window
| 03:27 | |
| Lecture 55 |
Changing size and position
| 04:51 | |
| Lecture 56 |
Adding Labels to window
| 04:43 | |
| Lecture 57 |
grid and place to change label position
| 07:16 | |
| Section 12: Buttons and Text Box | |||
| Lecture 58 |
Adding buttons
| 04:22 | |
| Lecture 59 |
Adding methods to buttons
| 04:30 | |
| Lecture 60 |
Creating text box
| 02:43 | |
| Lecture 61 |
two windows
| 06:44 | |
| Section 13: Menubar and Menulist | |||
| Lecture 62 |
Adding menubar
| 05:13 | |
| Lecture 63 |
Adding menulist
| 04:59 | |
| Lecture 64 |
Adding functionality to menulist
| 03:20 | |
| Lecture 65 |
Changing font
| 03:16 | |
| Click here to preview for FREE and enroll Section 14: Message box and extras | |||
| Lecture 66 |
message box
| 06:13 | |
| Lecture 67 |
Creating a counter
| 06:40 | |
| Lecture 68 |
colorchooser
| 06:12 | |
| Lecture 69 |
askopenfile
| 04:04 | |
| Lecture 70 |
content inside file
| 03:29 | |
| Section 15: Radio Buttons | |||
| Lecture 71 |
radio buttons intro
| 07:36 | |
| Lecture 72 |
Radiobutton example
| 07:41 | |
| Lecture 73 |
Radio button interaction
| 07:54 | |
| Lecture 74 |
Radio button example
| 04:16 | |
| Lecture 75 |
Indicatoron radiobutton
| 02:52 | |
| Click here to preview for FREE and enroll Section 16: Check buttons | |||
| Lecture 76 |
Check button
| 05:09 | |
| Lecture 77 |
Check button values
| 07:01 | |
| Lecture 78 |
checkbutton on menu list
| 04:15 | |
| Section 17: Text box using Entry Class | |||
| Lecture 79 |
Entry class
| 06:23 | |
| Lecture 80 |
insert and delete in Entry
| 07:11 | |
| Lecture 81 |
litres to gallons example
| 09:26 | |
| Lecture 82 |
Litres gallons modifications
| 03:26 | |
| Section 18: Ruby Programming Language | |||
| Full Curriculum Click to see full curriculum Click here to preview for FREE and enroll | |||

No comments:
Post a Comment