Programming for Everybody (Getting Started with Python)
- Offered byCoursera
Programming for Everybody (Getting Started with Python) at Coursera Overview
Duration | 19 hours |
Start from | Start Now |
Mode of learning | Online |
Official Website | Go to Website |
Credential | Certificate |
Programming for Everybody (Getting Started with Python) at Coursera Highlights
- Earn a Certificate on successful course completion from University of Michigan
- Prepare for the basics of programming computers using Python.
- 30% Started a new career after completing this specialization.
- Get unlimited access to the course content.
- 12 % Got a pay increase or promotion.
Programming for Everybody (Getting Started with Python) at Coursera Course details
- Describe the basics of the Python programming language
- Install Python and write your first program
- Use variables to store, retrieve and calculate information
- Utilize core programming tools such as functions and loops
- This is one of the most popular and highly-rated courses to learn Python on Coursera with over 2,390,000 students having been enrolled. It is a comprehensive course for beginners to learn the Python programming language and requires no prior programming experience
- The course covers the major Python topics such as Variables, Expressions, Conditional Coding, Functions, Loops, and Iterations. The instructor of the course has extensive experience in reaching various technology-oriented courses and will certainly help you to learn Python in the right way. If you are a complete beginner and want to be an expert in Python 3, then this is one of the best Python courses to start with. Upon completion of this course, you'll have a solid understanding of the Python programming language and will be ready to take more advanced programming courses
- Programming for Everybody (Getting Started with Python) course is offered by the University of Michigan. The instructor of this course is Charles Russell Severance who is a Clinical Professor at the School of Information, University of Michigan
Programming for Everybody (Getting Started with Python) at Coursera Curriculum
Installing and Using Python
In this module you will set things up so you can write Python programs.
Why We Program
In the first chapter we try to cover the "big picture" of programming so you get a "table of contents" of the rest of the book.
This chapter is quite broad and you would benefit from reading the chapter in the book in addition to watching the lectures to help it all sink in.
Variables and Expressions
In this chapter we cover how a program uses the computer's memory to store, retrieve and calculate information.
Conditional Code
In this section we move from sequential code that simply runs one line of code after another to conditional code.
It is a very simple concept - but it is how computer software makes "choices".
Functions
We will learn about what functions are and how we can use them.
Loops and Iteration
Loops and iteration complete our four basic programming patterns.
Loops are the way we build programs that stay with a problem until the problem is solved.