Skip to content
forked from abhinav-193/Codes

Contains code of Python,c and c++

Notifications You must be signed in to change notification settings

Kingsky1t/Codes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 85.9%
  • C++ 7.5%
  • C 4.5%
  • Python 2.1%