Intro
Hello there!
Welcome to the Introduction to Python Workshop!
Whether you're completely new to programming or have a bit of experience, this workshop will help you understand the basics and build your first Python program.
Sounds cool, right?? Now let's see exactly what we're going to learn.
What you will learn
By the end of this workshop, you'll have a strong knowledge of the following:
- writing Python programs from scratch
- how to use an IDE (Integrated Development Environment)
- understanding of basic concepts in programming such as variables, data types and algorithms
- the use of conditionals ('if' statements)
- working with loops
- define and use of functions
- how to build a project from scratch
During this workshop, you'll ought to learn by doing, not by just reading a lot of theory. So hang on tight and we shall begin!