Star Badge Open Source Love View My Profile View Repositories

forthebadge forthebadge forthebadge forthebadge

Python Mini Projects

A collection of easy Python small projects to help you improve your programming skills.

Issues Pull Requests Forks Stars License

Table Of Contents

image Aim Of The Project

As a Python newbie, I understand the problems that people face when they first begin studying and attempting to understand various Data Science concepts, particularly Python. This project is designed for folks who are just getting started with Python principles and exploring GitHub as “contributors.”

My goal is to build a common playground where everyone, from beginners to experts, can learn and share knowledge, and I hope you enjoy your stay here!

Let’s “folk-ing” create amazing things together!
?

image Contributing

Step 1: Star The Repo

Star the repo by pressing the topmost-right button to start your wonderful journey

star repo


Step 2: Fork it

On the GitHub page for this repository, click on the Button “Fork“.

fork image


Step 3: Clone it
  • Method 1: GitHub Desktop

⚠️
NOTE: If you’re not familiar with Git, using GitHub Desktop Application is a better start. If you choose this method, make sure to download it before continuing reading.


Access link to download here.

Learn more about how to clone the remote respository on your local machine using GitHub Desktop here.

  • Method 2: Git

Clone the forked repository. Open git bash and type:

<div class="highlight highlight-source-shell position-relative" data-snippet-clipboard-copy-content="git clone https://github.com//python-mini-project.git
“>

git clone https://github.com/<your-github-username>/python-mini-project.git