Python Basics Course
This Python Programming Basics in 1 day. Intensive. Hands-on, practical.
I n classroom, ask questions, discuss, see th trainer in real life. Real life classroom is still the best!
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.
Decision Making: If statement; If - else statement; If- elif - else statement; Nested if - else;
Using Loops: The while, while-else; do-while and the for loop; Enhanced for loop; Jump statements: break, continue.
App : calculate the movie tickets
HOUR 2: Lists
Data Structures: Lists.
App : Code the Hangman Game, using variables, lists, if's and loops.
HOUR 3: Files and Exceptions
Exception Handling: Fundamentals of exception handling; Exception types; Using try and except.
Files: Write a Csv file, Write a txt file, Open and Read Csv and txt Files.
"Small App", Save the Lottery Winners in a txt file.
HOUR 4: Object-Oriented Programming (OOP) principles.
Built-in String functions: upper, lower, len.
Create custom functions, using parameters; using return values
Introduction to Classes and Objects:
Creating a Class; Creating an Object; Using an Object;
Class Constructors; Parameterized Constructors; Inheritance. Override.
Session 5: Pandas Dataframe Basics
Getting data into a dataframe: Dict to Dataframe, Dataframe to Dict. Excel To Dict, Dict to Excel , working with Excel data, multiple Excel sheets.
Getting information about the dataframe,
Filter, sort and query a Dataframes, Slicing Dataframes,
Duplicate values,Working with null-values, Sampling.
Exercise : Query the top 1000 grossing movies of the last century
HOUR 6: Built-in Functions
R andom Numbers, Text manipulations
E xercise: Code the Win the lottery Game, in methods of a class and