Posts by Help Needed 101 • 135 points
3 posts
-
1
votes4
answers8945
viewsA: What’s the importance of indenting the code?
The indentation is very important. For people who follow programming professions, we must bear in mind that we are not working alone and that other people may have to take our work. Who says…
indentationanswered Help Needed 101 135 -
8
votes2
answers2530
viewsQ: Is a module the same as a Python class?
A module is the same thing as a class? If not what are the differences? I ask this because according to the The Zen of Python, modules should be used instead of ifs. The problem is that after…
-
4
votes1
answer326
viewsQ: Python - Test read permissions
Is there a function that returns, in Python, True if I have read permissions for the python file?