You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+53-4Lines changed: 53 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,54 @@
1
1
# Python Cheatsheet
2
2
3
+
# Table of Content
4
+
5
+
6
+
<!-- vim-markdown-toc GFM -->
7
+
8
+
*[Main](#main)
9
+
*[Basic and necessary commands needed to execute a well-defined python code at the command line.](#basic-and-necessary-commands-needed-to-execute-a-well-defined-python-code-at-the-command-line)
10
+
* [Opening a python shell.](#opening-a-python-shell)
11
+
* [Installing a package](#installing-a-package)
12
+
* [Running a python script](#running-a-python-script)
13
+
* [Calculating the time of execution](#calculating-the-time-of-execution)
14
+
* [Importing a py script](#importing-a-py-script)
15
+
*[Getting started with the language](#getting-started-with-the-language)
16
+
* [Basic I/O](#basic-io)
17
+
* [Variables and Constants](#variables-and-constants)
0 commit comments