8 Things to Know in Python
I completed the “8 Things You Must Know in Python” course, where I learned how to use essential Python functions such as any ( ) and all ( ) with iterables, and create indices using the enumerate ( ) function. I gained knowledge on combining iterables with the zip ( ) function and understanding the behavior of the min ( ) and max ( ) functions. I also learned how to sort data using the sorted ( ) method. The course provided hands-on practice with CoderPad challenges, which helped solidify my understanding and apply these functions effectively in my programming projects. Overall, it was a great learning experience that has equipped me with new skills in Python programming.