Coder Social home page Coder Social logo

herambchaudhari4121 / pyliblog Goto Github PK

View Code? Open in Web Editor NEW

This project forked from thecuriousteam/pyliblog

1.0 0.0 0.0 28 KB

"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

C++ 62.32% HTML 37.68%

pyliblog's Introduction

PyLibLog

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

Technology Stack

  1. Basic HTML, CSS, JS
  2. Framework - ReactJs
  3. DevOps Technology

Git Steps

  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)
    1. git flow feature start featureName (to create a feature branch)
    2. git branch (shows the list of branches)
    3. get flow feature list (gives list of feature branches)
    4. git status (shows the list of changes made)
    5. git add . (to add all the changes at once)
    6. git commit -m "Commit message" (to commit the changes)
    7. 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>

Core Team Developers

  1. Kumbhaj Shukla
  2. Nandan G N
  3. Shreya Sureka
  4. Kajal Lanjhiyana
  5. Kumari Ranjana Yada🇻 6.Sravani

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

pyliblog's People

Contributors

thecuriousteam avatar sravaani avatar einsteinia11 avatar ayush-agarwal-190 avatar gnnandan avatar ranjana993 avatar surekashreya avatar

Stargazers

Om Panpatil  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.