Session 3: Functions, Modular Programming, and Data Structures 🖥️💡

Total Duration: 60 minutes ⏳

Goal: Students will understand functions, modular programming, and basic data structures (lists, dictionaries, and arrays) in both Python 🐍 and C++ 💻. They will apply this knowledge by building modular programs and manipulating data structures.

Read more »

Customizing Color Variables in NexT Theme

  1. Refer to Custom File Documentation
    Visit the official NexT documentation on Custom Files to understand the custom file setup.

  2. Find Color Variables
    Open the themes/next/source/css/_colors.styl file in your Hexo project. This file contains the default color variables used throughout the theme.

    Read more »
0%