Skip to content

anyavala/python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🐍 Python Basics

This repository introduces the fundamentals of Python programming. It’s designed for beginners who want to learn how Python works, from basic syntax to core programming concepts.

πŸ“š What You'll Learn

  • βœ… Variables & Data Types (int, float, str, bool)
  • βœ… Input/Output (reading from and writing to the console)
  • βœ… Conditional Statements (if, elif, else)
  • βœ… Loops (for, while)
  • βœ… Functions (defining and calling)
  • βœ… Lists, Tuples, Dictionaries, and Sets
  • βœ… String operations
  • βœ… Basic error handling with try/except
  • βœ… Importing and using modules

πŸ›  Requirements

  • Python 3.x installed
  • A code editor like VS Code or PyCharm
  • Git (optional, for version control)

πŸš€ Getting Started

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors