Python is the most popular programming language used today. It has simple syntax and semantics which is very close to the English language. On the other hand, it has all standard language constructs, like loops, conditional statements, iterations. It is a good idea to begin your Computer Science journey with Python. Due to its popularity Python has a diverse range of libraries developed by others, which you can use in your code to make it do pretty much anything you want. It is no surprise that Python is used everywhere, from introductory CS classes to complex websites to Artificial Intelligence applications.
This is an introductory semilab for Python programming. If you already programmed in Python, this semilab may be too simple for you. We will start from the fundamentals and go over basic syntax, variable types, control flow, I/O, and will end up with a small project to apply all we learned.
No prior programming experience is required.