Hello!
My name is Alison
I am a motivated, analytical person who has studied science and loves to solve problems. I have a PhD in science and currently work as a code developer.
I am here to teach you math, chemistry, physics, and programming.
I present my courses in a clear, logical and structured way. For each topic, I also include an example or exercise to make it clear and easy to understand.
I would appreciate it if you would send me what you think about my courses and please let me know if you have any comments, questions or suggestions. You may have an idea for a course that you would be interested in having me create.
In this particular course we will learn various programming concepts using the Python programming language. This course is the first part of a series of courses in which we will learn how the Python programming language works and various programming concepts.
- First, we will introduce how to download the Python programming language and the Python Installation Package (PIP).
- Later, we will explain different ways that we can use to execute code in Python
- In the next section we will see what PEP8 is
- Then we will introduce 4 types of primitive data structures (integers, floats, booleans, strings)
- We will learn how to format strings
- Then we'll talk about comments and how to use them in our code.
- Next, we'll talk about conditionals using if, elif, and else.
- In the next section we will talk about functions in detail (including lambdas and closures) and we will talk about the 4 properties of functions
- Then we will introduce what decorators are and how we can use them in our code.
- Finally, we will see what modules and packages are and how we can import them into our code.
I hope you like this course, learn a lot with me and find it easy to understand the concepts
Good luck and see you soon
Alison
Who this course is for:
- Python programmers (from basic to advanced)
- Someone who wants to learn Python (no programming experience)
- Someone who knows another programming language and wants to learn Python
Goals
- First, we will introduce how to download the Python programming language and the Package Installer for Python (PIP)
- Afterwards, we will explain several different ways that we can use to run/execute Python code
- Next, we will look at what PEP8 is
- Then we will introduce 4 different types of primitive data structures (integers, floats, booleans, string
- We will learn how to format strings
- Then we will talk about comments and how they should be used in the code
- Next, we will discuss conditionals using the if, elif and else statements
- In the next section we will talk about functions in detail (including lambdas and closures) and we will discuss the four properties of functions
- Then we will discuss what are decorators and how we can use them in our code
- Finally, we will see what are modules and packages and how we can import them into our code
Prerequisites
- No programming experience needed
- Python developers (from basic to advanced)
- Someone who wants to learn Python (without programming experience)
- Someone who knows another software development language and wants to learn Python