Skip to content

Code-by-guptaji/basic_python_concept

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


🐍 Python Concepts – Learning Notes

This repository contains my Python learning notes and practice codes. I studied Python concepts from W3Schools Python Tutorial, including both Python basics and File Handling.


📚 Topics Covered

🔹 Python Tutorial

  • Python HOME
  • Python Intro
  • Python Get Started
  • Python Syntax
  • Python Comments
  • Python Variables
  • Python Data Types
  • Python Numbers
  • Python Casting
  • Python Strings
  • Python Booleans
  • Python Operators
  • Python Lists
  • Python Tuples
  • Python Sets
  • Python Dictionaries
  • Python If...Else
  • Python Match
  • Python While Loops
  • Python For Loops
  • Python Functions
  • Python Lambda
  • Python Arrays
  • Python OOP
  • Python Classes/Objects
  • Python Inheritance
  • Python Iterators
  • Python Polymorphism
  • Python Scope
  • Python Modules
  • Python Dates
  • Python Math
  • Python JSON
  • Python RegEx
  • Python PIP
  • Python Try...Except
  • Python String Formatting
  • Python User Input
  • Python VirtualEnv

🔹 File Handling

  • Python File Handling
  • Python Read Files
  • Python Write/Create Files
  • Python Delete Files

🚀 How to Use

  1. Clone the repository:

    git clone https://github.com/your-username/python-concepts.git
    cd python-concepts
  2. Run any Python file:

    python filename.py

🎯 Purpose

  • To practice Python programming
  • To document concepts learned from W3Schools
  • To build a personal reference repository

📌 Reference

About

python basic concept

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%