Introduction to Programming

Ball State University via Coursera

Go to Course: https://www.coursera.org/learn/ball-state-university-introduction-to-programming-open-content

Syllabus

Introduction to Programming and Python

Welcome to the course! In this module, we will explore what makes the python programming language so excellent to learn and begin to write our first python programs. We will learn about variables, how to use them, how a program makes decisions using if statements, and how to interact with the user through input() and print() functions.

Control Statements, Loops, and Program Development

In this module, we will learn how to make our programs more flexible, and able to solve more complex problems. We'll see how we can make more complex decisions using the if statement by including elif and else. We'll also see how we can have the program repeat actions using for and while, and be introduced to other useful functions such as range(), mean(), median(), and mode().

Functions, A Beginning

In this module, we will learn how to create our own custom functions, which allow us to reuse our code, divide programs into meaningful chunks, and also reduce the number of errors and bugs in our code. This content will be split over 2 modules, with the first few sections being covered in this first module, with the remainder being covered in the next module.

Functions, The Ongoing Story

In this module, we will learn review functions, and continue practicing creating our own functions. There are a few lecture segments that touch on a few finer points from this chapter, and then more live programming examples. At this point in the semester, we have enough "tools" that we can write a larger program! You should experiment in the Reflective Practice and see what you can accomplish! In the full version of this course, this module also includes the beginning of a larger, 2 week long, project. Therefore, the content in this Module is somewhat shorter than normal.

Conclusion

Overview

Designed for the not-yet-experienced programmer, this course will provide you with a structured foundation for developing complex programs in the fields of computer science or data science. If you are a self-taught programmer with scattered bits of understanding, or a complete novice, this is the course for you. Here, you will gain a thorough understanding of how to write programs to solve problems, through structured, scaffolded, hands-on exercises with many examples and opportunities to pract

Skills

Reviews

Very gentle, but gives a firm grounding in the absolute essentials of Python programming.

Well run course. A professor who really wants you to succeed.

Informative and covers many main essentials to Python programming. This is a great introductory to the full course at the Master's Level. Highly recommend!

A terrific introduction to coding--and a broad one at that--for folks with no background whatsoever.

I'm a web designer with some comfort with JavaScript, but not a full fledged programmer. I got a lot out of this intro course!