KO
|
EN
gitlite β search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
PyScripts
β 9
Open GitHub β
Pool of PyScripts π¨βπ»π©βπ»
Download README (.md)
Explore Similar Repositories
demo-catalog
:
Repository that will host all demotron v3 scenarios
Docs
:
An app for digitally signing prescription and ensuring legitimacy for e-pharmacies.
grants
:
No description available.
Vp.FSharp.Sql.SqlServer
:
F# Wrapper for SQL Server using Microsoft.Data.SqlClient and Vp.FSharp.Sql
frpbypassapk
:
FRP Bypass 2021 APK Mobile Download For Android
// repository documentation
Was this content helpful?
β 0
(0 ratings)
Select Rating:
β
β
β
β
β
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
PyScripts
?
Download (.md)
# PythonScripts 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. ## π Prerequisites Python IDE install it by using this link [python.org](https://www.python.org/) ## π Installation 1. Clone the repository ``` https://github.com/Ash515/PythonScripts.git ``` 2. Check the status of your file ``` $git status ``` 3.For using VScode for editing your files ``` $git code . ``` 4. To directly add your files to github ``` $git add . ``` 5. After writing your code commit your changes ``` $git commit -m <message> ``` 6. To pull your code to reposoitory ``` $git push origin master ``` Thats all about installation and version control with **Git** ## Contribution - Fork this repository . - Make pull requests with proper commit message. <img src="python.jpg" width=600 height=350>