My Portfolio

Picture of python logo

What is python programming?

Python is an interpreted high-level general-purpose programming language. Its design philosophy emphasizes code readability with its use of significant indentation. Its language constructs as well as its object-oriented approach aim to help programmers write clear, logical code for small and large-scale projects. - Wikipedia

Python Project One

A console number guessing game that prompts a player to choose a number between a specified range of numbers. After the user guesses the correct number, display the number of attempts it took them to guess correctly.

Python Project Two

A console-based basketball team statistics tool to help you divide up a group of players into teams. With knowledge of important Python data structures like lists and dictionaries for this project.

Python Project Three

A word guessing game: "Phrase Hunter." Using Python and OOP (Object-Oriented Programming) approaches to select a phrase at random, hidden from the player. A player tries to guess the phrase by inputting individual characters. Can they guess the phrase before they run out of attempts?

Python Project Four

Using knowledge of CSV and File I/O and database ORMs to build a console application that allows you to easily interact with data for a store's inventory. The data needs to be cleaned from the CSV before it is added to the database.

HTML and CSS logo

What is HTML & CSS?

HTML (the Hypertext Markup Language) and CSS (Cascading Style Sheets) are two of the core technologies for building Web pages. HTML provides the structure of the page, CSS the (visual and aural) layout, for a variety of devices. Along with graphics and scripting, HTML and CSS are the basis of building Web pages and Web Applications.

Portfolio website (Offline)

The application lets the user add or edit project information. When adding or editing a project, the application prompts the user for title, date, skills, description, and a link to a repo. The results for these entries are stored in a database and displayed on the homepage and any other pages that need the information from the database. This project uses Python, Flask, SQLAlchemy, HTML and CSS with some knowledge of HTTP.

Created Active Websites