Skip to content

Latest commit

 

History

History

C01-Python-Basics

C01 - Python Basics

Follow this order:

Order Name Link
1 C01V01 - Basic Language Constructs Click here
2 C01V02 - REPL Click here
3 C01V03 - If statements Click here
4 C01V04 - Lists Click here
5 C01V05 - Tuples Click here
6 C01V06 - Dictionaries Click here
7 C01V07 - Sets Click here
8 C01V08 - Common patterns Click here
9 C01V09 - Functions Click here
10 C01V10 - Pass by assignment Click here
11 C01V11 - How to write the actual Python code Click here
12 C01P01 - IBAN formatter Click here
13 C01P02 - Sum of digits Click here
14 C01P03 - Factorial digits Click here
15 C01P04 - Char histogram Click here
16 C01P05 - Sum matrix Click here
17 C01P06 - NaN expand Click here
18 C01P07 - Increasing and decreasing Click here
19 C01P08 - Group Click here
20 C01P09 - Balanced numbers Click here
21 C01P10 - Palindromes count Click here
22 C01P11 - Anagrams Click here
23 C01P12 - Credit card validation Click here
24 C01P13 - Integer prime factorization Click here
25 C01P14 - Goldback conjecture Click here
26 C01P15 - Gas stations Click here
27 C01P16 - Nokia keypad Click here
28 C01P17 - Word counter Click here
29 C01P18 - Matrix bombing Click here
30 C01P19 - Stranger forms Click here