Courses-

Answers for Quizzes & Assignments that I have taken

View project on GitHub

Rice University - Python Data Representations

Solutions for Rice’s Python Data Representations

Rice University

Rice University INSTRUCTORS

Instructors: Joe Warren, Scott Rixner

Course Description

This course will continue the introduction to Python programming that started with Python Programming Essentials. We’ll learn about different data representations, including strings, lists, and tuples, that form the core of all Python programs. We will also teach you how to access files, which will allow you to store and retrieve data within your programs. These concepts and skills will help you to manipulate data and write more complex Python programs.

By the end of the course, you will be able to write Python programs that can manipulate data stored in files. This will extend your Python programming expertise, enabling you to write a wide range of scripts using Python.