News

The course doesn´t presuppose any knowledge of programming. It´ll be given a beginners introduction to Python and how to develop algorithms, included the use of lists, files and communication with ...
Classes are the building blocks in Object Oriented Programming. Classes can be seen as blueprints from which you create your Instances.
Physics and Python stuff. Most of the videos here are either adapted from class lectures or solving physics problems. I really like to use numerical calculations without all the fancy programming ...
This course is a continuation of IN1000 – Introduction to Object-oriented Programming and goes deeper into object-oriented programming; the working language is java, and it´ll be given an introduction ...
A numerical methods app that implements the bisection, secant, Newton-Raphson, Lagrange, numerical integration of differentiation, basic midpoint, basic trapezoidal rule, and basic Simpson's rule ...