All Projects → Aman22sharma → Hacktoberfest2021_beginner

Aman22sharma / Hacktoberfest2021_beginner

Licence: MIT license
This Repository is for Hacktoberfest absolute beginners guide

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Hacktoberfest2021 beginner

30-Days-Of-Code
This File Contains all solutions of: Hackerrank 30 day of code. You are welcome to add any other variants of them or in other language if you know, but DO NOT MAKE THIS REPO ACT LIKE A SOURCE OF +1.
Stars: ✭ 14 (-85.57%)
Mutual labels:  goodfirstissue, hacktoberfest2021
DSA
Write DSA Codes into it
Stars: ✭ 18 (-81.44%)
Mutual labels:  goodfirstissue, hacktoberfest2021
Data-Structures-and-Algorithms
No description or website provided.
Stars: ✭ 108 (+11.34%)
Mutual labels:  hacktoberfest2021
Your-First-Contribution
You may learn how to make successful pull requests and get your first valid open source contribution by using this repository.
Stars: ✭ 24 (-75.26%)
Mutual labels:  hacktoberfest2021
commit-bot
Automatically generates GitHub activity
Stars: ✭ 65 (-32.99%)
Mutual labels:  contribution
hasura-action
GitHub Action wrapping the Hasura CLI
Stars: ✭ 39 (-59.79%)
Mutual labels:  contribution
community-events-angular
Community Events App built with ❤️ using Angular, NgRx, Rxjs to do thrill in #hacktoberfest21
Stars: ✭ 20 (-79.38%)
Mutual labels:  hacktoberfest2021
Hacktoberfest-Indonesia-2021
Event Hacktoberfest Indonesia 2021
Stars: ✭ 42 (-56.7%)
Mutual labels:  hacktoberfest2021
vue-datamaps
It is a Vue port of the javascript-based DataMaps
Stars: ✭ 14 (-85.57%)
Mutual labels:  hacktoberfest2021
college-management-react
This is a College management web app in MERN stack.
Stars: ✭ 42 (-56.7%)
Mutual labels:  hacktoberfest2021
Python Scripts
It contains all the Python Programs, whether it's a GUI, basic, Data Structures, etc. It's a collection of some great Python scripts from basic to advance levels for automating some monotonous tasks.
Stars: ✭ 23 (-76.29%)
Mutual labels:  hacktoberfest2021
hacktoberfest2021
Add your any type of project related to programming! This is a beginner-friendly repository made specifically for Hacktoberfest that helps you get your first PR. Happy Hacking !!!!!
Stars: ✭ 21 (-78.35%)
Mutual labels:  hacktoberfest2021
ProjectSakura.github.io
Our official website, download center and blog.
Stars: ✭ 26 (-73.2%)
Mutual labels:  hacktoberfest2021
horology
timing functions, contexts and for-loops
Stars: ✭ 71 (-26.8%)
Mutual labels:  hacktoberfest2021
object-gui
Object GUI - Javascript Object GUI Editor
Stars: ✭ 51 (-47.42%)
Mutual labels:  hacktoberfest2021
navio
Navio is a program to create and manage linux containers. This project exists only for study purposes, so feel free to contribute :)
Stars: ✭ 14 (-85.57%)
Mutual labels:  hacktoberfest2021
Hacktoberfest-2021-Data-Structures-and-Algorithms
This repository is mainly open to those who are looking to make some PRs for the Hacktoberfest 2021 event. In this repository, you can add programs on Data Structures and some useful algorithms for Competitive Programming.
Stars: ✭ 49 (-49.48%)
Mutual labels:  hacktoberfest2021
HomeAssistant-Tapo-Control
Control for Tapo cameras as a Home Assistant component
Stars: ✭ 327 (+237.11%)
Mutual labels:  hacktoberfest2021
php-underscore
PHP underscore inspired &/or cloned from _.js, with extra goodies like higher order messaging
Stars: ✭ 42 (-56.7%)
Mutual labels:  hacktoberfest2021
Hacktoberfest-2021
Create Hacktoberfest PRs. Star this Repo!⭐
Stars: ✭ 32 (-67.01%)
Mutual labels:  hacktoberfest2021

Hacktoberfest2021 Repo for Beginners

HF2020 Events 1600x400 Centered

- Follow the Contribution guidelines**
Repo Maintainers

How You Can Contribute to this repo Adding to follow for Python Concepts is below under Format

  1. Add your Python3 Concepts in the respective Python3-Learn directory

Name of File: python3-concept-name_yourusername.py

example: hello_world_Aman22sharma.py
example: Variables_yourusername.py
example: Data-types_Aman22sharma.py

Name of File: python3-concept-name_yourusername.py

Format

* Python3-Learn

Name of File: python3-concept-name_yourusername.py

// AUTHOR: Your Name
// Python3 Concept: (ex: variable,datatypes etc)
// GITHUB: your github profile link

//Add your python3 concept below

Aman Sharma
Product Engineer
@Hylobiz, Banglore (India)

Shruti Shastri
Software Engineer
@32nd, Delhi (India)
  • You can not add the same concepts again so, make sure whatever concept you are going to add check it once and add new concepts

Make a Pull Request for your changes and wait to be merged.

How to Begin

0. Star this repository

Copy of Colorful Neon Marble Gaming YouTube Channel Art (1)

  • Star this repository have fun!

1. Fork this repository

Copy of Colorful Neon Marble Gaming YouTube Channel Art

2. Clone this repo to your local environment

Copy of Colorful Neon Marble Gaming YouTube Channel Art (2)

git clone https://github.com/your-username/Hacktoberfest2021-beginner.git
cd Hacktoberfest2021_beginner

3. Set your streams (For sync your clone with the original repo)

git remote add upstream https://github.com/Aman22sharma/Hacktoberfest2021_beginner.git
git pull upstream master

4. Make your addition to the Python3 concepts in Python3-Learn directories

5. Create a branch

git checkout -b your-branch-name

6. Pull from the upstream again (This is to ensure we still have the latest code)

git pull upstream master

7. Commit and Push your changes

git add .
git commit -m "commit message"
git push origin your-branch-name
  • Create a new Pull Request from your forked repository, click the New Pull Request button located at the top of your repository
  • Wait for you PR to be reviewed and merge approval

HAPPY Hacktoberfest!

1_Zgzm5Dw86UPNlSLeyUAoyw

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].