In this workshop we’ll go through the basic semantics of Python programming language. We will go through:
- the
datatypes
for variables - variable assignment and usage
- logical branching using
if-else
statement - data structures likes
lists
andtuples
- the
while loop
andfor loop
- the
modules
and we will place a REST API call using therequests
module to fetch response and access the values accordingly
You can refer to API101 to understand the basics of REST API.
No mandatory prerequisites as such. However, familiarity with any one programming language will be good.
- The notebook uses the Bash kernel
- Python >= 3.0
None