About this course
Are you eager to dive into the world of programming but don't know where to start? This course is for you, designed specifically for beginners with zero prior experience in programming.
Core Python Fundamentals for Developers
Python is a versatile and powerful language, perfect for software development. This course introduces you to key concepts, from creating code comments to discovering Python's built-in data types, including floats, strings, integers, and boolean values. You'll learn how to store information in variables using various data structures, including lists, dictionaries, sets, and tuples.
Control Flow and Iteration
You'll progress to comparison operators, using them to develop a customized workflow that conditionally executes code depending on whether specific conditions are met. The course wraps up by introducing for and while loops, which are essential for iterating over data and executing tasks!