Ash1912 / Codes

Contains code of Python,c and c++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

master

Readme

This github repo provides you the much-needed basics about the following three coding languages : C++, C, Python Right from looping structures to very advanced opencv, this repo tries to cover almost every coding technique inorder to help the beignners learn and enjoy coding in the above mentioned language.Thank you.

After conmtributing your code please add yourself to the list as: - #commentAbhinav Mukherjee

Getting Started

  • Fork this repo (button on top)
  • Clone on your local machine
git clone https://github.com/abhinav-193/Codes.git
cd Codes
  • Create a new branch
git checkout -b your-branch-name
  • Add your contribution
  • Commit and push
git add .
git commit -m "your-commit-msg"
git push origin your-branch-name
  • Create a new pull request from your forked repository

How you can contribute in this project ?

  • you can add your programmes in above mentioned languages and add the programme in its respected folder
  • If you want to add a program in a language that does not have a folder then simply create one and add your program in it. Name it as the name of the programming language.

Your program should make others learn a new coding technique and should not be duplicate of any other program in this repo

Installation

Usage

Codes

Contains code of Python,c and c++ master

Contributors:

#Rohan

About

Contains code of Python,c and c++


Languages

Language:Jupyter Notebook 84.8%Language:C++ 8.1%Language:C 4.7%Language:Python 2.3%