Search

Hackerman's house

Here will be shown the evolution of Francisco's programming skills.

Tag

Hackerman

You will enjoy WHILE you are here.

The while loop is a function that repeats a section of the code. This section will be repeated as long as a condition is repeated. The syntax used is: while condition: Section of the code that will be repeated. The... Continue Reading →

The Zen of Python

These are the guiding principles of the Python language. These are useful to understand the pilosophy of the language and to understand easily how Python works. These can be found in the official python site at the following link: https://www.python.org/dev/peps/pep-0020/... Continue Reading →

Commenting about seafood.

In this file I practice the use of comments in one line, and the multiline comments. The one line comments are after a # everything after this sign would not count for programming, and it only will be seen in... Continue Reading →

Create a free website or blog at WordPress.com.

Up ↑