Skip to content

Deekshith126/Python-projects

Repository files navigation

List of Python Scripts in this repositary

  • The script is of very basic receipt of printing program with variables, operators, and string manipulation
  • Below is the screenshot of the output
  • This is an application that stores products within a list. We’ll be able to add, remove, clear, and show the products in the cart.
  • Here is the logical design
  • Building a replica of a user database with CSV files. We’ll be able to take input and allow users to log in/log out/register.
  • There are three main parts to this program, registering a user, logging a user in, and the main loop that will run the program. Knowing that the first two are tasks, we can make functions out of them and call them when necessary in the main loop.
  • This script is all about how to use classes in Python to improve our programs.

  • Throughout the program you’ll be able to see how we are able to structure a full-fledged object-oriented game in Python.

  • Before going into the program, understanding basic rules of this game is necessary.

    Here is the link

  • This program helps us to be updated with latest news in the hacker news, where the up-to-date news about techies using their coding skills in their projects by thresholding the points i.e., similar to likes in Youtube and Facebook