Skip to content

This repository contains Python 3 programs created while learning and practicing core concepts. It includes examples on data types, functions, regular expressions, command-line arguments, and more. Also features small proof-of-concepts (POCs) like a CLI calculator and text utilities.

Notifications You must be signed in to change notification settings

shaikhf04/Python-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Learning Projects

A curated collection of Python scripts and projects demonstrating fundamental programming concepts, GUI applications, file operations, and more. Ideal for learners and developers looking to explore practical Python examples across different domains.


Table of Contents


Project Overview

This repository contains various Python scripts that cover:

  • Command-line interface examples
  • GUI applications using Tkinter
  • File handling operations
  • Basic algorithm implementations (e.g., leap year checker)
  • Regular expressions and logical operations
  • Simple management systems (e.g., student management)

Each script is designed to demonstrate key programming principles in a practical context.


Features

  • CLI and GUI examples for user interaction
  • Utility scripts for conversions and calculations
  • File operations showcasing reading, writing, and manipulation
  • Algorithmic examples including leap year validation and multiplication tables
  • Demonstrations of regular expressions for pattern matching
  • Basic student management system illustrating data handling

Prerequisites

  • Python 3.6 or higher
  • Recommended: A virtual environment for dependency management
  • For GUI scripts: Tkinter (usually included with Python standard library)

Installation

  1. Clone the repository:

    git clone https://github.com/shaikhf04/Python-Learning.git
    cd Python-Learning

About

This repository contains Python 3 programs created while learning and practicing core concepts. It includes examples on data types, functions, regular expressions, command-line arguments, and more. Also features small proof-of-concepts (POCs) like a CLI calculator and text utilities.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published