-
Notifications
You must be signed in to change notification settings - Fork 1
Python Basics
Shraddha Kulkarni edited this page May 29, 2017
·
1 revision
Under the Python Basics Folder in the main directory, you can get 3 jupyter notebooks. These one will help to get the basic revision of Python Programming language.
This notebook will just go through the basic topics in order:
- Data types
- Numbers
- Strings
- Printing
- Lists
- Dictionaries
- Booleans
- Tuples
- Sets
- Comparison Operators
- if,elif, else Statements
- for Loops
- while Loops
- range()
- list comprehension
- functions
- lambda expressions
- map and filter
- methods