-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Milestone
Description
This is an Epic Issue to track development of Python Challenges. As per our initial planning draft, we need submissions for these challenges first :
- Import
this - Simple Print Statement
- Basic Maths
- More Printing with numbers
- Strings in Python
- Conditional Statements
- Sets & Arrays
- Tuples
- Simple Functions
- Complex Functions, multiple returns, named parameter
- Lists - Basic (just the lists, what they look like)
- Lists - Intermediate (the useful functions - append, join, len etc.)
- Lists - Advanced (enumeration, iterators)
- Dictionaries - Basic (What is a valid dict, what they look like)
- Dictionaries - Intermediate (dict functions, key and errors)
- Dictionaries - Advanced (enumeration over two dimensions - key and value)
- Modules, Classes and Objects Basics
- Modules, Classes and Objects Intermediate
- Modules, Classes and Objects Advanced
- Basic Testing
- The main function and if-name-main syntax
Reactions are currently unavailable