Do you want to start learning computer science?
We will go through several introductory topics in Python, so you don't need any prior knowledge in Python or computer science to attend this series. We will meed once a week in the weekend, and we will adjust the number of classes to ensure that you will completely understand the listed topics. I am planning to cover up until topic 5, which is about 10 classes, but I am wiling to add more classes to cover all of the topics if anyone wants. The class time right now is not fixed, so please tell me to adjust the class time if you are not able to attend one.
Topic 1
How to use Python, Learning inputs and outputs, Understanding different variables, Learning basic operations
Topic 2
Learning abstractions / methods, Formatting outputs, Random library, Math library, max()
Topic 3 -- if, if-else, if-elif
Topic 4 -- while loop
Topic 5 -- for loop
Topic 6
list/array, The similarity between list/array and string
Topic 7 -- matrix