Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kanansnote/basic-programming-exercises

Some Programming Exercises in My Learning Journey. This repository contains code in Java, C++, Python, HTML, CSS, and JavaScript.
https://github.com/kanansnote/basic-programming-exercises

cpp css html java javascript learning programming python

Last synced: about 2 months ago
JSON representation

Some Programming Exercises in My Learning Journey. This repository contains code in Java, C++, Python, HTML, CSS, and JavaScript.

Awesome Lists containing this project

README

        

# Basic Programming Exercises

This repository contains small basic programs written in certain languages that represents of learning and improving my programming skills.

## Explored Languages

![C++](https://img.shields.io/badge/C++%20-%2300599C.svg?&style=flat&logo=c%2B%2B&ogoColor=white)
![Java](https://img.shields.io/badge/Java-%23ED8B00.svg?style=flat&logo=openjdk&logoColor=white)
![Python](https://img.shields.io/badge/Python-%23009ADD.svg?style=flat&logo=python&logoColor=yellow)
![HTML](https://img.shields.io/badge/HTML-%23E34F26.svg?style=flat&logo=html5&logoColor=white)
![CSS](https://img.shields.io/badge/CSS-%231572B6.svg?style=flat&logo=css3&logoColor=white)
![JavaScript](https://img.shields.io/badge/JavaScript-%23323330.svg?style=flat&logo=javascript&logoColor=%23F7DF1E)

## Learning Journey

- `C++` and `Java` code were written during my Bachelor's studies.
- `Python` and some `JavaScript` code were written during my self-study journey using a platform called [Mimo](https://mimo.org/) (including [Android](https://play.google.com/store/apps/details?id=com.getmimo) version).
- `JavaScript` exercise-related code was written using quiz prompts in `ChatGPT`.