Skip to content

nehalgupta8501/Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Python Cheatsheet

Basic and necessary commands needed to execute a well-defined python code at the command line.

Opening a python shell.

python3               

Installing a package

pip3 install <package-name>              

Running a python script

python3 <filename>.py                   

Calculating the time of execution

time python3 <filename>.py                  

About

Python cheatsheet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%