Welcome to

Mimpi Development

Developing for tomorrow, one dream at a time

Packages and Modules

Posted on 24 Feb 2019 in Blog, Learning to Program | 0 comments

Now that you’ve done the most basic program, everybody learns first, “Hello World”, lets look at including libraries. This is where you start to have fun. The import keyword We have already covered the path of execution of code, including libraries that are included in your program. To include a module into your project code […]

Read More

My jump into Python

Posted on 07 Feb 2019 in Learning to Program | 0 comments

So to continue my learning I have decided to pick up Python as my next programming language. The following are my notes, on the accepted practices of writing in Python. Firstly lets examine the structure of a Python program. Firstly as with any new programming language the first thing to mention is that Python would […]

Read More