Python Open Labs Session – 2

In the second session of Python Open Labs, the focus was on conditional statements. Topics covered include : Conditional Operators, Conditional Statements, Boolean Expressions, Python’s obsession with indentation (and the idea of scope!), Two Way Decisions, Multi-way Decisions (using if-else, and elif). The code on slides is in Python 2.7 – So if you use anything […]

Read More…

Python Open Labs Session-1

Hi everyone, in the first session of Python Open Labs at DSSC we discussed about need of programming and covered the basic concepts of Python including simple print statements, arithmetic expressions, syntax rules, variables, constants and type casting. Please check out the slides and example codes on: https://goo.gl/YP0c2E and don’t forget to follow up on […]

Read More…