Skip to content

Instantly share code, notes, and snippets.

@fahim-muntasir-niloy
Created September 16, 2023 12:45
Show Gist options
  • Save fahim-muntasir-niloy/6e72e09b10505599c468d81a5fee85ab to your computer and use it in GitHub Desktop.
Save fahim-muntasir-niloy/6e72e09b10505599c468d81a5fee85ab to your computer and use it in GitHub Desktop.
Python For Machine Learning

1. Know Your Tools πŸ”¨

  • Install Softwares

2. Intro to Python 🐍

  1. Python datatype Int, Float, Complex number, List, Tuple, Set, String, Dict etc
  2. Control Structure in Python
  3. Loops For, while
  4. If - else Statements
  5. Operators & etc.

3. Advanced Python 🐍πŸ”₯

  1. Functional programming & Object-Oriented Programming (OOP) in Python
  2. Writing Function
  3. Parameters/Arguments, Default Parameter Value
  4. Return Statement
  5. Lambda Function
  6. Docstring
  7. Python Try Except

4. Object Oriented Programming in Python πŸ”₯πŸ”₯

  1. Writing Class in Python
  2. Constructors
  3. Inheritance
  4. Encapsulation
  5. Polymorphism
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment