Giter VIP home page Giter VIP logo

recent_projects_and_problems's Introduction

Recent Projects, Programs, and Problems

A repo that highlights my recent projects, programs, and problems.

Projects

This application is about Python books and authors, modeled after the Goodreads website. My application features a homepage and three additional pages: books, authors, and book lists pages, which a user can navigate between. I plan to store the application’s data in a PostgreSQL database and use SQL to interact with it.

For the course, Web Programming with Python and JavaScript, I created a webpage about myself and my interests. It includes a homepage and three links to separate pages on: writing, programming, and lifelong learning. A user can navigate among these pages. Each page includes links, lists, and/or a table. Each page has its own stylesheet.

Programs

I used Flask to create a program that takes a product name as input and retrieves the current price and quantity for that product. I retrieved the data from a JSON file. Then, I returned the product name, price, and quantity if the product is found.

I created a program that takes a product name as input and retrieves the current price and quantity for that product. The product data is in a data file in the JSON format. The program prints out the product name, price, and quantity if the product is found. If no product matches the search, state that no product was found and start over.

I used the Open Notify API to find out who's in space right now. I created a program that pulls in this data and displays the information in a tabular format.

I used the OpenWeatherMap API and created a program that prompts the user for a city name and returns the current temperature for the city.

I created a program that prompts a user to enter a todo. I display the todo's and allow the user to update them.

I wrote a program that tracks personal inventory. The program allows the user to enter an item, a serial number, and estimated value. And it prints out the information in a tabular format.

Problems

This is an Exercism problem I completed that determines whether or not it is valid per the Luhn formula.

This is an Exercism problem I completed that determines whether a number is an Armstrong number, which is a number that is the sum of its own digits each raised to the power of the number of digits.

This is an Exercism problem I completed where I had to convert a number to a string, the contents of which depend on the number's factors.

recent_projects_and_problems's People

Contributors

amymhaddad avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.