Skip to content

This repository consists of programs that are made to explore python.

License

Notifications You must be signed in to change notification settings

Sandy0002/Python-Mini-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Exploration

Repository contains programs that are made for self learning and exploration of the python programming language.

Contents

About

This is the most beginner friendly language. This high level language is very vast. The language is so vast that it can be used to build programs ranging from day to day execution scripts to advanced softwares such as artificial intellgience and game development etc. Since it has a very large codebase and community support it is preferred to begin with. The main intention behind build python was code readability and rapid application developments.

Applications

There might be very few people who are programmers and not aware of its applications. The list is pretty long but to mention few here is a brief list:

  • Web Applications
  • Game Development
  • Audio and Video Applications
  • Data Science
  • Artificial Intelligence

Game Demo

Here I have made a program that use tkinter library to build a classic game tic-tac-toe.Coordinates of the screen were used to build the interface. In this each grid consists of 2 buttons zi denoting for zero and ci denoting for cross for the ith grid.

Sample Pic

Tic-Tac-Toe

Simply download and run this code in your IDE and it will work.

Web Applications

Python is a very powerful tool for building production level web applications. It consists quite resourceful frameworks such as Django and Flask.
Just to show how easy and how quickly we can build we apps. Checkout this code

Here is a demo picture of what it looks like. Here this web application is made with streamlit to measure Body Mass Index

Bmi Calculator

App link

Advance Programs

As we have seen how easy it is to build programs with python we can build very large projects easily with python such as machine learning, deep learning, desktop applications or games. It is also used to build virtual assistants as well. Checkout my machine learning and deep learning exercises repository that consists of these kinds of programs.

LICENSE

MIT LICENSE

Releases

No releases published

Packages

No packages published

Languages