#coding
Read more stories on Hashnode
Articles with this tag
Why classes? example Let's say we're trying to organize data of the people living in a village. Without Classes, it would look like this: p1 =...
How to write files in python open('path', 'mode', encoding='UTF-8') Above is the fundemental method for opening files in different locations using...
Last Monday, I started to watch pre-recorded online lectures about Python. Starting this week, I will write a weekly development blog about what I've...