Skip to content

thedhruvish/datasciencewith

Repository files navigation

DataScienceWith

Problem

In This Docs are help and learn to Data Science and any secifi Topic Learn.

What is DataScienceWith

  • In This Project Any Secifiy function and To be find the solution To be help full This Docs Website
  • For the Begger Level to Learn Eazy and Its provied the code.

🏁 Installation

💻 Running locally

To run the DataSciencewith project locally, follow these steps:

  1. Install Python, NodeJs, JupyterLab on your machine.
  2. Clone the project repository.
  3. Navigate to the project directory.
  4. Install the packages and Run docs:
git clone https://github.com/thedhruvish.com/datasciencewith.git

cd datasciencewith

npm install

npm start
  1. DataScienceWith Docs are Live on Machine.

How to contribute - Guidelines

⚡️ Contribute in DataScienceWith codebase:

We welcome your interest in contributing to our open source project!

To contribute to DataScienceWith, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix: git checkout -b feat/your-feature-name or git checkout -b fix/your-bug-fix-name and make your changes.
  3. Run all the tests 🧪 before committing the changes and make sure all tests are passed.
  4. After all tests are passed, commit your changes with a descriptive messages: git commit -am 'add your commit message'
  5. For more details on the commit format and other guidelines, please refer to the Contributor Guidelines.
  6. Push your changes to your forked repository: git push origin feat/your-feature-name.
  7. Submit a pull request to the main repository, explaining the changes you've made and providing any necessary details.