Programming with Python - part 2

Data structures, loops and comprehension, scope resolution, error handling and testing

Ratings: 0.00 / 5.00




Description

Hi!


My name is Alison.


I'm an analytical person with a science background, that has a passion for complex problem solving. I have a PhD in Science and I currently work as a Software Developer.


I'm here to teach you Maths, Chemistry, Physics and Programming.


I present my courses in a clear, logical and structured way. For every topic, I also include an example or exercise to make sure that it is clear and easy to understand.


Please send me your feedback and let me know if you have any comments, questions or suggestions. I may be able to prepare a course that interests you.


In this specific course we will learn various concepts about programming using the Python language. This the second part of a series of courses were we will learn how the Python programming language works as well as programming concepts.

                                                                                                                                                                                                                                        

1) First, we will introduce more complex data structures beyond the basic ones we learnt about in the first part of these courses. This includes sets, dictionaries, bytes, tuples, lists...

                                                                                                       

2) Afterwards, we will explain the different kinds of loops in Python and how we can use comprehensions to make our loops more compact


3) Next, we will look at scope resolution in Python and the LEGB rule                                                                                                                                                                                                                                                                                                                       

4) Then we will discuss what kind of errors we can encounter in python, how we can debug them and handle them as well as how we can create our own exceptions


5) Finally, we will learn how to test our code using a testing framework and we will learn how fixtures and mocks work

                                                                                                                                                                                                                        

I hope you enjoy this course, find it easy and learn a lot with me


Good luck and see you soon


Alison   

What You Will Learn!

  • Data Structures (such as bytes, tuples, lists, dictionaries ...)
  • Loops and comprehensions
  • Scope resolution
  • Error handling and debugging
  • Testing

Who Should Attend!

  • 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