Opening the doors of coding education for all Singaporean youth. No fees. No barriers. Just curiosity and commitment.
def calculate_journey(distance, speed):
# Calculate the total time taken
time = distance / speed
return f"Travel time: {time} hours"
# Test your function here
distance_input = 150
speed_input = 60
result = calculate_journey(distance_input, speed_input)
print(result)$ python main.py
Travel time: 2.5 hours
60+
Students
16
Tutors
12
Week Programme
100%
Free
We're not another paid enrichment centre. We're a community groundup filling the gap between basic government programmes and expensive private courses.
Learn industry-grade Python from variables to Flask, SQL, and AI/ML. When you're done, learn other languages too! Build real applications, not toy examples.
Advanced students build real technology solutions for non-profits. Learn by creating impact, not just completing exercises.
Learn from ex-computing students, current CS students and industry professionals who have been where you are. Small groups, personal attention.
Variables, data types, control flow.
Functions, file I/O, and OOP fundamentals.
HTML/CSS, JavaScript, Flask framework, Jinja2 templates, and database integration with SQLite and Python.
Pandas, Scikit-learn and basic ML with Python.
I made a promise to myself. I will let every kid who wants to learn to code learn to code, regardless of money, regardless of background, regardless of anything except their own passion.
Because that door was once closed for me, and now I want to open it for all the kids after me.
Hongpeng Wei
Co-Founder & President, Bit by Bit Coding
Hongpeng grew up in Singapore and was rejected from his secondary school's coding club — not for lack of passion, but for lack of prior experience that would have cost his parents hundreds of dollars monthly to acquire.
He later taught himself to code through free online resources on a cheap laptop, and went on to study H2 Computing at Victoria Junior College.
In 2025, he and co-founder Brian realized many shared the same story: the courses that bridge Scratch to Python, and Python to real industry tools, were locked behind paywalls.
Bit by Bit Coding was founded in January 2026 to change that.
Join our community of learners. No fees, no barriers — just curiosity and commitment.