Tech Exploration Programs
Programming in Python for Kids
This course introduces kids to the world of programming through Python in a fun and interactive way. Through engaging activities and real-world examples, they'll write their first code, perform calculations, and build simple text-based interactions.
Course 2: Decision Making and Loops
Course 3: Functions and Code Reuse
Course 4: Working with Data and Lists
Course 5: Dictionaries, Files, and Real-World Data
Course 6: Projects and Game Building
6-Course Bundle (Programming in Python for Kids)
What you'll learn
- Introduction to programming and Python
- Writing your first Python program
- Understanding variables, inputs, and outputs
- Simple arithmetic operations
Requirements
- No prior programming knowledge required
- A computer with Python installed
- Curiosity and willingness to learn
Duration & Schedule
- Duration: 2 Months (8 Weeks)
- Classes per Week: 2
- Total Sessions: 16
- Class Duration: 50 minutes
- Days: Saturday and Sunday
- Timings: 9:00 AM - 9:50 AM (ET)
- Note: To know your local time please convert Eastern Time (ET) to your local timezone
- To check course availability in your local time zone please contact us at learn@finchandvinca.com
Who this course is for:
- Kids aged 9-13
- Beginners who want to start coding
- Young learners who enjoy logical thinking
Course content
- What is Python?
- Installing Python and running your first code
- Creating and using variables
- Numbers, strings, and basic data types
- The
input() and print() functions
- Making interactive scripts
- Addition, subtraction, multiplication, division
- Creating a basic calculator