Skip to content

ankey05/newrepo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Module Overview

A Python project demonstrating the usage of core Python standard library modules — json, os, and sys — along with a sample JSON data file.

📁 Project Structure

newrepo/
├── data.json          # Sample JSON data used by the project
├── json_module.py     # Examples and usage of Python's json module
├── os_module.py       # Examples and usage of Python's os module
└── sys_module.py      # Examples and usage of Python's sys module

📦 Modules Overview

json_module.py

Demonstrates how to work with JSON data in Python using the built-in json module. Covers reading, writing, parsing, and serializing JSON data.

os_module.py

Explores the os module for interacting with the operating system — including file/directory operations, environment variables, and path manipulation.

sys_module.py

Shows usage of the sys module for accessing system-specific parameters and functions such as command-line arguments, standard I/O streams, and the Python runtime environment.

data.json

A JSON file containing sample data used across the Python scripts in this project.

🚀 Getting Started

Prerequisites

  • Python 3.x

Run a script

python json_module.py
python os_module.py
python sys_module.py

No external dependencies are required — all modules used are part of Python's standard library.

🛠️ Built With

  • Python 3
  • Standard Library: json, os, sys

👤 Author

Aniket Kumar@ankey05

📄 License

This project is open source and available under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages