Git Product home page Git Product logo

dsc_weekday_2020_08_13's Introduction

Read this!!

Python Books

Learning Python

Head First Python

Access Medium Articles here:

https://medium.com/the-python-diary

Maintain Folder Structure:

  • For assignments there is a folder Assignment. All assignments will be present there classwise. Ex: Assignment010, Assignment020....
  • PPT folder will contain PPTs
  • Root of repo will contain the notebooks and scripts done in the class
  • Use Python Identifier naming convention for file or folder names (use alphabets and underscores. Don't use spaces etc.) ex: Assignment\gaurav_gupta\assignment1.txt

During first push

  • configure global username and password in git.
  • while pushing for first time, a popup window will open asking for github username and password.

Steps to Commit/ Add/ Push files to main repository

  1. check untracked files via git status
  2. add untracked file git add <filename> or git add * Prefer first method over the other
  3. Commit your changes git commit -m "meaningful message"
  4. Push your changes to the repo git push

Before You Commit !!

  • Before you commit always do a git pull.
  • If a folder by assignment doesn't exist, create the folder and push.
  • If folder exists add solution by your name.

Commit format and Solution Format

  • Create a folder by your name in Assignments folder where you will put your solution files.

  • If your name is already taken create with a number at end

  • Upload assignments as plain text files with all solutions for one assignment in a single file.

  • Use this format

    Let File be Assignment1.txt. Its content should look like this Q1 Solution

    Q2 Solution
    ...
    ...

  • Do not upload any PDF or Doc files.

  • For projects upload as .zip files with a readme.txt describing how to use your code.

  • Maintain common sense and write simple code :-P

And most important. If you are added as collaborator, it means you can delete things.

Don't mess with other peoples' stuff :)

Especially mine :-P

dsc_weekday_2020_08_13's People

Contributors

rithicka-yogeeswaran avatar jaideepsh avatar industrialpython avatar nbsaha avatar gurubalan avatar skhemanth1995 avatar mnjshrm21 avatar prashanth-dev7 avatar wrushali avatar lokeshreddy919 avatar sethu09 avatar leangaurav avatar abhitech-ai avatar sushma-g avatar ankit-pradhan avatar ahuti-panda avatar prateek-debug avatar kumariaparna avatar rahul31k avatar rohith-john avatar prabhurajendhran avatar aman411 avatar ashwinisude avatar dhamo-mc avatar vrj-777 avatar prakash-aaditya avatar shuvankardhal avatar ronyed avatar rockinghims avatar pragati734 avatar

Stargazers

 avatar

Watchers

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