In this video course, you’ll learn about Python lists and tuples, including how to define and manipulate them in your code. By the end of the course, you’ll be ready to effectively use lists and tuples in your programming projects.
Posts for: #Python
Python Basics Exercises: Strings and String Methods
In this Python Basics Exercises course, you’ll review how to work with the string data type. You’ll practice manipulating strings with methods and formatting them for printing.
Python Basics Exercises: Building Systems With Classes
In this Python Basics Exercises course, you’ll review how to work with classes to build complex systems in Python. By practicing composing classes, inheriting from other classes, and overriding class behavior, you’ll harness the power of object-oriented programming (OOP).
Python Basics Exercises: Object-Oriented Programming
In this Python Basics Exercises course, you’ll review OOP, or object-oriented programming. You’ll practice creating classes, using classes to create new objects, and instantiating classes with attributes.
Python Basics Exercises: Conditional Logic and Control Flow
In this Python Basics Exercises course, you’ll review how to use conditional logic to write programs that perform different actions based on different conditions. Paired with functions and loops, conditional logic allows you to write complex programs that can handle many different situations.
Use ChatGPT to Learn Python Programming
Learn Python with ChatGPT! Get instant help, pair program, fix errors, and explore alternate solutions to grow your Python coding skills.
Python 3.12 Preview: Ever Better Error Messages
Python 3.12 will be released in October 2023. In this tutorial, you’ll preview one of its upcoming features: even more precise error messages that’ll help you debug your code more efficiently.
Check if a Python String Contains a Substring
In this video course, you’ll learn the best way to check whether a Python string contains a substring. You’ll also learn about idiomatic ways to inspect the substring further, match substrings with conditions using regular expressions, and search for substrings in pandas.
Python News: What’s New From January 2023
Quickly get up to speed on what’s been happening in the world of Python in the past month. The PSF hires a security developer in residence! You’ll also read about Python 3.12 alpha 4 and three recently published PEPs. Maybe you’ll get dragged into the ongoing discussion about Python packaging!
Python Basics Exercises: File System Operations
In this Python Basics Exercises course, you’ll review how to use Python to work with your computer’s file system. Then, you’ll tackle a coding challenge to further develop your skills.