Which repetition should you use in Python?

There exist different kind of repetition that you can use in python; you can use loops (if, for or while) and recursion, I already explained them in my previous blogs. In this blog I am going to cover the subject of when using what kind of repetition. First the loops. You use the if loop …

Creating modules in Python

As I explained in the blog about using modules in Python, is it very practical to use modules in Python to edit separate parts of your code. Besides that gives it also a better overview in your script and I already explained in previous blogs how important a good overview over your code is. I …

Creating functions in Python

I am going to tell you some more about creating functions in Python in this blog. In the blog about calling functions of last week I already explained a little bit about making your own functions. In this blog I am coming back on that subject. User-defined functions are really nice to use, because you …

Calling already existing functions in Python

In this post I am going to explain how you need to use already existing functions in Python and I am going to demonstrate the use of them. This site gives a clear overview of all the built-in functions in Python that you can use with an explanation what the function does. So that is …

Ontwerp een vergelijkbare site met WordPress.com
Aan de slag