Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pedramardakani/exercism-history
Keep my exercism challenges and solutions here.
https://github.com/pedramardakani/exercism-history
Last synced: about 1 month ago
JSON representation
Keep my exercism challenges and solutions here.
- Host: GitHub
- URL: https://github.com/pedramardakani/exercism-history
- Owner: pedramardakani
- License: gpl-3.0
- Created: 2023-01-27T08:25:01.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-23T20:06:55.000Z (10 months ago)
- Last Synced: 2024-03-24T19:41:43.852Z (10 months ago)
- Language: Python
- Size: 379 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
* What is this repository?
I am keeping a track of my journey on exercism to hone my python skills.
The good thing about exercism is the free human mentoring!
I have had the opportunity of hearing feedback and code reviews from senior developers.
Thank you [[https://exercism.org][exercism]]!** Licensing
This code repository is licensed under GPL-3.0 or more recent versions of it.
Please read the [[LICENSE][license file]] for more information.* What is [[https://exercism.org][exercism]]?
Solve coding exercises and get mentored to develop fluency in your chosen programming languages.
Exercism is open-source and not-for-profit.* Python track
** Basics
- [[python/guidos-gorgeous-lasagna][guidos-gorgeous-lasagna]]** Numbers
- [[python/currency-exchange][currency-exchange]]
- [[python/grains][grains]]
- [[python/armstrong-numbers][armstrong-numbers]]
- [[python/collatz-conjecture][collatz-conjecture]]** Bools
- [[python/ghost-gobble-arcade-game][ghost-gobble-arcade-game]]
- [[python/leap][leap]]
- [[python/triangle][triangle]]** Conditionals
- [[python/meltdown-mitigation][meltdown-mitigation]]
- [[python/bob][bob]]
- [[python/raindrops][raindrops]]
- [[python/pig-latin][pig-latin]]** Comparisons
- [[python/black-jack][black-jack]]
- [[python/darts][darts]]
- [[python/perfect-numbers][perfect-numbers]]** Strings
- [[python/little-sisters-essay][little-sisters-essay]]
- [[python/pangram][pangram]]
- [[python/isogram][isogram]]
- [[python/isbn-verifier][isbn-verifier]]
- [[python/rotational-cipher][rotational-cipher]]** String methods
- [[python/little-sisters-vocab][little-sisters-vocab]]
- [[python/rna-transcription][rna-transcription]]
- [[python/wordy][wordy]]** Lists
- [[python/card-games][card-games]]
- [[python/resistor-color][resistor-color]]
- [[python/resistor-color-duo][resistor-color-duo]]** List methods
- [[python/chaitanas-colossal-coaster][chaitanas-colossal-coaster]]
- [[python/secret-handshake][secret-handshake]]
- [[python/anagram][anagram]]** Loops
- [[python/making-the-grade][making-the-grade]]
- [[python/binary-search][binary-search]]** Tuples
- [[python/tisbury-treasure-hunt][tisbury-treasure-hunt]]** Dicts
- [[python/inventory-management][inventory-management]]
- [[python/etl][etl]]
- [[python/space-age][space-age]]** Unpacking and multiple assignment
- [[python/locomotive-engineer][locomotive-engineer]]** Sets
- [[python/cater-waiter][cater-waiter]]
- [[python/sum-of/multiples][sum-of-multiples]]** Classes
- [[python/ellens-alien-game][ellens-alien-game]]
- [[python/luhn][luhn]]** Generators
- [[python/plane-tickets][plane-tickets]]** Others
- [[python/acronym][acronym]]
- [[python/difference-of-squares][difference-of-squares]]
- [[python/flatten-array][flatten-array]]
- [[python/gigasecond][gigasecond]]
- [[python/hamming][hamming]]
- [[python/house][house]]
- [[python/list-ops][list-ops]]
- [[python/reverse-string][reverse-string]]
- [[python/two-fer][two-fer]]