CodeAce Academy

Master the Future, One Algorithm at a Time

Time to Code

I will be covering all code necessary for 9569 syllabus, hence mongodb and socket programming will be included. If you are a sutdent taking the new syllabus do be mindful these are not in your syllabus. The code provided is mainly just the baseline codes. Be prepared to modify these codes based on what the question asks.

Content

All Code

A page with all base line python code necessary for your A levels

HTML

A page with base line HTML code necessary for your A levels

CSS

A page with base line CSS code necessary for your A levels

Fundamentals

Lists and Arrays

Learn to create, read, update and delete in lists and arrays

Dictionary

Learn to create, read, update and delete in dictionaries

String Opperations

Learn the various opperations and functions that can be used with strings

Recursive and Iterative

Learn to utilise recursion and iteration to create functions and programs

File I/O Operations

Learn to read, write and append different file types

Number Base Conversion

Learn to convert between number bases, recursively and iteratively

Data Validation

Learn the different methods to validate data

Algorithms

Searching Algorithms

Learn different methods of searching a list of items

Sorting Algorithms

Learn different methods of sorting a list of items

Data Structures

Object Oriented Programming

Learn how to code out the different concepts of OOP

Linked List

Learn how to create a Linked List structure and its operations

Stack and Queue

Learn how to create Stack and Queue structures and its operations

Binary Search Tree

Learn how to create a Binary Search Tree structure and its operations

Hash Table

Learn how to create a Hash Table structure and its operations

Data Bases

SQLite3

Learn how to intialise a SQL database and its CRUD operations

MongoDB

Learn how to intialise a MongoDB database and its CRUD operations

Socket Programming

Socket Programming

Learn how to program two nodes to establish a connection and listen to one another

Flask Web App

HTML

A page with base line HTML code necessary for your A levels

CSS

A page with base line CSS code necessary for your A levels

Flask

A page with base line python code necessary for your A levels

Web App examples

A page with examples of Web Apps with code

Resources