Python Open Labs – Revisiting Session 1

Hi Welcome back to Python Open Labs at DSSC (Lehman Library, SIPA). This semester we will be moving ahead with our weekly lecture-cum-practise open labs on Python so do join us on Fridays every week from 1:30 PM – 3:30 PM. In the first session for Spring 2017 semester we revisited some of the concepts […]

Read More…

Python Open Labs – Session 7

Strings form an important data type in any programming language, especially involving text, processing files such as log files, articles etc. Python provides a string as a built-in data type supported with strong library functions that we looked at in today’s session. The course material for the same can be accessed on: https://goo.gl/YP0c2E Next week we […]

Read More…

Python Open Labs – Session 6

Hi In the 6th session of Python Open Labs, today we covered the concepts on comparison operators, logical operations and complex logical expressions. If you attended today’s session, I encourage you all to try out the practice problems from the slides on the google drive link given below. Python Open Labs Slides: https://goo.gl/YP0c2E Tip of the […]

Read More…