Python Portfolio

These projects were assigned at the end of "100 Days of Code: The Complete Python Pro Bootcamp ". They are independently completed projects

statsapi_screenshot
MLB API Client
Front end for python-mlb-statsapi

This may have been a Data Science assignment but before you can interpret data you have to be able to access it. But for now, click the 'Quick Start' button and access some high resolution video from a recent game by your favorite team.

MLB API Client Source files
london_cafes_screenshot
London Cafes
How wifi-friendly are these London cafes?

This was a Flask exercise.

London Wifi Cafes Source files
to_do_list image
To-Do List
Create And Store Multiple To-Do lists

This was a GUi Exercise.

To-Do List Source files
kenonline image
Ken Online
Singer-songwriter music site

Assignment: set up web page that sells something for real money. Note: payment facility works and files can be downloaded but site is not yet optimized for mobile

Ken Online Source files
breakout image
Breakout Game
A Python rendering of the classic Breakout arcade game

Uses Turtle with some direct calls to tkinter

Breakout Source files
space_invaders image
Space Invaders
A Python rendering of the classic Space Invaders arcade game

Uses Turtle with some direct calls to tkinter

Space Invaders Source files
tictactoe image
Tic Tac Toe
A Python command line rendering of the classic Tic Tac Toe game

Complete With Computer Opponent

Tic Tac Toe Source files
toptencolors image
Top Ten Colors
Flask app returns top ten colors in image and respective pixel counts

Unfortunately this app is not deployed online, should have been a gui app ;)

Tic Tac Toe Source files
watermarker image
Watermark Maker
Tkinter GUI app creates watermarks and angled text on images

Makes photos unuseful commercially

Watermark Maker Source files
typingtest image
Typing Test
Tkinter GUI app tests typing speed

Dictionary assembled by parts of speech in effort to create 'sentences'

Typing Test Source files
text_to_speech image
PDF To Speech Converter
Converts .pdf files to speech stored in new .mp3 files

To run this app you will need AWS CLI installed and a config file with profile:[username] added in ~/.aws

PDF To Speech Converter Source files
condo_hondo image
Condo Hondo
Scrapes Redfin.com For Desirable Condos

Command line script requires a service like ScrapingBee to vary ip or Redfin will reject connections

Condo Hondo Source files
fatalforce image
Fatal Force
Data Science Applied To Washington Post Data Set

Investigates questions posed by the instructor

Fatal Force Source files
spacerace image
Space Race
Data Science Applied To The Space Race

Investigates questions posed by the instructor

Space Race Source files