Skip to content

Introduction to Python

srinchow edited this page Dec 4, 2018 · 4 revisions

Basics of Python

We will be using Python 3 for all the contents. This is the documentation for python targeting basics, people who are new to programming or don't know or remember python can easily learn through these material ,click here ->Python Basics we will be further updating more content on advanced python concepts.


Try doing the task in the given and upload it to your respective branches into git.All the best.

For people who already know python look into the following concepts

  1. Regex expressions
  2. Broadcasting
  3. Map,Filter,Reduce,Lamda
  4. List Comprehension,Dictionary and set

We will be uploading another set of doc for python containing the above with till then just go through these.


Mandatory Resource:

Additional Resources for this: