In this blog, I am going to give you more information about string sin Python. Strings could be pretty simple things, just some letters after each other wrapped by apostrophes. I already explained the basic information about strings in my blog about the basic types of Python. You can always consult that information back. In …
Category Archives: TC1017
List and Tuples in Python
In this blog, I am going to give you some more information about lists and tuples. Hopefully you fully understand what both are and when to use them after this blog. So let’s get started. Lists The first thing that I am going to explain is a list. A list is very easy to make …
Recursion in Python
Till now, if I wanted to repeat things I always used if, while and for loops as explained in my previous blogs. But that is not the only way to repeat things, another solution is to use recursion while programming in Python. With recursion you are dividing the problem in smaller problems that will be …
Using while in Python
In this blog, I am going to explain some more about the use of while in your Python code. You can use while if the condition that you have needs to state as long as. The actual meaning of while is namely as long as. I am going to explain it with the easiest example. …
Programming in Mexico
So, today I start my first post on my first blog. I am a dutch student that is for one semester in Mexico, Guadalajara. Because the fact that I probably don’t get any credentials for one of my courses here am I only participating courses that interests me. So for that reason I have the …