Warning: The magic method Slickr_Flickr_Plugin::__wakeup() must have public visibility in /home/kenbauer/public_kenscourses/tc101fall2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php on line 152
‘#Masterie13’ Articles at TC101 Fall 2015
Introduction to Programming Python and C++

Tag Archives: #Masterie13

How to create and how to call modules

When you are writing a code and you make some variables or functions, you can’t use them once you get out of the file. In order to fix this, python3 gives us the option to use modules. Modules are very… Continue Reading →

Topic masterie 13

So importing and using libraries is a little bit complicated and every librarie has its own rules of how to use it. So I recommend to watch a tutoria of how to use each librarie before trying to compile it. 

In the I was force to import and use a big integer librarie, and it was a little tricky, but with a video tutorial, made by my professor, it was much easier.

Everu step of how to use the librarie is in the tutorial video.

Here is my code of the WSQ11: https://github.com/MiguelAngelCardenas/WSQ11

Here is the video turorial: https://www.youtube.com/watch?v=PHZYtOhFAZs

and here is the link for the big integer librarie: https://mattmccutchen.net/bigint/

 

What should you work on?

Week #12 and more partial exams for you.

For this week's readings:
C++ (TC1017) should either be looking at support for your project, ImageMagick C++ libraries are a good start.
Python (TC1014) should be finishing chapter 11 (Dictionaries).