These are some of the topics I have learned in my academic career in Python
In Python Setup I learned how to set up python on a new machine so I can edit and learn python.
In Python Intro I learned the very basics on how python works. I learned about intendations and got answers to some questions I had about python
I learned how to make a list, length of a list, similartites and differences between strings and lists.
In sorting, I learned how to sort different lists and strings. The main function to sort is " sorted(list).
I learned what dictonaries and files are. An effecient series of keys is known as a dictionary. I also learned about tuples and the differences between tuples, dictionaries and lists.
I learned about regular expression which is a language for matching patterns in text. I learned how to make regular expressions and the basic expressions.
I learned how to make small self containted code which performs a particular task.
I learned what data visualization is and worked with various kind of data. I learned the different functions in data visualization and the different ways to use it.
Projects
My teacher and I made a ball game from scratch in which the objective is to keep the ball up using a paddle and not let it touch the floor.
I learnt how to use python expressions and how to include them in functions to simplify the code.
In this project, along with the help of my teacher, I analyzed all the Titanic data and made accurate predictions using the data provided.