Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

Northeastern University

Basic Programming in Python I

Northeastern University via Coursera

Overview

This hands-on Python programming course offers students an opportunity to obtain proficiency in the core concepts of Python as well as the programming skills for building applications using tools from various task-specific Python libraries. The course covers important topics in computer science and information systems such as data types, reading and writing to standard IO, using operators, controlling the flow of execution, using functions, reading and writing Python source code files, basic object-oriented programming concepts, and more. You will be introduced to preliminary topics in data science and explore the process of building a web application using Python. You will complete hands-on programming tasks using your creativity and learn how to apply Python to resolve real-world problems.

Syllabus

  • Python as a Programming Language
    • This module focuses on the fundamental steps needed to start your Python programming journey, such as learning about Python’s key features, installing Python, writing your first lines of code, and examining what it means to be a responsible programmer.
  • Variables, Expressions, & Statements
    • This module focuses on the foundational Python concepts of variables, expressions, and statements. These concepts lay the groundwork for more advanced programming techniques and skills. In this week, you will learn about different data types, specifically integers, floats, strings, and booleans. You’ll also explore variable naming conventions in order to refine your syntax. Finally, you’ll examine different statement types, including assignment, conditional, and looping statements before you put your knowledge into practical application.
  • Conditionals & Logical Operators
    • This module focuses on the concepts of conditionals and logical operators in Python. Throughout this module, you will explore how conditionals and logical operators can be used for decision-making, control flow, error handling, and algorithm design. By the end of this module, you should be able to put your knowledge of conditionals and logical operators into practice by creating more dynamic code to solve real-world problems.
  • Basic Functions
    • This module will expand on the wide world of functions in Python. Throughout this module, you will refresh your knowledge on basic concepts such as defining functions before exploring new topics such as the scope and lifetime of variables, and function documentation and calling. From there, you will build on your understanding by learning about decorators and error handling. By the end of this module, you should be able to put your knowledge into practice by creating efficient functions that solve complex problems and handle errors with ease.
  • Python Loop Basics
    • In this module, you will further your knowledge of Python loops. First, you will start by refreshing your knowledge of for and while loops. From there, you will dive into more advanced loop concepts, such as using break and continue statements to enhance the functionality of loop behavior. By the end of this module, you should be able to put your knowledge into practice by creating loops that use control statements and conditionals for dynamic iteration.

Taught by

Yizhen Zhao

Reviews

Start your review of Basic Programming in Python I

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.