Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kanansnote/basic-programming-exercises
- Owner: kanansnote
- Created: 2022-10-13T20:58:27.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-26T08:43:12.000Z (4 months ago)
- Last Synced: 2024-10-11T13:22:32.675Z (3 months ago)
- Topics: cpp, css, html, java, javascript, learning, programming, python
- Language: Python
- Homepage:
- Size: 175 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.