Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-Programming

A collection of Python examples, exercises, and small projects maintained by ManikHossain27. This repository is intended for learning, demonstration, and experimentation with Python core concepts and common libraries.

Requirements

  • Python 3.8 or newer
  • Optional: a virtual environment and a requirements.txt file in subfolders for project-specific dependencies

Quick start

  1. Create and activate a virtual environment:

    python -m venv .venv
    .\.venv\Scripts\activate
  2. Install dependencies (if a requirements file exists):

    pip install -r requirements.txt
  3. Run an example script:

    python path\to\example.py

Tests

If the repository contains tests, run them with pytest:

pip install -r requirements-dev.txt  # if provided
pytest

Contributing

Contributions welcome. Create an issue or open a pull request with a clear description of changes. Follow existing code style and add tests where appropriate.

License

If a LICENSE file is present, this project follows the terms in that file. Otherwise, add a license to make reuse explicit.


Maintained by ManikHossain27.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages