https://github.com/ramanaditya/beginners
This is a repository containing all the beginning steps to start with programming from level zero
https://github.com/ramanaditya/beginners
c cplusplus cpp hacktoberfest hacktoberfest-2020 hacktoberfest2020 java python python3
Last synced: 4 months ago
JSON representation
This is a repository containing all the beginning steps to start with programming from level zero
- Host: GitHub
- URL: https://github.com/ramanaditya/beginners
- Owner: ramanaditya
- License: apache-2.0
- Created: 2018-10-03T19:43:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-26T06:27:05.000Z (over 4 years ago)
- Last Synced: 2025-02-01T00:33:34.073Z (4 months ago)
- Topics: c, cplusplus, cpp, hacktoberfest, hacktoberfest-2020, hacktoberfest2020, java, python, python3
- Language: Python
- Homepage: https://ramanaditya.github.io/beginners/
- Size: 15 MB
- Stars: 9
- Watchers: 4
- Forks: 28
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README

## Welcome to Beginners Site
This ia a type of site for `Collections of Programming questions`. The main aim of this is to create a collection of questions and their solutions starting from the zero level to quite advance level. The learners can share their codes more precisely can push their codes and we will merge all the repositories that will have correct codes. This will eventually generate different approaches and algorithms for different problems
### How you will be benefitted
Everyone will learn atleast the basics of [GIT](https://git-scm.com). You can utilise this repository for solving and practising questions as you keep on learning as you will get a bulk of questions and you can view the different approaches to solve the questions. For simplicity to find the level of questions we have marked serial numbers as the first character of the file name. Each file contains a `README.md` file that contains all the basic informations required.
### How to contribute ?
Technically you can contribute in two ways
- Adding Questions: You can add questions in any of the given topics or you can add another folder for new language or topic. All the information about question should be added inside the `README.md` file inside the question folder or you can create a `sample.extension` file and describe the questions.
- Pushing Solutions: If you are a learner or want to practice then you can also push the code,`Try to comment the solution` which you got during the execution inside the solved file only. We will check it and if it's correct we will merge the solutions
> ```
> NOTE : Add your name in the CONTRIBUTORS/README.md file in the proper way as it has been given
> ```
Goto [CONTRIBUTORS/README.md](https://github.com/ramanaditya/beginners/edit/master/CONTRIBUTORS/README.md)
### Contents of the site
Android
- 1. Android Examples
C
- sample.c
- 1_hello_world
Django
- 1. Hello World
- 2. Variables
Kotlin
- Sample programs
Learn Linux
Competitive Coding
- fibonacci
- prime numbers
Python
- sample.py
- 1_hello_world
- 2_variable
### Creators and Contacts
Names
Contacts
Aditya Raman
Github
LinkdIn
Aswin Gopinathan
Github
LinkdIn
Akshay Kumar
Github
LinkdIn
Other Contributors


> ```
> // Feel Free to Contribute.
> ```