Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 719 Bytes

File metadata and controls

26 lines (20 loc) · 719 Bytes

Python Basics

This repository contains Jupyter notebooks designed to help you learn the fundamentals of Python programming. Whether you're just starting out or need a refresher, these examples and explanations are a great place to begin.

What's Inside

  • Variables and Data Types
  • Operators
  • Conditional Statements (if, elif, else)
  • Loops (for, while)
  • Functions
  • Lists, Tuples, Sets, Dictionaries
  • String Manipulation
  • File Handling (both text and image file)
  • Object-Oriented Programming (OOP) Basics
  • Modules
  • Numpy
  • Pandas and dataset
  • Pattern Printing

Getting Started

Requirements

  • Anaconda
  • Jupyter Notebook (included with Anaconda)