
Python Programming 1-Day Cross-over Course, Webinar Virtual Classroom.
Event Information
About this event
Python Cross-over Webinar
This Python Programming coverts you programming skills to Python from scratch in 1 day. Intensive. Hands-on, practical.
Virtual Classroom: Your need internet connection with audio, Download anaconda.com.
Course Outline:
HOUR 1:
Data Types, Variables: Primitive types; Characters & Strings; Boolean; Working with variables and its scope; Type conversion and casting.
Operators and Expressions: Introduction of operators; Arithmetic operators; Relational operators; Assignment operator; Logical operators; Increment and decrement operators; More in operators.
Decision Making: If statement; If - else statement; If- elif - else statement; Nested if - else;
HOUR 2:
Using Loops: The while, while-else; do-while and the for loop; Enhanced for loop; Jump statements: break, continue; Nesting loops.
HOUR 3:
Data Structures: Lists. Tuples. Dictionary.
HOUR 4:
Using Built-in modules and functions.
Create custom functions, using parameters; using return values
HOUR 5:
Object-Oriented Programming (OOP) principles.
Using Modules: Creating a Module in class; Calling a Module;
Introduction to Classes and Objects: Creating a Class; Creating an Object; Using an Object; Adding Instance variables; Controlling accessibility; Naming conventions for class members.
Class Constructors; Parameterized Constructors; Inheritance. Override.
HOUR 6:
Exception Handling: Fundamentals of exception handling; Exception types; Using try and except.
Files, streams: Create, Open, Traverse and Read Files: Csv, txt and Json Files.