Skip to main content

Public Welfare initiatives by dmj.one - Educational Initiative

Project description

dmjone

Official Python package for dmj.one - a platform dedicated to public welfare initiatives with a strong focus on educational projects. Our mission is to provide accessible, innovative, and valuable tools and resources for students, educators, and the general public to promote learning and educational excellence.

Setting Up Your Environment

Before you start, set up a development environment. Ensure you have Python 3.0 or later installed.

Installation

Install dmjone via pip. Ensure you have Python 3.7 or later installed.

pip install dmjone

Quick Start

Here's a quick example to get you started with dmjone:

# Method 1 - Import entire library 
import dmjone
# You can now use all functionalities available in the package library.

# Method 2 - Import your *own* specific code or functionalities
from dmjone import kaustuv as ks
# Now you can access specific functions of ks by calling ks.specific_function_name()

# Hello World ?
dmjone.hello()

# Get collaborating! Reserve your name at - dmjone._your-name_.function()
dmjone.aarushi.todolist()
dmjone.lakshika.calculator()
dmjone.jatin.demoName()
dmjone.kaustuv.calculate_absolute()
dmjone.subhojeet.packagebySubhojeet()

Example Usage

Example 1

import dmjone
dmjone.aarushi.todolist()

Example 2

# Access the Student Management System, A Project by Students
import dmjone
dmjone.projectsms() # Ensure you have MySQL installed on your system if you are running it locally.

Example 3

from dmjone import kaustuv as ks
ks.check_all_true()

Notable User Contributions and Collaborations

Aarushi Sharma

  • TodoList: A simple To-Do List creator.

Kaustuv Sharma

  • Calculate Absolute Value: Calculate absolute value of a given number

Lakshika Tanwar

  • Typecasting: Demonstrate Typecasting in python
  • Calculator: Calculator to do arithmetic operations on numbers

Highlighted Features and Collaborations

  • Student Management System: A simple yet powerful system for managing student records, designed for educational institutions.
  • Lab Projects: Access to various educational projects and lab work to facilitate learning and teaching.
  • Educational Tools: A collection of tools aimed at enhancing the learning experience.

Authors

  • Subject Matter Experts: Dr. Anurag Rana GitHub | Dr. Pankaj Vaidya | Dr. Gaurav Gupta GitHub
  • Divya Mohan - init - GitHub | Lakshika Tanwar - Top Contributor - GitHub | Aarushi Sharma - Contributor - GitHub | Kaustuv Sharma - Contributor - GitHub | Aarchit Joshi
  • Anshuman Mohanty - GitHub | Ashutosh Rana | Jatin Sharma | Rijul Chaudhary - GitHub | Subhojeet Ghosh GitHub | Vedansh Sharma - GitHub | Yuvraj Kumar GitHub

See also the list of contributors who participated in this project.

How To Contribute

We thank you for your interest in contributing to dmjone! 🎉 Your efforts make a big difference. Whether you're fixing a bug, adding a feature, or improving documentation, we appreciate your help. Here’s how to contribute in a friendly and easy way:

Found a solution to a problem? Let's get you started!

  1. Find something to work on: Look through the GitHub issues for something that interests you or open a new issue to suggest improvements or report bugs.

Making Changes

Using GitHub Web Interface

For small changes, like fixing typos or small code snippets, using the GitHub web interface is the easiest way:

  1. Navigate to the file you want to edit on the dmjone GitHub Repo.
  2. Click the pencil icon (Edit this file) to start making changes.
  3. After making changes, describe what you did and why in the Commit changes box.
  4. Choose the option to Create a new branch for this commit and start a pull request. Name it appropriately, like fix/typo-in-readme.
  5. Click Propose changes and then Create pull request on the next page.
Using Command Line

For larger changes or new features, you might prefer working locally:

  1. Fork the Repository: Click the "Fork" button on the top right of the dmjone GitHub Repo page to create your copy.
  2. Clone Your Fork: git clone https://github.com/your-username/dmjone_pypi.git to clone the project to your computer.
  3. Create a Branch: Switch to your clone and use git checkout -b feature/YourFeatureName or fix/YourBugFix to create a new branch.
  4. Make Your Changes: Add your changes using your favorite editor or IDE.
  5. Commit Your Changes: Use git commit -m 'A brief description of your changes' to save your work.
  6. Push to GitHub: Use git push origin feature/YourFeatureName to upload your changes to your GitHub fork.
  7. Open a Pull Request: Go to your fork on GitHub and press the "New pull request" button. Describe your changes and submit!

Before You Submit

  • Review Your Changes: Double-check your changes and make sure everything works as expected. Try to keep your changes simple and focused on solving a single problem.
  • Follow the Style Guide: Make sure your contributions follow the existing code style to keep the project organized.
  • Update Tests: If you're adding a new feature, consider adding tests to support it.

Submitting Your Contribution

Once you’re ready to submit, open a pull request with your changes. Provide a clear description of the problem and solution, including any relevant issue numbers.

After You Submit

  • Patience is Key: Maintainers will review your contribution and may suggest changes. This is a normal part of the process; feedback helps improve the project.
  • Stay Engaged: Check back in case the maintainers have questions or feedback. Your pull request may spark a conversation.

And That's It!

You've contributed to dmjone! We're grateful for your help in making this project better. Remember, contributing is not just about code; every bit of documentation, bug reports, or even suggestions are valuable to us.

Thank you for being part of our open-source community! Let the world be educated!🌟

Acknowledgements

  • Shoolini University
  • All educators and students at Shoolini University

Contact

For any queries, please reach out to us via the message button on dmj.one.

Documentation

For comprehensive documentation, visit dmj.one. Here, you'll find detailed information on how to make the most of the tools and resources offered by dmjone.

License

Distributed under the GPL-3.0 License. See LICENSE for more information.

Project Links

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dmjone-0.2.tar.gz (54.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dmjone-0.2-py3-none-any.whl (44.4 kB view details)

Uploaded Python 3

File details

Details for the file dmjone-0.2.tar.gz.

File metadata

  • Download URL: dmjone-0.2.tar.gz
  • Upload date:
  • Size: 54.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.19

File hashes

Hashes for dmjone-0.2.tar.gz
Algorithm Hash digest
SHA256 daae68247a5e17e414fc797f008aa8e42ba64ccc9f1eabb41e8547aae916290c
MD5 7951c006d28a2bf152858310a89ad2b4
BLAKE2b-256 1459a5efe50b0170bbbcd8f19aefd0fec7fef4e90aae50516fca28713010809d

See more details on using hashes here.

File details

Details for the file dmjone-0.2-py3-none-any.whl.

File metadata

  • Download URL: dmjone-0.2-py3-none-any.whl
  • Upload date:
  • Size: 44.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.19

File hashes

Hashes for dmjone-0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 a5e2403024c372c5e2019dbd1d11bd27b5f8a238c44f7a96f3f3be7ae326f43f
MD5 f6b63b87b1099b8a09387a1d2f675304
BLAKE2b-256 5f975226dc9e7ef89c549a01c8147152b83b952a3a2ffb48318500178ec59cfd

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page