Skip to content

A beginner-level project created to practice and explore core Python concepts, including variables, data types, functions, loops, conditionals, and basic file I/O.

Notifications You must be signed in to change notification settings

EduKeyPath/PythonEntry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Basics Practice

A beginner-level project created to practice and explore core Python concepts, including variables, data types, functions, loops, conditionals, and basic file I/O.

Purpose

This project is for learning Python from scratch, testing small scripts, and understanding foundational programming concepts.

Topics Covered

  • Variables & Data Types
  • Loops (for, while)
  • Conditionals (if, elif, else)
  • Functions and Arguments
  • File Reading & Writing
  • Working with Lists, Tuples, Dictionaries

How to Run

Clone the Repo

Run a Script

python filename.py

Notes

  • Designed for learning and experimenting.
  • No external libraries required — pure Python.

About

A beginner-level project created to practice and explore core Python concepts, including variables, data types, functions, loops, conditionals, and basic file I/O.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages