Computing in Python IV: Objects & Algorithms (edX)

Computing in Python IV: Objects & Algorithms is an online MOOC Course, Offered by Georgia Institute of Technology & GTx via edX.

This course is part of the Introduction to Python Programming Professional Certificate.

Enroll in Course

Be ahead to learn something new Today

  • Flexible Online Learning
  • Verified Certificate*
  • Add powers to your Resume
  • Access course Anytime, Anywhere
Computing in Python IV Objects & Algorithms
Computing in Python IV: Objects & Algorithms (edX)

Learn about recursion, search and sort algorithms, and object-oriented programming in Python. Complete your introductory knowledge of computer science with this final course on objects and algorithms. Now that you’ve learned about complex control structures and data structures, learn to develop programs that more intuitively leverage your natural understanding of problems through object-oriented programming. Then, learn to analyze the complexity and efficiency of these programs through algorithms. In addition, certify your broader knowledge of Introduction to Computing with a comprehensive exam.

Computing in Python IV: Objects & Algorithms edX Course Overview

By the end of this course, you’ll be able to write programs in Python that leverage your more natural understanding of data structures by creating objects to represent the structures you work with most often. For example, if you were creating a class roster application, you’ll learn how to create an object representing a student’s name, ID number, and attendance record. Then, you’ll be able to create applications that leverage sorting and searching algorithms to sort that roster alphabetically, search for a particular student, and evaluate the efficiency of both of those operations.

Structurally, the course is comprised of several parts. Instruction is delivered via a series of short (2-3 minute) videos. In between those videos, you’ll complete both multiple-choice questions and coding problems to demonstrate your knowledge of the material that was just covered. These exercises count for 20% of your grade. Then, after each major chapter, you’ll complete a problem set of collected, more challenging problems. These count for 40% of your grade. Finally, you’ll complete a final course exam, which counts for the remaining 40% of your grade.

What you’ll learn

  • Working with instances of objects in Python.
  • Creating new data structures using object-oriented programming.
  • Using objects with earlier control and data structures.
  • Writing common search algorithms, like linear and binary search.
  • Writing common sorting algorithms, like the bubble sort, insertion sort, and merge sort.
  • Evaluating the computational complexity of algorithms using Big O notation.

Course Syllabus

Chapter 1 – Objects.

Working with instances of complex data types or defining your own, like creating a class to represent a video game character, a class syllabus, or an item for sale.

Chapter 2 – Algorithms.

Creating complex code for searching in large lists or sorting lists of data, and analyzing code for its complexity.

Chapter 3 – Course Recap.

A comprehensive review of the Xseries as a whole, leading into the final exam.

Course Instructor

  1. David Joyner

Additional information

Course Delivery

Online

Course Efforts

5-10 Hours/week

Course Enrollment

Free

Course Instructor

Course Language

English

Course Length

5 Weeks

Course Level

Beginner

Course Provider

Course School

,

Course Subtitles

English

Flexible Learning

Yes

Verified Certificate

Paid

Reviews

There are no reviews yet.

Be the first to review “Computing in Python IV: Objects & Algorithms (edX)”

Your email address will not be published. Required fields are marked *