Skip to content

Latest commit

 

History

History
25 lines (11 loc) · 1.05 KB

README.md

File metadata and controls

25 lines (11 loc) · 1.05 KB

iCodePython

Python has syntax that allows developers to write programs with fewer lines than some other programming languages and it runs on an interpreter system, meaning that code can be executed as soon as it is written therfore prototyping can be very quick.

Here you will find python scripts which will be very much helpful!

Getting Started

To use the scripts in this repository, you'll need to have Python installed on your computer. You can download the latest version of Python from the official website: https://www.python.org/downloads/

Once you have Python installed, you can clone this repository to your local machine using the following command:

git clone https://github.com/dominicOT/iCodePython.git

After you've cloned the repository, you can navigate to the directory containing the script you want to run and execute it using the following command:

python script_name.py

Contributing

If you'd like to contribute to this repository, please fork the repository and create a pull request. All contributions are welcome 😊.