Tag Archives: #Comments

Mastery 07

#Mastery08

Python conventions (Zen of Python)

https://www.python.org/dev/peps/pep-0008/

Coding conventions are rules that were created by programers to make people’s life easier when reading a code. 

These conventions were created in order to have a better style when programming and that way, make the code easier to understand. 

Coding conventions include:

mastery 07


mastery 07

mastery  07

Mastery07

1 min read

In this activity we learnt how to use comments. Is useful to know that there are two kinds of comments, if you want to learn more about that, you can find information about C++ comments in this link:

https://msdn.microsoft.com/en-us/library/k1dbk8bw.aspx

In this picture I use comments with the // structure.

And in this other picture I use comments with /*,*/ structure.

I did a pp to teach someone how to use comments, I hope you find it useful, here is the link:

https://drive.google.com/file/d/0B-NM4ghaDXBvUWIxT3RteVpxcmM/view?usp=sharing