List Slices in Python provides a more advanced way of retrieving values from a list. You may see something familiar with this so it will be easy for us!
Lesson 20. List Comprehensions in Python
Learn how to use our mathematical-pythonic skills to quickly create lists that obey a simple rule using list comprehensions in Python.
Lesson 21. For Loops in Python
For loops in Python is one of the most important features of Python that we can use in our code. In this lesson, you’ll see how efficient it is.
Lesson 22. While Loops in Python
While loops in Python are almost the same as for loops. But, in this lesson, you’ll know their big difference and you’ll also get some warnings for its use.
Lesson 23. Classes in Python
We’ve learned about functional programming in the previous lessons. Now, let’s discuss Object-Oriented Programming (Classes in Python).
Lesson 24. Prompting People Using Python
What does “prompting people using Python” mean? What is “prompting” anyway? In this lesson, you’ll know how exciting it is to use this on your computer.
Lesson 25. Create Your Own Game Using Python
So far, we just keep on learning the basics in Python. But today, I want you to apply all your knowledge and create your own game using Python.
Lesson 26. Exceptions in Python
Learn the different kinds of errors that we might encounter. And know the reasons why we need exceptions in Python, except if you’re not interested.
Lesson 27. Exception Handling in Python
Now that we’ve learned the different kinds of exceptions that we might encounter, in this lesson, we’ll discuss how we can implement exception handling in Python.