Skip to content

Latest commit

Β 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Python for Everybody Specialization (py4e)

This repository contains my completed coursework for the Python for Everybody (py4e) Specialization offered on Coursera. The specialization is designed to introduce fundamental programming concepts using Python and covers topics ranging from basic syntax to accessing web data and working with databases.

πŸ“ Project Structure

The repository is organized into the following subfolders:

basics_ch_1_2

  • Chapter 1: Python Basics – Introduction to Python programming including variables, expressions, and conditional statements.
  • Chapter 2: Python Data Structures – Covers lists, dictionaries, tuples, and string manipulation.

ch3_pyforwebdata

  • Chapter 3: Using Python to Access Web Data – Focuses on web scraping, working with APIs, and parsing XML/JSON data.

ch4_databases

  • Chapter 4: Using Databases with Python – Introduces SQL, database design, and using SQLite with Python.

βš™οΈ Setup Instructions

# Clone the repository
git clone https://github.com/your-username/py4e-specialization.git
cd py4e-specialization

# Make sure you have Python 3 installed
python3 --version

# (Optional) Create a virtual environment
python3 -m venv venv
source venv/bin/activate  # On Windows use `venv\Scripts\activate`

# Install required packages (if applicable)
pip install -r requirements.txt

πŸ“š References

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages