Hello everyone,
Welcome to Introduction-3 and lets continue the left all Introduction
if you come first to this post then i prefer you to first go through Introduction-2 https://dev.to/mohit355/python-for-beginners-introduction-2-1ng7
In the last part section 7 completed so let's continue with section 8
Section 8 (Function)
- Function introduction
- Print vs return in function
- Exercise for you with solution
- define greatest using function
- Function inside Function
- Fibonacci series
- Default Parameter
- Variable Scope
Section 9 (List)
- Introduction to list
- Add data to list
- Delete data from list
- In keyword
- some more list methods
- Is vs Equal in python
- join and split method
- List vs String
- looping in list
- List inside list
- min and max function
- Exercise for you
Section 10 (Tuples)
- Tuples introduction
- more about tuple
- function returning two values
Section 11 ( Dictionary)
- Dict intro
- looping in dictionary
- Add and delete data in dictionary
- update dictionary
- some method of dict
- get() method
- Word Counter
Section 12 (Sets)
- Sets intro
- More about sets
Section 13 (Comprehension)
- List Comprehension
- Dictionary Comprehension
Section 14
args() and Kwargs(*) in Python
Section 15
- Lambda expression-1
- Lambda expression-2
Section 16 (Pre-defined Functions)
- Enumerate function
- Map function
- Filter function
- Iterator vs Iterable
- Zip function 6.any() and all() function
- Sorted function
Section 17
- Decorators
- Generators
Section 18
- OOPs (Object Oriented Programming)
Section 19
- Raise error in python
- Try Except in python
Section 20 (Read files)
- Reading text file
- Writing in text file
- Working with CSV file
- Binary files
Section 21 (Modules)
- OS module
- GTTS module
- Matplotlib module
- pillow module
- Pyperclip module
- Openpyxl module
- Playsound module
These are the Sections we will discuss in whole series. I hope this will cover the whole basics of the python.
New topics may be added as per requirement (you can also suggest)
next part of this tutorial link https://dev.to/mohit355/python-2-vs-python-3-mgn
So,If you have any problem regarding this series or if i miss any topic of basic python then please tell me using the comment box . I will definitely go through those comments
Thank You...
Top comments (0)