0% found this document useful (0 votes)
149 views2 pages

Python Textbooks and Runtimes - IITM Online Degree

Uploaded by

mm23b017
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
149 views2 pages

Python Textbooks and Runtimes - IITM Online Degree

Uploaded by

mm23b017
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

6/12/24, 9:20 PM Python Textbooks and Runtimes :: IITM Online Degree

May 2024 - Python

Practice assignment 1 - Not Graded


Assignment

-> message = 10
Graded Assignment 1
Assignment

Python Textbooks and Runtimes

GrPA 1 - Numbers (Arithemetic) - GRADED


Programming Assignment

GrPA 2 - Numbers (Relational and Logical) - GRADED


Programming Assignment

3. Multiple Assignments
GrPA 3 - Strings (Indexing and Slicing) - GRADED
Programming Assignment Assign multiple values or the same value to
multiple variables

x, y,repetition,
GrPA 4 - Strings (Concatenation, z= 1 , “Hi” , False
and substring check) - GRADED
Programming Assignment x=y=z=100

print(x,y,z) -> 1
GrPA 5 - (Input Output“Hi” False
and Type - GRADED -> 100 100 100
conversion)print(x,y,z)
Programming Assignment

4. Del x -> Delete the variable x from


Week 2
memory

Supplementary Contents
5. Shorthand Operators

+=
Python Textbooks and Runtimes , -= , *= , /= ….etc , Basically any
operator with the “=” sign.

★★★★★ 4.7/ 5 (3 reviews) num = anum


Submit + 1 is same as
review
num +=1
Python Textbooks

Python for Everyone by Dr. Charles R. Severance - prescribed book for this course
IITM BS Python Textbook - Book by the IITM BS instructors
Python Cheatsheet - A simple compilation of week wise concepts. This should not be used as a standalone study mate

Python for Everyone IITM BS Python Textbook Python Cheatsheet for Quick Reference

https://seek.onlinedegree.iitm.ac.in/courses/ns_24t2_cs1002?id=479&type=lesson&tab=courses&unitId=10 1/2
6/12/24, 9:20 PM Python Textbooks and Runtimes :: IITM Online Degree

Python Runtimes

Python Tutor Live Programming - A python ide with live execution and step by step debugging
Starboard Notebook - A notebook like python runtime
Pyodide Terminal - A Python REPL based on pyodide kernel

Python Tutor Live Programming Starboard Notebook Pyodide Terminal

https://seek.onlinedegree.iitm.ac.in/courses/ns_24t2_cs1002?id=479&type=lesson&tab=courses&unitId=10 2/2

You might also like