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

Udacity

Programming Foundations with Python

via Udacity

This course may be unavailable.

Overview

In this introductory programming class, you’ll learn Object-Oriented Programming, a must-have technique for software engineers that will allow you to reuse and share code easily. You’ll learn by doing, and will build byte-sized (ha!) mini projects in each lesson to learn and practice programming concepts.

We’ve heard that programming can be intimidating for newcomers, and we’ve created this course to make sure that you have a great learning experience! You’ll learn actively with our mini projects (see the awesome list below), which you’ll be able to share proudly with your friends. You’ll also learn important programming concepts one by one, with no surprises or leaps of logic along the way.

You’ll pick up some great tools for your programming toolkit in this course! You will:

  • Start coding in the programming language Python;
  • Reuse and share code with Object-Oriented Programming;
  • Create and share amazing, life-hacking projects!

This introductory course is for you if you want to be a software engineer, or if you want to collaborate with programmers. Mastering Object-Oriented Programming will propel your career in tech forward, and it’s also a great way to learn how software engineers think about solving problems.

This course is also a part of our Full Stack Web Developer Nanodegree.



Why Take This Course?

You should take this course if you want to build awesome projects, while writing only a few lines of code. Here are some of them:

  • Project Take a Break: Do you know a friend who works too many hours? We will write a program that schedules breaks throughout the day -- reminding your friend to listen to music, get up and dance to their favorite song, or just walk away from the computer every once in awhile. http://youtu.be/C29aerpwkc8
  • Project Profanity Editor: Imagine it’s late at night and you get an email from your boss, requesting your help with something. You reply, "I can take a shot at it" but accidentally end up including an awkward word (sh*t). Oops. We will write a python program that detects curse words, and saves clumsy email writers from embarrassing moments. http://youtu.be/Rvj2UI-wVXA
  • Movie Website: We will learn how to make an awesome webpage that lists your favorite movies and shows their trailers. https://www.youtube.com/watch?v=X0FoelOIZM0&t=1m24s

While building these projects we will learn about a programming technique that is used by software engineers on a daily basis; it is called Object-Oriented Programming.

Finally, we will work together to get better at reading help documents and using other people’s code almost like lego blocks to build our programs. By building these projects, you’ll become more confident in your ability to code and transition from "programming looks like magic" to "oh, I can do that."

Syllabus

Lesson 0: Introduction (30 min)

We will begin with an introduction from the instructor. More specifically, we will talk about the projects we will build and the ideas we will learn in this course. Then we will conduct a short test to ensure you have all the prerequisites necessary for the course. Finally, we will work together to download Python on your computer.

Lesson 1: Using Functions (3.5 hours)

We will use functions (webbrowser.open and os.rename) from the Python Standard Library to build two projects in this lesson. After that we will present a scenario where using functions will not present a very elegant solution; this will illuminate the need for a new programming tool called Classes.

Lesson 2: Using Classes (5 hours)

Here we will learn about important object-oriented programming concepts like classes and instances. We will build three cool projects while using classes. These include drawing shapes with Turtle, sending text messages with Twilio and checking curse words with a function called open.

We will leverage modules from within the Python Standard Library and also learn to download and use an external Python package (twilio).

Lesson 3: Making Classes (5 hours)

In this lesson we will learn to create our first class. While doing this we will build a website that plays trailers of your favorite movies. Here are some of the programming ideas we will learn in this lesson:

  • How to create a class
  • How to instantiate an object
  • How to access class attributes and methods
  • What is the self keyword
  • What are constructors (_init_)
  • What are DocStrings
  • How to create and access Class Variables
  • How does Inheritance work
  • How to override methods

Final Project (6 hours)

Here, you will use the skills learned in this course to identify a problem statement and idea for a project. You will then identify step-by step directions (in simple English) to design a solution for the previously identified problem. Finally, you will use this design and your newly learned object-oriented programming skills to write code to realize your project.

Taught by

Kunal Chawla

Reviews

3.5 rating, based on 13 Class Central reviews

Start your review of Programming Foundations with Python

  • I just worked through this course (excluding the final project) over a couple of days. I agree with the other review that the paid version could be a worthwhile introduction to object orientation, for someone with a little Python experience but foun…
  • Life is Study
    This is a beginner level course but it assumes you have a basic grasp of programming in python. It would be a good course to take after completing the first few weeks of an introductory python course like Udacity's CS 101, Rice's "An Introduction to…
  • このコースはほぼ全ての動画で日本語字幕も利用できるため、英語の苦手な日本人の方でも利用できます。
    説明も平易でかつ初心者でも理解できるよう簡単なレベルから徐々に難しいレベルへステップアップしていく流れにも無理がないです。時間さえあれば誰でも最後までやりきることができると思います。
    プログラミング未経験の初心者の方にかなりおすすめです。
    ただ、すでに他の言語などでプログラミングを経験したことがある方には簡単すぎるかもしれません。

    This course is easy to understand about programming.
    I spent 2 weeks and about 5 hours per week to finish this course.
    I strongly recommend this course for beginners.
  • Anonymous
    Beware that you can't do the final project if you are taking the free course. I'm not sure why this is but the folks at Udacity should make this clear when folks sign-up for it.
  • Anonymous
    Not at all a course for beginners. Kunal is not a good tutor. He skips a lot of steps in what he do. I would suggest you to take some other course then this one.
  • Oliver Mcmanus
  • Profile image for Donghyun Kang
    Donghyun Kang
  • Jacob Silverman
  • Mark Round
  • Profile image for Alex Ivanov
    Alex Ivanov
  • Sérgio Miguel Valente
  • Erlend Landroe

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.