CodeBricks offers premier coding education led by AI, Software, and Algorithm experts with rich professional experience, preparing students for the future of technology.

Contact Info
Browns Bay Center
Auckland, New Zealand

+64 21 054 5399

Follow Us

[Python] 1. Simple Tic-Tac-Toe Game Ver.1

01 Sep 2024 By Code Bricks

We’re going to create a Tic-Tac-Toe game in Python, just like the one we’ve all played many times before. We’ll start by building the simplest version of the game, and over time, we’ll improve it by introducing important concepts like object-oriented programming and networking. The Tic-Tac-Toe I’m introducing today is version 1, the most basic version. If you’re familiar with lists, indexes, while loops, and if-else statements, you’ll be able to make it. So, shall we get started?

[Python OOP Examples] 3. Improve Bank System with SQLite

08 Jun 2024 By Code Bricks

Building a Simple Bank System with Python and SQLite

PyQt Tutorial Series for Kids: Coming Soon!

28 May 2024 By Code Bricks

PyQt Tutorial Series for Kids: Coming Soon!

[Python Examples] 2. Create a Simple Assistant Using OpenAI's ChatGPT

10 May 2024 By Code Bricks

Tutorial: Create a Simple Assistant Using OpenAI’s ChatGPT

[Python Examples] 1. Creating a Multiplication Table

03 May 2024 By Code Bricks

Python Tutorial: Creating a Multiplication Table Program

[Python OOP Examples] 2. Bank System with SQLite

02 May 2024 By Code Bricks

Extending Your Bank System with SQLite

[Python OOP Examples] 1. Bank System

01 May 2024 By Code Bricks

Building a Simple Bank System in Python with OOP