This repository contains my assignments and projects for the Python for Everybody Specialization course on Coursera, taught by Dr. Charles Severance.
The Python for Everybody Specialization is designed to teach the basics of programming computers using Python. The specialization consists of five courses:
- Programming for Everybody (Getting Started with Python)
- Python Data Structures
- Using Python to Access Web Data
- Using Databases with Python
- Capstone: Retrieving, Processing, and Visualizing Data with Python
The repository is organized by course, with each directory containing the corresponding assignments and projects.
- Clone the repository:
git clone https://github.com/razan9121/py4e.git
- Navigate to the specific course directory to view the assignments and projects.
- Run the Python scripts using your preferred Python environment.
Feel free to explore and use this repository as a reference for your own learning!