/PythonSession

Python Session Related Stuff

Primary LanguagePython

PythonSession

Python Session Related Stuff

What will we cover?

  • Basic syntax
  • Python-sepicifc data types [dictionary, list, tuple]
  • Conditional Expressions
  • Looping
  • file handling
  • Modules

Juniors:

Code the following programs so that we'll know your skill level as well. Make sure your program accepts input at command line.

  1. Write a python script to convert text to morse code and vice-versa
  2. Write a python script to check for balanced parantheses, which includes <>, {}, [], ().
  3. Fork this repo and add your changes! Please make sure your file name is unique but understandable. Will be a git practice for you as well.