Skip to content

Latest commit

 

History

History
102 lines (79 loc) · 2.9 KB

README.org

File metadata and controls

102 lines (79 loc) · 2.9 KB

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 exercism!

Licensing

This code repository is licensed under GPL-3.0 or more recent versions of it. Please read the license file for more information.

What is 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

Numbers

Bools

Conditionals

Comparisons

Strings

String methods

Lists

List methods

Loops

Tuples

Dicts

Unpacking and multiple assignment

Sets

Classes

Generators

Others