Staff Skills academy+
Home » Courses » Python Certification Level 1 » Module 02: Using the Shell Window
Module 02: Using the Shell Window
(Video)
play_circle_filled
Lessons
- Module 01: Introduction
- Module 02: Using the Shell Window
- Module 03: Writing Code in the Editor Window
- Module 04: Executing Python on the Command Line
- Module 05: Output - Section Introduction
- Module 06: The Print () Function
- Module 07: Separators and New Lines
- Module 08: Variables - Section Introduction
- Module 09: Variable Assignment
- Module 10: Number Variables - Int, Float & Complex
- Module 11: String Variables
- Module 12: Substrings & Concatenation
- Module 13: Variables with Lists, Tuples & Dictionaries
- Module 14: Operators - Section Introduction
- Module 15: Mathematical Operators
- Module 16: Order of Operations
- Module 17: Comparison Operators
- Module 18: Logical Operators
- Module 19: Code Branching - Section Introduction
- Module 20: Simple If Statements
- Module 21: If... Else Statements
- Module 22: Nested If Statements
- Module 23: Ternary Operator
- Module 24: Loops - Section Introduction
- Module 25: While Loops
- Module 26: For Loops
- Module 27: Nested Loops
- Module 28: Break & Continue Statements
- Module 29: Math Functions - Section Introduction
- Module 30: Casting Functions
- Module 31: Mathematical Functions
- Module 32: Random Functions
- Module 33: String Functions - Section Introduction
- Module 34: A Look at Strings for - capitalise(), center() and count()
- Module 35: A look at Strings for - find(), isalpha() and isdigit()
- Module 36: A Look at Strings for - join(), len() and split()
- Module 37: Tuples & Dictionaries - Section Introduction
- Module 38: Creating Tuples
- Module 39: Accessing Values in Tuples
- Module 40: Lists & Tuple Functions
- Module 41: Declaring a Dictionary
- Module 42: Accessing & Editing Values in Dictionaries
- Module 43: Dictionary Functions
- Module 44: Time & Date - Section Introduction
- Module 45: The Time Tuple
- Module 46: The Calendar
- Module 47: Time & Calendar Functions
- Module 48: Custom Python Functions - Section Introduction
- Module 49: Defining & Calling a Simple Function
- Module 50: Required Argument Functions
- Module 51: Keyword Argument Functions
- Module 52: Default Function Arguments
- Module 53: Return Statement
- Module 54: Creating & Consuming Python Modules
- Module 55: Input/Output - Section Introduction
- Module 56: Reading Keyboard Inputs
- Module 57: Reading an External Text File
- Module 58: Writing an External Text File
- Module 59: More with Python - Section Introduction
- Module 60: Handling Exceptions
- Module 61: Web Server Coding
- Module 62: Processing from Data in Python
- Module 63: Conclusion