Computer Science • Series
Python for Complete beginners
HK
Hashir K
This series ended on October 27, 2024. All 1:1 and group chats related to this series are disabled 7 days after the last session.
Series Details
About
In this one-month Python course, we’ll cover the foundational concepts needed to start coding. You’ll learn Python syntax, variables, data types, input/output, operators, control flow (conditions and loops), functions, lists, string manipulation, and error handling. We’ll have two sessions each week on Saturday and Sunday, and no prior coding experience is needed. By the end, you’ll have a solid understanding of Python fundamentals and be ready for more advanced topics.
✋ ATTENDANCE POLICY
The topics in this course are interconnected, so if you miss a previous lesson, you may have difficulty understanding the next concept. It’s up to you whether you want to commit to learning, but try not to miss more than one session.
Dates
October 5 - October 27
Learners
18 / 20
Total Sessions
12
About the Tutor
HK
I'm a high school senior majoring in Computer Science. In my free time, I enjoy playing football, and I'm currently preparing for the SAT.
View Hashir K's Profile
Upcoming Sessions
0
Past Sessions
12
5
Oct
P
Session 1
Python
In this session, we’ll introduce Python, set up our programming environment, and write our first Python program. You’ll also learn about basic syntax, variables, and data types.
6
Oct
P
Session 2
Python
Input/Output and Operators: Learn how to interact with programs using input and output functions. We’ll also cover basic arithmetic, comparison, and logical operators.
8
Oct
OH
Session 3
Office Hours
This session will review the topics for those who missed the first session and help them set up Python. Others are also welcome to join if they have questions about the topics covered or any other inquiries.
12
Oct
P
Session 4
Python
Conditional Statements: We’ll explore how to make decisions in Python using if, else, and elif statements. You’ll apply these concepts to create simple decision-making programs.
P
Session 5
Python
We'll be covering previous topics in this sessions, new student are advised to join!
13
Oct
P
Session 6
Python
Loops: This session focuses on for and while loops. You’ll learn how to repeat actions, control loops with break and continue, and solve basic loop-based problems.
16
Oct
P
Session 7
Python
We'll be covering previous topics.
18
Oct
CS
Session 8
Computer Science
I'll be covering previous topics in this session.
19
Oct
P
Session 9
Python
Functions: We’ll cover how to create and use functions to organize your code better. You’ll learn about function parameters, return values, and scope.
20
Oct
P
Session 10
Python
Lists: This session will teach you how to work with lists in Python—how to create, modify, and manipulate lists using different methods.
26
Oct
P
Session 11
Python
Working with Strings: Learn how to manipulate and format strings in Python. We’ll cover string slicing and common string methods to help you work with text effectively.
27
Oct
P
Session 12
Python
Error Handling: We’ll introduce error-handling techniques to make your programs more robust. You’ll learn how to handle common errors using try and except blocks.