Programming for Everybody (Getting Started with Python)
University of Michigan via Coursera
-
158.4K
-
- Write review
Overview
Coursera Flash Sale
40% Off Coursera Plus for 3 Months!
Grab it
This course aims to teach everyone the basics of programming computers using Python. We cover the basics of how one constructs a program from a series of simple instructions in Python. The course has no pre-requisites and avoids all but the simplest mathematics. Anyone with moderate computer experience should be able to master the materials in this course. This course will cover Chapters 1-5 of the textbook “Python for Everybody”. Once a student completes this course, they will be ready to take more advanced programming courses. This course covers Python 3.
Syllabus
- Chapter One - Why We Program
- This module contains course-wide materials as well as the first part of Chapter One where we explore what it means to write programs. Throughout the course, you may want to come back and look at these materials. In the third module, we will return to Chapter One and submit the first assignment.
- Installing Python
- In this module you will set things up so you can write Python programs.
- Chapter One: Why We Program (continued)
- 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. Don't worry if not everything makes perfect sense the first time you hear it. 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. You might want to come back and re-watch these lectures after you have finished a few more chapters.
- Chapter Two: Variables and Expressions
- In this chapter, we cover how a program uses the computer's memory to store, retrieve and calculate information.
- Chapter Three: Conditional Code
- In this section we move from sequential code that simply runs one line of code after another to conditional code where some steps are skipped. It is a very simple concept - but it is how computer software makes "choices".
- Chapter Four: Functions
- This is a relatively short chapter. We will learn about what functions are and how we can use them. The programs in the first chapters of the book are not large enough to require us to develop functions, but as the book moves into more and more complex programs, functions will be an essential way for us to make sense of our code.
- Chapter Five: Loops and Iteration
- Loops and iteration complete our four basic programming patterns. Loops are the way we tell Python to do something over and over. Loops are the way we build programs that stay with a problem until the problem is solved.
Taught by
Charles Severance
Reviews
4.9 rating, based on 49,630 Class Central reviews
4.8 rating at Coursera based on 233195 ratings
Showing Class Central Sort
-
very exciting and interactive start with python, a very good introduction to the basics of programming.
-
Before you read this review, some notes about me (so you can form your own opinion about my review below): - I have been interested in programming since I was little, but never gained any real experience in it until my adult life. - I tried to take…
-
This is a great course. The teacher not only knows his material, but has a lot of experience working with first time programmers and so knows what errors they are likely to make and what questions they are likely to ask and addresses them all. He is…
-
To be honest, I thought the course stumbled and fell short. It was far too basic and slow paced. Considering how little is taught, even for a beginner's course in Python, it could hardly be described as college-level material. The tone was a bit…
-
I work in lesson design and blended learning teacher training. I train teachers how to combine effective teaching practices with technology in K-8 classrooms. There is lots of room for improvement in this course. I would not recommend it to someone…
-
With so many glowing reviews, I don't think mine matters, but here it is anyway: This course is amazing. This course is so amazing that a) I realized I threw away way too much money on a different "introduction to python" course that had live instr…
-
DON'T GIVE UP SO SOON. KEEP ON MOVING TO COURSE 2 OF THIS SPECIALIZATION. Sections 1-7: I had no previous knowledge about programming, even my educational background doesn't related to computer science at all. I have passion for working on the comp…
-
I recently completed the "Programming for Everybody" course offered by the University of Michigan on Coursera, and I must say it was an excellent introduction to Python programming. As someone with little prior programming experience, this course pr…
-
First off, this course is TRULY for everybody. It is simple enough for a person with zero computer science (or programming) experience could follow and complete without getting overwhelmed by technical complexity. I think the decision of Dr. Charles…
-
Most of the low reviews are from people who are not the target audience of this Specialization. If you already have a background in programming or impatient, this isn't for you. This is meant to be a complete INTRO class specialization. The teacher…
-
This was my first MOOC so I went in with an open mind and no expectations. I had absolutely no dev experience so I was looking for an online course that was truly for beginners. The course consists of an eBook and online videos/assignments/quizzes…
-
I really enjoyed the online course. I thought it was well planned and layed out, easy for me to follow. The work load(h.w. & test)was just enough, so i could finish everything with enough time, learn about the topics and not feel over loaded and rus…
-
This is the first class in the new (at the time I took it) Python for Everybody specialization, which grew out of Dr. Charles Severence's popular course of the same name. As I understand it, the first two courses of this specialization will cover t…
-
Pros: The instructor is very passionate and knows code inside and out. I truly believe he did his best to teach students basic Python language. I'm not convinced he is well equipped to teach beginner Python courses in the "real" world....let alone…
-
This is the first programming course that I have ever taken and I can say that I was pleasantly surprised how beginner friendly it was. I just got past chapter 5 and I am getting relatively comfortable reading simple programs. The only reason I…
-
I'm a UofM grad with a BSEE degree and worked has a hardware engineer for about 10 years before becoming a stay-at-home mom for the past 16. With my sights set on slowly making my way back into the workforce, Python sounded like a good stepping sto…
-
I don't participate in that course, but my wife and I support her, if necessary (I have over 40 years experience in software development, so I can help, but I'm a bad techer for beginners). She is working in offices since more that 30 years, using W…
-
I loved this class. I liked the manner of the teacher, loose but everything said was important. The examples covered the concepts well and the textbook too. I loved that I was really programming and using real world examples. For some this is a pl…
-
I have no prior knowledge of Python or coding or programming, but as a researcher, I know I need to learn how to use Python to do more interesting and complex analyses. However, every time I've tried to learn Python (or anything else coding-related,…
-
Poor! Overly simplistic. Two line programs, no real learning. More focus on writing an essay about Programming up to 1,000 words. Not a good course at all if you are looking for anything remotely academic. Has a very low level of understanding, and seemed to attract people who couldn't even work their operating system, IDLE working, going on the forum boards comments. There is a point where things lose their relevance and become an insult to your intelligence, this couse is it. Probably the worst course that has existed this far on Coursera, and really gives an idea of what is wrong with some of these courses. You will not believe the stupidity of the people on the forum boards.
-
Before I dive into reviewing the course, here's some background on my experience with python up to the point of registering in the course to give context to the review as I believe it makes a difference. My academic background is in Actuarial Scien…