Skip to content

egsui/sc-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

stanCode Projects

Hello there!
This repository contains the programming projects I completed during my time at the stanCode course.

Programming Abstractions

The main topics are Python syntax and semantics, object-oriented programming, image processing, data structure, searching/sorting algorithms, and recursive functions.

Project Source Codes

  • Data Visualization project: Creating a name ranking system using Tkinter.
  • Watch my Demo video!
  • Recursive functions programming project: Creating a system to find available words using given characters.
  • Watch my Demo video!
  • Recursive functions programming project: Utilizing recursive functions to find anagrams using a given set of characters.
  • Watch my Demo video!
  • Python semantics & syntax programming project: Creating a hangman game that will be used to guess a riddle.
  • Watch my Demo video!
  • Python semantics & syntax programming project: Creating a program for calculating the average temperature and the nmber of cold days.
  • Watch my Demo video!
  • Python semantics & syntax programming project: Creating a system to decipher Caesar codes.
  • Watch my Demo video!
  • Python semantics & syntax programming project: Creating a system to detect the best matching DNA sequences.
  • Watch my Demo video!
  • Image processing project: Image processing project: Creating an ideal photo by combining multiple images.
  • Watch my Demo video!
  • Image processing project: Including image blurring, image shrinking, detecting fire with red alert, green sceen functions.
  • Watch my image blurring Demo video!
  • Watch my image shrinking Demo video!
  • Watch my detecting fire with red alert Demo video!
  • Watch my green sceen Demo video!
  • Object-oriented programming project: Creating an interactive Breakout Game using Python.
  • Watch my Demo video!