One great place to all pyscripts π¨βπ»π©βπ»
- Python is an interpreted, object-oriented, high-level programming language with dynamic semantics.
- Python's simple, easy to learn syntax emphasizes readability and therefore reduces the cost of program maintenance.
- Python supports modules and packages, which encourages program modularity and code reuse.
Python IDE install it by using this link python.org
- Clone the repository
https://github.com/Ash515/PythonScripts.git
- Check the status of your file
$git status
3.For using VScode for editing your files
$git code .
- To directly add your files to github
$git add .
- After writing your code commit your changes
$git commit -m <message>
- To pull your code to reposoitory
$git push origin master
Thats all about installation and version control with Git
- Fork this repository .
- Make pull requests with proper commit message.