An introduction to Python
Examples from C++ 11 / 14 /17
An introduction to the basic python language syntax
This lecture will introduce Object Oriented concepts and Classes in python
Aims The aim of this lab is to introduce the process of test driven development (TDD) and develop some simple tests, we will use the following steps.
Project Setup Test Setup Test Driven Design of a Simple RGBA class using Version control Storing Pixels It is common to store image pixel data using a single unsigned int32_t data type.
Aims The aim of this lab is to investigate Object Orientation in python
The principles of S.O.L.I.D Classes in Python OO Design principles SOLID Is A mnemonic to remember the first five principles of Object Oriented design
Aims The aim of this lab is to introduce the process of test driven development (TDD) and develop some simple tests, we will use the following steps.
Project Setup Version Control Setup Test Setup Test Driven Design of a Simple RGBA class Storing Pixels It is common to store image pixel data using a single unsigned int32_t data type.
The Clean Code Blog by Robert C. Martin (Uncle Bob)
Hacker News
The OpenGL Wiki
Latency Numbers Every Programmer Should Know
The Clean Code Blog by Robert C. Martin (Uncle Bob)
Hacker News
The OpenGL Wiki
Latency Numbers Every Programmer Should Know
awesome modern c++
We look at diffent ways of building a simple Vec3 class in python