Basic Python Training for Beginners
Venue
Entrance Fee
Category
Event Type
Share
Schedule
Date | Time |
---|---|
13/10/2024 | 9:30 AM - 5:30 PM |
24/10/2024 | 9:30 AM - 5:30 PM |
Step confidently into the world of programming with our Basic Python Training for Beginners. This meticulously designed course lays down a robust foundation, guiding you seamlessly from the very act of installing Python and choosing an apt Integrated Development Environment (IDE), to coding with precision. As you progress, immerse yourself in the intricacies of Python's data types, harnessing operators, and deploying control structures and loops to dictate the flow of your programs.
But the journey doesn't stop there. Dive deeper into the heart of Python as you comprehend and apply functions, which are the building blocks of modular and efficient coding. To further enhance your coding prowess, you'll also learn how to install and utilize both Python's standard packages and third-party packages, expanding your toolkit and enabling a myriad of functionalities. By the culmination of our training, you'll be well-equipped to navigate the vast seas of Python programming with finesse.
Certificate
All participants will receive a Certificate of Completion from Tertiary Courses after achieved at least 75% attendance.
Funding and Grant
HRD Corp Claimable Course for Employers Registered with HRD Corp
Course Code: M278
Topic 1 Get Ready
Overview
Install Python
First Python Script
Comment
Interactive Python IDLE
Topic 2: Data Types
Number
String
List
Tuple
Dictionary
Set
Topic 3 Operators
Arithmetic Operators
Compound Operators
Comparison Operators
Membership Operators
Logical Operators
Identity Operators
Topic 4 Control Structure
Conditional
Loop
Iterating Over Multiple Sequences
Break & Continue
Topic 5 Function
Function syntax
Return value
Return multiple values
Passing argument values
Default argument values
Variable argument sequence
Topic 6 Modules & Packages
Modules
Packages
Python Standard Library
Install Third Party Packages
Anaconda Packages