Skip to content

basics to advance PROGRAMMING LANGUAGES

lck6055/Python-TypeSpeed

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning Repository

Welcome to the LEARNING repository! This is a collection of programs and projects across various programming languages as I explore and build my coding skills.

Languages Covered

  • C++: Fundamental concepts, functions, classes, problem-solving techniques.
  • Python: Basics, logical operations, projects, and more to come.
  • More to Come! As I learn new languages, they’ll be added here.

Structure

Each language has its own folder:

  • C++/: Contains C++ programs.
  • PYTHON/: Contains Python programs.

Programs Included

C++

  • Basic Arithmetic Operations (Addition, Subtraction, Multiplication, Division, Modulus)
  • Area and Volume Calculations (Circle, Triangle, Rectangle, Cube, Cylinder, Sphere)
  • Prime Number Checker (Using Loops & Class)
  • Student Information Management (Using Class & Objects)
  • GCD Calculation (Using Functions)
  • Temperature Conversion (Fahrenheit to Centigrade & Vice Versa)
  • And Many More!

Python

  • Simple Calculator
  • Random Number Guessing Game
  • Multiplication Table Generator
  • Prime Number Checker
  • Mad Libs Game
  • More Projects Coming Soon!

How to Use

  1. Clone the repository:
    git clone https://github.com/bugOpsX/LEARNING.git
  2. Navigate to the directory:
    cd LEARNING
  3. Choose the language folder, then run the desired program:
    • C++: Compile and run with a C++ compiler:
      g++ program_name.cpp -o program_name
      ./program_name
    • Python: Run directly with Python:
      python program_name.py

Contribution Guide

I welcome contributions from the community! Here’s how you can contribute:

  • Fork the Repository Click the Fork button at the top-right corner of this page to create a copy of the repository in your GitHub account.

  • Clone Your Fork

    git clone https://github.com/your-username/LEARNING.git
    
  • Create a Branch Create a new branch for your contribution:

git checkout -b feature/your-feature-name
  • Make Your Changes Add new programs, scripts, or improvements. Follow the folder structure (C++/PYTHON). Add comments and make your code clean and readable.

  • Commit Your Changes

git add .
git commit -m "Add your message here"
  • Push to Your Branch

    git push origin feature/your-feature-name
    
    • Create a Pull Request

    Go to your forked repository on GitHub. Click Compare & Pull Request. Provide a description of your changes and submit the PR.

Your contribution will be reviewed and merged if everything looks good! 🎉 Happy Coding! 🚀

About

basics to advance PROGRAMMING LANGUAGES

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 28.1%
  • C++ 26.5%
  • Python 23.9%
  • Jupyter Notebook 15.9%
  • Java 5.6%