Past Challenges

Choose the level of problems based upon your skillset.

Week 1: Python Warm-up Challenge

1. Python Print function, String and Variables 2. Operations and Built-in functions 3. Lists, Sets, Tuples, Dictionaries 4. Lists Operations and Strings manipulation 5. Defining functions 6. Importing Modules

Week 2: Getting the Fundamentals Strong

1. Python Print function, String and Variables 2. Operations and Built-in functions 3. Lists, Sets, Tuples, Dictionaries 4. Lists Operations and Strings manipulation 5. Defining functions 6. Importing Modules

Week 3: Coding the Data Structures & Algorithms from scratch!

1. A) Code Basic Data Structures like Linked Lists, Stacks, Queues, Tress. B) Develop Stacks using Queues and vice-versa C) Codechef Problems.

2. A) Code PERCEPTRON from scratch B) Develop a function to perform "Pooling" Operation on Images C) Codechef Problems.

3. A) Face Recognition using One-Shot learning technique and Siamese Network. B) Flask server and UI (web) C) Deployment on Heroku.