Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 777 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 777 Bytes

SESSION 1 : Introduction to Python for Beginner's

Lesson 1 : Python Basics

Build Your Own Spam Classifier without ML

By the end of this lesson, you will learn about

    1. Variables
    1. Lists
    1. For loops
    1. If Conditionals
    1. Functions
    1. File Handling
    1. Using IPython notebooks.

All while making your very own primitive spam classifier !

Session 2 : Advanced Concepts and OOPS !

Lesson 2 : Mutable/Immutable Objects

Lesson 3 : More about Functions

Lesson 4 : OOPS!

Lesson 5 : Make your own Chatbot (without ML or AI)

Resources