Skip to content

A directory of common utilities and use cases, implemented in Python

License

Notifications You must be signed in to change notification settings

Dutta-SD/PythonPrograms

Repository files navigation

Practice Programs

forthebadge made-with-python

How to use:

These contains practice code. If you want to try to run them in your own local machine:

  • Install python 3.7.3.

    • Goto Python website for installation process.
  • Then run the programs using

    • python <filename.py> or
    • python3 <filename.py>