Course Content
Day-2: How to use VScode (an IDE) for Python?
0/1
Day-3: Basics of Python Programming
This section will train you for Python programming language
0/4
Day-4: Data Visualization and Jupyter Notebooks
You will learn basics of Data Visualization and jupyter notebooks in this section.
0/1
Day-5: MarkDown language
You will learn whole MarkDown Language in this section.
0/1
Day-10: Data Wrangling and Data Visualization
Data Wrangling and Visualization is an important part of Exploratory Data Analysis, and we are going to learn this.
0/1
Day-11: Data Visualization in Python
We will learn about Data Visualization in Python in details.
0/2
Day-12,13: Exploratory Data Analysis (EDA)
EDA stands for Exploratory Data Analysis. It refers to the initial investigation and analysis of data to understand the key properties and patterns within the dataset.
0/2
Day-15: Data Wrangling Techniques (Beginner to Pro)
Data Wrangling in python
0/1
Day-26: How to use Conda Environments?
We are going to learn conda environments and their use in this section
0/1
Day-37: Time Series Analysis
In this Section we will learn doing Time Series Analysis in Python.
0/2
Day-38: NLP (Natural Language Processing)
In this section we learn basics of NLP
0/2
Day-39: git and github
We will learn about git and github
0/1
Day-40: Prompt Engineering (ChatGPT for Social Media Handling)
Social media per activae rehna hi sab kuch hy, is main ap ko wohi training milay ge.
0/1
Python ka Chilla for Data Science (40 Days of Python for Data Science)
About Lesson

You will learn about functions and things related to functions in this section.

Join the conversation
Muhammad Jamal 5 months ago
13 chapters
Reply
Muhammad Shayan 5 months ago
Python Keywords False def if raise None del import return True elif in try and else is while as except lambda with assert finally nonlocal yield break for not class from or continue global pass
Reply
Muhammad Kashif 6 months ago
False, None, True, and, as, assert, await, break, class, continue, def, del, elif, else, except, finally, for, from, global, if, import, in, is, lambda, nonlocal, not, or, raise, return, try, while, with, yield.
Reply
Faiza Sami 6 months ago
False, None, True, and, as, assert, async, await, break, class, continue, def, del, elif, else, except, finally, for, from, global, if, import, in, is, lambda, nonlocal, not, or, pass, raise, return, try, while, with, yield
Reply
Muneeb Alam 6 months ago
False def if raise None del import return True elif in try and else is while as except lambda with assert finally nonlocal yield break for not class from or continue global pass
Reply
Ghayas uddin 7 months ago
Why don’t we use “=” instead of “==”? ANSWER: “=” is used to assign value in python. “==” is used to compare the values if they are equal or not. If we use “=” instead of “==” it will assign the value instead of comparing it.
Reply
Ghayas uddin 7 months ago
What are the keywords/reserved words of python? 1. False 2. None 3. True 4. and 5. as 6. assert 7. async 8. await 9. break 10. class 11. continue 12. def 13. del 14. elif 15. else 16. except 17. finally 18. for 19. from 20. global 21. if 22. import 23. in 24. is 25. lambda 26. nonlocal 27. not 28. or 29. pass 30. raise 31. return 32. try 33. while 34. with 35. yield
Reply
Maira Mansoor 7 months ago
Python Keywords True elif try and else while as except with assert finally yield
Reply
Ayesha Amin 7 months ago
Reserved ke words:False class finally is return None continue for lambda try True def from nonlocal while and del global not with as elif if or yield assert else import pass break except in raise
Reply
Muhammad Aziz Ullah 8 months ago
Reserved key words which we can't use variable False None True and as assert async await break class continue def del elif else except finally for from global if import in is lambda nonlocal not or pass raise return try while with yield
Reply