Skip to content

This repository contains a collection of 9 Python scripts developed as part of the CS50 course and additional personal projects. The scripts cover various topics including web scraping, automation, API interactions, and Flask web development. Each script is designed to demonstrate practical applications of Python programming concepts.

Notifications You must be signed in to change notification settings

colossus06/9-Python-Scripts-and-CS50

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

9 Python Scripts and CS50 Exercises

This repository showcases a variety of Python scripts created during my journey through the CS50 course and beyond. The scripts are organized into the following categories:

Project Categories:

  • API Interaction (api): Scripts that demonstrate how to interact with web APIs, retrieve data, and perform actions programmatically.
  • CS50 Problem Sets (cs50): Solutions to problem sets from the CS50 course, covering fundamental Python concepts and algorithms.
  • Flask Web Development (full-flask-blog): A simple Flask web application that uses Python to demonstrate basic web development principles.
  • Automation (python_for_devops_daily_tasks): Scripts designed to automate repetitive tasks, system administration, or data processing.
  • Web Scraping (web_scraping/beautiful): Scripts that extract data from websites using the Beautiful Soup library.

Getting Started

  1. Clone the Repository:

    git clone https://github.com/colossus06/9-Python-Scripts-and-CS50.git
  2. Install Dependencies:

    pip install -r requirements.txt 

Happy Coding!

About

This repository contains a collection of 9 Python scripts developed as part of the CS50 course and additional personal projects. The scripts cover various topics including web scraping, automation, API interactions, and Flask web development. Each script is designed to demonstrate practical applications of Python programming concepts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages