Coder Social home page Coder Social logo

rohit-rambade / pyliblog Goto Github PK

View Code? Open in Web Editor NEW

This project forked from thecuriousteam/pyliblog

0.0 0.0 0.0 2.8 MB

"Teaching and sharing information about Python libraries through blog posts. These blogs include explanations, definitions, examples, and what happens when you use them."

License: MIT License

HTML 0.58% CSS 0.54% JavaScript 98.87%

pyliblog's Introduction

PyLibLog - Your Python Library Encyclopedia ๐Ÿ๐Ÿ“š

Python is renowned for its extensive library ecosystem, but navigating through the vast array of libraries can be a daunting task. That's where PyLibLog comes to your rescue. We've created a one-stop destination for Python developers, learners, and enthusiasts to explore, understand, and leverage Python libraries effectively. Teaching and sharing information about Python libraries through blog posts. These blogs include explanations, definitions, examples, and what happens when you use them.

Contributing Guidelines

Welcome to our open-source project! By contributing, you help us create better software for everyone.

Before you start contributing, please take a moment to read the following guidelines to ensure a smooth and effective contribution process:

Technology Stack

Table of Contents

Getting Started

  • Ensure you have an IDE installed on your local machine.
  • Fork the repository on GitHub.
  • Clone your forked repository locally: git clone https://github.com/thecuriousteam/PyLibLog.git
  • Change your directory to the project: cd PyLibLog

Standard Design Protocol

  1. Font & Color Code

    1. Headings H1 - #8800ff
    2. Heading H2 to H6 and body, Paragraph - #000000
    3. Heading Font - https://fonts.google.com/specimen/Poppins
    4. Body Font Body - https://fonts.google.com/specimen/Source+Serif+4
    5. Font Size - https://medium.com/eightshapes-llc/typography-in-design-systems-6ed771432f1e
    6. Standard Website Design reference
      1. https://dart-tutorial.com/
      2. https://www.w3schools.com/html/
      3. https://www.studytonight.com/html5-references/html-a-tag

    Size Structure

How Can I Contribute?

Team Onboarding

Developers needs to onboard to opensource community for easy information flow along with admins, please join with this link Curious Developers Community - Hacktoberfest

Reporting Bugs

If you find a bug, please ensure the bug was not already reported by searching on GitHub under Issues. If you can't find an existing issue addressing the problem, please open a new issue and provide detailed information about the bug.

Suggesting Enhancements

If you have an idea for an enhancement, we welcome your input. Before creating a new enhancement issue, please check the existing issues to see if your enhancement idea has already been discussed. If it hasn't, create a new issue and outline your enhancement proposal.

Working on Issues

Feel free to pick any open issue from our issue tracker that you find interesting. Comment on the issue that you would like to work on so that others are aware you are addressing it. If you need more context on a particular issue, please ask for clarification.

Git Commands

You can also refer to this Article

  1. git flow -h (gives the list of sub commands)
  2. git flow init (initializes the repository)
  3. git status (shows which branch we are in)
  4. git flow feature list (gives list of feature branches)
    • git flow feature start featureName (to create a feature branch)
    • git branch (shows the list of branches)
    • git flow feature list (gives list of feature branches)
    • git status (shows the list of changes made)
    • git add . (to add all the changes at once)
    • git commit -m "Commit message" (to commit the changes)
    • git log --oneline (shows the logs)
  5. git checkout develop (used to switch to specific develop branch)
  6. git flow feature finish -k featureName (used to merge the feature branch to develop without deleting the feature branch)
  7. git push -u origin develop (used to push the changes to cloud)
  8. git push --set-upstream origin featureName
  9. git flow release start 1.2.1
  10. git flow release finish โ€“kn <1.1.1>

Submitting Pull Requests

  1. Fork the repository and create your branch from main: git checkout -b your-branch-name
  2. Make your changes and test thoroughly.
  3. Add, commit, and push your changes to your forked repository.
  4. Create a pull request to the main branch of the original repository.
  5. Clearly describe your changes and why you think they should be merged.
  6. Be willing to make any requested changes or improvements.

Resources

Updates

Date - 03/10/2023

  1. We are extending the technology based on the developers discussion
  2. Technology Stack
    1. Basic HTML, CSS, JS
    2. ReactJS, Tailwind CSS, React Router

Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License.
All rights reserved by Curious Developers Community.

Thank you for contributing to our project! ๐Ÿš€

pyliblog's People

Contributors

thecuriousteam avatar einsteinia11 avatar sravaani avatar chetan-jalandharia avatar surekashreya avatar rohit-rambade avatar thekumbhaj avatar yashi-15 avatar samrat2k03 avatar ranjana993 avatar ayush-agarwal-190 avatar antoash avatar gnnandan avatar ro-shni avatar 457ayan avatar devansh-singh-parmar avatar durgeshsejekar avatar killerkc12 avatar 31pratishtha avatar vr-varad avatar sriramkashyapks avatar sujithyadav998 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.