Chapter 1 : Working With Files
Topic : python file object attribute
Content : explanation with practical
1 MB ,1:39 MIN , THEORY + PRACTICAL
Chapter 1 : Working With Files
Topic : working with directories
Content : explanation with practical
6 MB ,4:20 MIN , THEORY + PRACTICAL
Chapter 1 : Working With Files
Topic : knowing whether a file exists or not, the with statement, zipping and unzipping files, running other programs from python program
Content : explanation with practical
48 MB ,24:39 MIN , THEORY + PRACTICAL
Chapter 1 : Working With Files
Topic : Files, opening and closing a file, working with text files containing strings, knowing whether a file exists or not, working with binary files, the seek() and tell() methods, random accessing binary files
Content : explanation with practical example
65 MB ,38:34 MIN , THEORY + PRACTICAL
Chapter 3 : Threads in python
Topic : thread synchronization
Content : explanation with practical
21 MB ,13:24 MIN , THEORY + PRACTICAL
Chapter 2 : Regular Expressions
Topic : What is a regular expression?, sequence characters in regular expressions, quantifiers in regular expressions, special characters in regular expressions, using regular expression on files
Content : explanation with practical
97 MB ,1:8:10 MIN , THEORY + PRACTICAL
Chapter 3 : Threads in python
Topic : types of threads, benefits of threads, creating threads, single tasking and multitasking
Content : explanation with practical
60 MB ,36:50 MIN , THEORY + PRACTICAL
Chapter 3 : Threads in python
Topic : Difference between process and thread, deadlock in threads, daemon threads, logging the exceptions
Content : explanation with practical
63 MB ,33:0 MIN , THEORY + PRACTICAL
Chapter 4 : Date and time in python
Topic : Date and time now, combining date and time, formatting date and times, finding duration using time delta, comparing two dates, sorting dates, stopping execution temporarily, knowing the time taken by a program, calendar module
Content : explanation and practical
82 MB ,44:43 MIN , THEORY + PRACTICAL
Chapter 1 : Database in python
Topic : Using SQL with python, retrieving rows from a table, inserting rows into a table, deleting rows from a table, updating rows in a table
Content : explanation with practical
70 MB ,32:41 MIN , THEORY + PRACTICAL
Chapter 1 : Database in python
Topic : creating database tables through python, Exception handling in databases
Content : explanation with practical
42 MB ,20:28 MIN , THEORY + PRACTICAL
Chapter 2 : Exceptions in python:
Topic : types of exceptions
Content : explanation with details
23 MB ,15:57 MIN , THEORY
Chapter 2 : Exceptions in python
Topic : user-defined exceptions
Content : explanation with practical
9 MB ,9:43 MIN , THEORY + PRACTICAL
Chapter 2 : Exceptions in python
Topic : exceptions-exception handling, the except block, the assert statement
Content : explanation with details
67 MB ,42:3 MIN , THEORY + PRACTICAL
Chapter 3 : Networking
Topic : Protocols,server-client architecture, tcp/ip
Content : explanation with practical
69 MB ,33:4 MIN , THEORY + PRACTICAL
Chapter 4 : Graphical user interface
Topic : Creating a GUI in python
Content : explanation with practical
29 MB ,16:32 MIN , THEORY + PRACTICAL
Chapter 4 : Graphical user interface
Topic : Widget classes, Event handling
Content : Button, canvas, checkbutton, events
42 MB ,23:43 MIN , THEORY + PRACTICAL
Chapter 4 : Graphical user interface
Topic : Widget classes, Event handling
Content : Entry, frame, working with Frames
41 MB ,19:44 MIN , THEORY + PRACTICAL
Chapter 4 : Graphical user interface
Topic : Widget classes, Event handling
Content : scrollbar
16 MB ,9:21 MIN , THEORY + PRACTICAL
Chapter 4 : Graphical user interface
Topic : Widget classes, Event handling
Content : panedwindow, labelframe, messagebox
22 MB ,11:28 MIN , THEORY + PRACTICAL
Chapter 4 : Graphical user interface
Topic : Widget classes, Event handling
Content : menubutton, menu
36 MB ,18:38 MIN , THEORY + PRACTICAL
Chapter 4 : Graphical user interface
Topic : Widget classes, Event handling
Content : label, listbox
43 MB ,21:3 MIN , THEORY + PRACTICAL
Chapter 4 : Graphical user interface
Topic : Widget classes, Event handling
Content : message, radiobutton, scale
35 MB ,18:22 MIN , THEORY + PRACTICAL
Chapter 4 : Graphical user interface
Topic : Widget classes, Event handling
Content : text, spinbox
30 MB ,16:36 MIN , THEORY + PRACTICAL
Chapter 4 : Graphical user interface
Topic : Layout manager
Content : explanation with practical
34 MB ,16:12 MIN , THEORY + PRACTICAL
Chapter 4 : Widget Classes, Event Handling
Topic : Working with Fonts and Colours
Content : font, color, anchors, dimensions, cursors, relief styles
38 MB ,17:16 MIN , THEORY + PRACTICAL
Chapter 1 : OOPs in python
Topic : Features of Object Oriented Programming system (oops)-classes and objects, encapsulation, abstraction, inheritance, polymorphism, constructors and destructors
Content : explanation with practical
73 MB ,44:47 MIN , THEORY + PRACTICAL
Chapter 2 : Classes and Objects
Topic : Creating a class, the self-variable, types of variables, namespaces, types of methods, instance methods, class methods, static methods, passing members of one class to another class, inner classes
Content : explanation with practical
86 MB ,47:56 MIN , THEORY + PRACTICAL
Chapter 3 : Inheritance and polymorphism
Topic : Inheritance in python, types of inheritance- single inheritance, multilevel inheritance, hierarchical inheritance, multiple inheritance, constructors in inheritance, overriding super class constructors and methods, the super() method, method resolution order (mro), polymorphism, duck typing, operator overloading, method overloading, method overriding
Content : explanation with practical
114 MB ,1:8:46 MIN , THEORY + PRACTICAL
Chapter 4 : Abstract classes and interfaces
Topic : Abstract class, abstract method, interfaces in python, abstract classes vs. Interfaces
Content : explanation with practical
25 MB ,15:10 MIN , THEORY + PRACTICAL