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 …
Author Archives: ruth1432
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 …
Basic user input Python
There are a couple of ways to gain input. First I am going to explain the easiest ways to gain input: The first one is just type: input() and run. In the command window/ shell is it then possible to type the input that you want. Click here to see what I did. Your input …
Basic Output in Python
In my former blogs, I already explained a couple of thinks that you can get as output while using print(). I am going to repeat a couple of them and explain some new things that print() can do: If you just use print(abcd), Python is going to print the value of abcd. So if you …
The basic types of Python
In this blog, we are going to explore some more about the use of the basic types in Python. Python has a couple of built-in types that you can use while typing your code. I am going to explain a couple of them ordered from the most simple to more difficult. First integers, integers are …
The Zen of python
The next assignment, how I understood it, is to figure out what the Zen of Python is, how you have to open it and my interpretation of the rules. So, to give an answer on the first question I just asked Google (cause everything, not only help with Python, that you want to figure out, …
Making comments in Python
Because of the fact that I don’t know how to make comments, I begun searching on the internet. I reached this site with a lot of information about commenting in Python. So, let’s follow the site and try to do that in Python. Btw, to make a black enter in python you can just type …
Getting to know Thonny
Hey guys!In my first blog I said that we are using another program then Python for the programming. In this class today I found out that it was Thonny, so now I am using that and it’s looks easier than the Python. I started to use it with thinking what I wanted to achieve. So, …
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 …