Skip to content

Latest commit

History

History
41 lines (33 loc) 路 2.86 KB

File metadata and controls

41 lines (33 loc) 路 2.86 KB

Python-Module-1

This training program aims to give you a direction and how to use all the resources which are available for free online. In this module, we have tried to create some data which is from different places (we tried to get the best resources which are already available and also created ours which was not available anywhere in the form we wanted) and is curated in a form which will make you aware about your course.

The main aim of this training program is to provide you a path you have to work on, and the following are the topics for this module. You can use other resources as well to understand the topics which you can easily find by searching on google. There will be a competition either on Hackerrank or Kaggle on the weekends. And the last project you'll have to submit fo which form will be shared on Slack Workspace.

This module consists of markdown and jupyter notebooks on the topics mentioned below.

Markdown files consist of the theory of the topic, explaining what and why part.

Notebooks contain the implementation of the topic, explaining how part.

Go through them, try to understand and run the codes. If you have any doubt, ask them on the slack group. Happy Learning!

  1. Part1: Introduction to Python 馃摀
  2. Video: Introduction to Python馃摴
  3. Part1: Introduction to Python Notebook 馃捇
  4. Part2: Variable and Data Types馃摀
  5. Video: Variable and Data Types馃摴
  6. Part2: Variable and Data Types Notebook馃捇
  7. Part3: Operators in Python馃摀
  8. Video: Part3: Operators in Python馃摴
  9. Part3: Operators in Python Notebook馃捇
  10. Part4: Conditionals in Python馃摀
  11. Video: Conditionals in Python馃摴
  12. Part4: Conditionals in Python Notebook馃捇
  13. Part5: Loops in Python馃摀
  14. Video: Loops in Python馃摴
  15. Part5: Loops in Python Notebook馃捇
  16. Part6: Data Structures馃摀
  17. Video: Data Structures馃摴
  18. Part7: Tuples馃摀
  19. Video: Tuples馃摴
  20. Part7: Tuples Notebook馃捇
  21. Part8: Sets馃摀
  22. Video: Sets馃摴
  23. Part8: Sets Notebook馃捇
  24. Competition-Python : Link of HackerRank competition is in the competiton file, sign up and test your knowledge.