Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 649 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 649 Bytes

Problem Solving in Python

This project is for python scripting and problem solving, related to coding and data structures. Other than that different miscellaneous scripts are being added in this project.

Getting Started

All the problems are located in theire respective directory they should belong to.

Prerequisites

You must have following installed in your system to execute the scripts:

Python 3.0 or above

Running the tests

To run the applications through the terminal/cmd use python command. For example -

cmd_prompt/Weather_API> python WeatherAPI.py

Built With