There are a total of 46 exercises for this Python Discovery Piscine held by 42 Singapore.
cell00: Directory setup and print() function.
cell00: There are 3 exercises.
- ex00: Creation of the required directories, ignore the hello.py file uploaded here, it is to allow the creation of the ex00 folder.
- ex01: 42.py
- ex02: hello_world.py
cell01: Variables assignment and printing strings.
cell01: 4 exercises
- ex00: name.py
- ex01: name.py
- ex02: age.py
- ex03: whatsyourname.py
cell02: taking in inputs using input() and if-else condition.
cell02: 4 exercises
- ex00: iszero.py
- ex01: isneg.py
- ex02: password.py
- ex03: mult.py
cell03: input(), for loops and while loops.
cell03: 4 exercises
- ex00: to25.py
- ex01: multiplication_table.py
- ex02: i_got_that.py
- ex03: advanced_mult.py
cell04: string manipulations like .upper() and more.
cell04: 6 exercises
- ex00: upcase_it.py
- ex01: age.py
- ex02: calculator.py
- ex03: float.py
- ex04: round_up.py
- ex05: up_low.py
cell05: list arrarys and arguments (sys.argv).
cell05: 15 exercises
- ex00: create_array.py
- ex01: play_with_arrays.py
- ex02: play_with_arrays.py
- ex03: play_with_arrays.py
- ex04: parameters.py
- ex05: aff_first_param.py
- ex06: upcase_it.py
- ex07: downcase_it.py
- ex08: aff_rev_params.py
- ex09: scan_it.py
- ex10: parameter_matching.py
- ex11: count_it.py
- ex12: string_are_arrays.py
- ex13: append_it.py
- ex14: free_range.py
cell06: defining functions.
cell06: 6 exercises
- ex00: hello_all.py
- ex01: upcase_it.py
- ex02: downcase_all.py
- ex03: greetings_for_all.py
- ex04: methods_everywhere.py
- ex05: scope_that.py
cell07: Dictionary.
cell07: 4 exercises
- ex00: your_namebook.py
- ex01: family_affairs.py
- ex02: help_your_professor.py
- ex03: persons_of_interest.py