Code Monkey home page Code Monkey logo

pystudygroupslack's Introduction

pyStudyGroupSlack

About us

Join us on slack!

pyStudyGroup is a python user group located on slack in which members can:

  • Ask for help
  • Share code and ideas
  • Plan and create projects as teams

This repository is for pyStudyGroup members to introduce ourselves as well as share small pieces of code with other users

Getting started with git

The following is a short introduction to git and getting started with pyStudyGroup but should by no means be considered a complete guide. Please take time to get familiar with git and github to better communicate with fellow members.

Before getting started make sure you have installed git on your system and that you have a github account

Fork pyStudyGroupSlack

To get started we must fork this project. Forking another user's project creates a copy in your own repository which you may edit and later send changes back to the original project.

To fork this project simply click on fork in the top right-hand corner of this page

Clone pyStudyGroupSlack

A clone is copy of your git project located on your computer. This is where we edit files in the project.

To create a clone run the following code, replacing <user> with your github username

$ git clone https://github.com/<user>/pyStudyGroupSlack.git .

Then go inside the pyStudyGroupSlack directory

$ cd pyStudyGroupSlack

Create your directory

While inside pyStudyGroup, create a directory with your slack username

$ mkdir <username>
$ git add <username>

and go inside that directory

$ cd <username>

And there you can do what ever you want, this is your personal folder in our git project! This is a great place to save and share code with other users

For this example I will create a README.md file saying some things about me

$ vim README.md

Then add this folder to github tracking

$ git add .

Then commit with your slack username as the message and push (upload) the changes to github

$ git commit -m <username>
$ git push

Finally we must get this back to Belonias/pyStudyGroupSlack. So go to the project's github page at https://github.com/Belonias/pyStudyGroupSlack and click "Compare and pull request" to submit your changes to the original project (pending approval)

Thank you for reading and joining us at pyStudyGroup!

pystudygroupslack's People

Contributors

belonias avatar boovember avatar danielquinn avatar amanagarwal97 avatar

Watchers

James Cloos 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.