CodeMonkeySTU's profile picture. CodeMonkey is a fun and engaging way for kids to learn how to code in a game-based environment, either in the classroom or at home. No experience required.

CodeMonkey

@CodeMonkeySTU

CodeMonkey is a fun and engaging way for kids to learn how to code in a game-based environment, either in the classroom or at home. No experience required.

This Back-to-School season, CodeMonkey and Findmykids are teaming up to make the start of the school year a little easier for parents and teens. Take part in short interactive tasks for a chance to win a $500 Amazon gift card. loom.ly/al5oe9c #codemonkey #findmykids

CodeMonkeySTU's tweet image. This Back-to-School season, CodeMonkey and Findmykids are teaming up to make the start of the school year a little easier for parents and teens. Take part in short interactive tasks for a chance to win a $500 Amazon gift card.
loom.ly/al5oe9c
#codemonkey #findmykids

Fall is in the air, and Linus is getting ready to build the perfect scarecrow to protect the fields! Can you help him collect all the right items, like a hat, shirt and more before the birds come back? loom.ly/JTarOG4 #codemonkey #codingforkids #stem #edtech #learntocode

CodeMonkeySTU's tweet image. Fall is in the air, and Linus is getting ready to build the perfect scarecrow to protect the fields! Can you help him collect all the right items, like a hat, shirt and more before the birds come back? loom.ly/JTarOG4 #codemonkey #codingforkids #stem #edtech #learntocode

The new monthly activity is out! In this Game Builder with Blocks activity, students will create a simple interactive game to share somethng about themselves. It is a good way to express some creativity and collaborate early in the school year. loom.ly/7DqgRlg #codemonkey


Why should administrators consider making coding a requirement for every school in their district? and is it still relevant to be taught at schools in the age of AI? loom.ly/7b0IFxI #codemonkey #cscurriculum #codingforkids #edtech #ai #codingai #k12education #stem

CodeMonkeySTU's tweet image. Why should administrators consider making coding a requirement for every school in their district? and is it still relevant to be taught at schools in the age of AI? loom.ly/7b0IFxI #codemonkey #cscurriculum #codingforkids #edtech #ai #codingai #k12education #stem

Day 7 – Final Banana Boss 🍌👑 “Monkey must find all even numbers from 1 to 20 to open the golden banana chest!” 💡Write one line of Python code to do it. Post your answer in the comments! eternal glory and a discount code to the first 3 correct answers 🍌🐒 #coding #stem #puzzle

CodeMonkeySTU's tweet image. Day 7 – Final Banana Boss 🍌👑
“Monkey must find all even numbers from 1 to 20 to open the golden banana chest!”
💡Write one line of Python code to do it.
Post your answer in the comments! eternal glory and a discount code to the first 3 correct answers 🍌🐒
#coding #stem #puzzle

Code Quest has only one more day to go! Day 6 – Monkey’s Mystery Number 🔢 “I’m thinking of a number… can you guess it?” More than 50, less than 100. A multiple of 7. Digits add up to 11. Answer in the comments! Discount code to the first 3 correct answers 🍌🐒 #coding #puzzle

CodeMonkeySTU's tweet image. Code Quest has only one more day to go!
Day 6 – Monkey’s Mystery Number 🔢
“I’m thinking of a number… can you guess it?”
More than 50, less than 100.

A multiple of 7.

Digits add up to 11.
Answer in the comments! Discount code to the first 3 correct answers 🍌🐒
#coding #puzzle

Day 5 – Bug Hunt 🐛 “Monkey tried to send HELLO to his jungle friends, but a bug is messing it up.” message = ["H", "E", "L", "O"] for letter in message: print(letter, end="") 💡 Spot the problem and fix it. Discount code to the first 3 correct answers 🍌🐒 #coding #stem

CodeMonkeySTU's tweet image. Day 5 – Bug Hunt 🐛
“Monkey tried to send HELLO to his jungle friends, but a bug is messing it up.”

message = ["H", "E", "L", "O"]
for letter in message:
    print(letter, end="")

💡 Spot the problem and fix it.

Discount code to the first 3 correct answers 🍌🐒
#coding #stem

Day 4 – Emoji Jungle Code 🐍🖥️🐙 “These emojis hide a coding word and Monkey needs to find the way through the jungle. Can you crack the code?” 🗺️🍎 🐍 💡 Each emoji is a programming language. Take the first letter of each. Discount code to the first 3 correct answers 🍌🐒

CodeMonkeySTU's tweet image. Day 4 – Emoji Jungle Code 🐍🖥️🐙
“These emojis hide a coding word and Monkey needs to find the way through the jungle. Can you crack the code?”

🗺️🍎 🐍

💡 Each emoji is a programming language. Take the first letter of each.
Discount code to the first 3 correct answers 🍌🐒

The Code Quest continues! Day 3 – Coconut Pattern 🌴 “Monkey is stacking coconuts, but one is missing!” 2, 4, 8, 16, __, 64 💡 It’s a computer-style doubling pattern. Discount code to the first 3 correct answers 🍌🐒 #coding #stem #puzzle #challenge #education #learntocode

CodeMonkeySTU's tweet image. The Code Quest continues! 
Day 3 – Coconut Pattern 🌴
“Monkey is stacking coconuts, but one is missing!”

2, 4, 8, 16, __, 64

💡 It’s a computer-style doubling pattern.

Discount code to the first 3 correct answers 🍌🐒
#coding #stem #puzzle #challenge #education #learntocode

Day 2 – ASCII Treasure Map 🗺️ “Monkey’s treasure map is in computer letters! Help him read it.” word = "" for letter in [20, 5, 19, 20]: word += chr(letter + 64) print(word) 💡 chr(65) = A, chr(66) = B… Discount code to the first 3 correct answers 🍌🐒 #coding #stem #puzzle

CodeMonkeySTU's tweet image. Day 2 – ASCII Treasure Map 🗺️
“Monkey’s treasure map is in computer letters! Help him read it.”
word = ""
for letter in [20, 5, 19, 20]:
    word += chr(letter + 64)
print(word)
💡 chr(65) = A, chr(66) = B…
Discount code to the first 3 correct answers 🍌🐒
#coding #stem #puzzle

7-Day back to school Code Quest! Day 1 – Banana Decoder 🍌 “Monkey found a secret banana code! Can you help decode it?” 3 – 15 – 4 – 5 💡 Tip: A=1, B=2, C=3… Eternal glory and a discount code to the first 3 correct answers 🍌🐒 #coding #stem #trivia $edtech #codemonkey #code

CodeMonkeySTU's tweet image. 7-Day back to school Code Quest!
Day 1 – Banana Decoder 🍌
“Monkey found a secret banana code! Can you help decode it?”
3 – 15 – 4 – 5
💡 Tip: A=1, B=2, C=3…
Eternal glory and a discount code to the first 3 correct answers 🍌🐒
#coding #stem #trivia $edtech #codemonkey #code

Is coding only relevat for the tech industry? how about in arts, politics, fitness or music? Find out how and where we enounter coding in our day to day loom.ly/LjUAoIA #codemonkey #codingforkids #coding #k12education #stem #edtech #ai #codinglife #codingisfun

CodeMonkeySTU's tweet image. Is coding only relevat for the tech industry? how about in arts, politics, fitness or music? Find out how and where we enounter coding in our day to day loom.ly/LjUAoIA #codemonkey #codingforkids #coding #k12education #stem #edtech #ai #codinglife #codingisfun

Many teachers shy away from the IT stuff because they’re naturally cautious of it, however basic coding practices can simplify a teacher’s workday in various ways. Want to learn more? loom.ly/-JpJ05k #codeMonkey #edtech #coding #professionaldevelopment #stem #k12education

CodeMonkeySTU's tweet image. Many teachers shy away from the IT stuff because they’re naturally cautious of it, however basic coding practices can simplify a teacher’s workday in various ways. Want to learn more? loom.ly/-JpJ05k #codeMonkey #edtech #coding #professionaldevelopment #stem #k12education

Attending CSTA NJ PD week? Make sure to drop by and learn all about CodeMonkey in two sessions, one focused on K8 coding and the other on CodeMonkey's HighSchool coding courses. #csta #compSciNJ #cspdweek2025 #cstanj #codingforkids #stem #edtech @emksusinskitech @laurenrataj3

CodeMonkeySTU's tweet image. Attending CSTA NJ PD week? Make sure to drop by and learn all about CodeMonkey in two sessions, one focused on K8 coding and the other on CodeMonkey's HighSchool coding courses. #csta #compSciNJ #cspdweek2025 #cstanj #codingforkids #stem #edtech @emksusinskitech @laurenrataj3

Congratulations to Ms. Angela Gier, @GierAngela our CodeMonkey Classroom Subscription winner from ISTELive 25 in San Antonio! We are excited to see your 5th-grade students grow this year as coders with our courses! #iste #istelive2025 #edtech # #codingforkids #codemonkey #stem


More and more National Education Standards and states are including and integrating Computer Science into their standards. Learn more about its impact on our students and where it might lead! loom.ly/7QEPyAI #codemonkey #stem #edtech #codingforkids #k12education #coding

CodeMonkeySTU's tweet image. More and more National Education Standards and states are including and integrating Computer Science into their standards. Learn more about its impact on our students and where it might lead! loom.ly/7QEPyAI #codemonkey #stem #edtech #codingforkids #k12education #coding

Creativity, collaboration and ingenuity are just of the qualities and benefits of running a Hackathon. Bringing this to the classroom environment can contribute to your students greatly. Learn more about it here loom.ly/3WRrv-s #codemonkey #coding #edtech #hackathon #stem

CodeMonkeySTU's tweet image. Creativity, collaboration and ingenuity are just of the qualities and benefits of running a Hackathon. Bringing this to the classroom environment can contribute to your students greatly. Learn more about it here loom.ly/3WRrv-s
#codemonkey #coding #edtech #hackathon #stem

There are many coding for kids programs out there and Codecademy is one of them. What does it offer? Is it good for kids? Read on to find out the pros, cons and the alternatives loom.ly/EPTCyKk #codemonkey #codecademy #codingisfun #edtech #stem #codingforkids #learntocode

CodeMonkeySTU's tweet image. There are many coding for kids programs out there and Codecademy is one of them. What does it offer? Is it good for kids? Read on to find out the pros, cons and the alternatives loom.ly/EPTCyKk #codemonkey #codecademy #codingisfun #edtech #stem #codingforkids #learntocode

Project-based learning (PBL) and coding have proven advantages related to preparing students for future STEM careers. Let's take a look into them loom.ly/_yBXV5U #codemonkey #codingforkids #projectbasedlearning #codingisfun #edtech #k12education #learntocode #stem

CodeMonkeySTU's tweet image. Project-based learning (PBL) and coding have proven advantages related to preparing students for future STEM careers. Let's take a look into them loom.ly/_yBXV5U #codemonkey #codingforkids #projectbasedlearning #codingisfun #edtech #k12education #learntocode #stem

To all eudcators in San Antonio - ISTE just started so come swing by booth #3350 and learn all about what CodeMonkey has to offer, free demos, awesome swag and a great team ready to answer your questions! See you soon :-) #iste #iste2025 #k12 #edtech #codemonkey #codingforkids

CodeMonkeySTU's tweet image. To all eudcators in San Antonio - ISTE just started so come swing by booth #3350 and learn all about what CodeMonkey has to offer, free demos, awesome swag and a great team ready to answer your questions! See you soon :-) #iste #iste2025 #k12 #edtech #codemonkey #codingforkids

Loading...

Something went wrong.


Something went wrong.