Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 367 Bytes

File metadata and controls

16 lines (12 loc) · 367 Bytes

Python Practice

This repository contains my daily Python practice programs. I am using this repository to build strong fundamentals in Python.

Topics Covered (In Progress)

  • Variables and Data Types
  • Conditional Statements
  • Loops
  • Functions
  • Lists, Tuples, Dictionaries
  • Basic OOP

Goal

To become confident in Python programming for Machine Learning.