• +48 510-172-494
  • dawidk-94@o2.pl

Programming in python language

Programming in this language I learn from the turn of October / November 2018. So far I can:

- Be fluent in operations on strings and integers.
- I know what lists and dictionaries are for.
- Use the if-else-elif. Construct correctly.
- I know what are the While and for loops, how they are used and for what purpose. I can break them and write the conditions for their proper operation.
- Define my own functions.
- I got to know what classes are, I can create them and add objects to them.
- I Use variable arguments of the function.
- Create and import modules.
- Read and write to the file.
- I know the significance of exceptions and their application

I try to add #commentary to the written code more often in English than Polish. As well as I try to give each newly defined function an intuitive name. I maintain the neatness of writing the code to make it work correctly, as well as to make it more legible by using appropriate identifiers. Readability is also maintained by shortening the length of the lines with the list comprehension method.
I'm Using IDE Pycharm