Skip to content

Contains almost all the basic programs that I have created using Python. It also includes the programs that I practiced or tested certain things on.

License

Notifications You must be signed in to change notification settings

rudrashisdutta/Python-Programs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python PROGRAMS


ABOUT

This repository contains almost all the basic programs that I have created using Python. It also includes the programs that I practiced or tested certain things on.

PLATFORM AND COMPILER USED

Visual Studio Code and Anaconda Spyder Editors were used to create these programs.

Instructions

The py.exe executable file, in Run File directory, is a beta version for a project I will be working on. Currently it can be used to run any python program or create a python file. It will be have more functions in the future.

Requirements

Python.exe is required to run the python files.

How to use it?

To run a python program:
py <space> <filename>/<filepath>
python <space> <filename>
runpy <space> <filename>
Note: Filename/Filepath need not include '.py' . In case not included, the console automatically adds a '.py' in the end of whatever <filename>/<filepath> has been entered.

To create a python file:
crt <space> <filename>
create <space> <filename>
Note: Filename/Filepath need not include '.py' . In case not included, the console automatically adds a '.py' in the end of whatever <filename>/<filepath> has been entered.

THE ABOVE MENTIONED INSTRUCTIONS IS CREATED FOR THE ONES WHO WISH TO CLONE THIS REPOSITORY, INCLUDING MYSELF.

About

Contains almost all the basic programs that I have created using Python. It also includes the programs that I practiced or tested certain things on.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published