MIPS | Malaysian Informatics And Programming Society

Introduction

Hello! Welcome to the Beginner’s Guide to the MCC. We will take you through the basics in programming. Do not worry if you have no prior programming knowledge - we will assume none. The programming language we will be using is Python, a beginner-friendly programming language.

Table of Contents

  1. FizzBuzz (Printing, Loops, Conditions, Input)
  2. Representative (Strings, Functions, Lists, Nested Loops)
  3. Centroid (Space-Separated Input and Output)
  1. Learn Python - Free Interactice Python Tutorial
  2. Codeacademy Python Course
  3. Learn Python the Hard Way