Getting your Trinity Audio player ready...

Students at Stratford School’s Pleasanton campus got an extra opportunity to practice their computer science skills this week when the private school participated in the “Hour of Code,” an online educational computer science initiative.

Schools that participate in the Hour of Code are provided with programs that break down JavaScript into easier-to-understand fundamentals, Stratford fifth-grade computer science teacher Ryan Miramontes said.

“No. 1, it’s fun, so it keeps them completely engaged,” she said.

Students at Stratford’s Pleasanton campus start with coding fundamentals in pre-school — mostly learning about how to dictate directions — and move on to Python in elementary school classes, principal Kim Cullen said.

The Hour of Code is supplementary to Stratford’s curriculum and is incorporated into all of the Pleasanton school’s elementary computer science classes this week. The lesson builds upon important skills such as problem-solving — while also teaching essential coding skills like the purpose of functions.

Jasmine Dockins, 11, used drag-and-drop commands to compose code that made her character move around a Minecraft-themed world.

“I could potentially use (coding) for a career,” she said.

But today, she was just having fun making her character build a house via JavaScript.

Namitha Peruvemba, 10, said she wants to be a graphic designer one day, but she enjoyed the challenge the game provided.

“It’s fun to move the blocks,” she said, “and if it’s wrong, it’s fun to find the problem.”

Join the Conversation

No comments

  1. I’m not sure Javascript is the best language to start with. Sure it is the most often used programming language. Plus huge advantage of Javascrips is the fact that it is used for frontend and backend web programming. However, it is not that easy to build things in Javascript and get visible results, at least I had this impression after reading http://lifehacker.com/javascript-jquery-a-more-beautiful-way-to-learn-web-1721108479 article. I would recommend to start with Python. I was convinced that this is the best programming language after reading post https://www.reddit.com/r/changemyview/comments/1cyk99/i_think_python_is_the_best_first_programming. Python language is relatively easy and understandable. Plus there are plenty of online learning resources. Basically Python community is the most friendly and supportive. Also you should consider PHP as probably this language is the most useful for the small business owners as according to http://theappsolutions.com/blog/development/programming-languages only apps built in PHP support access to the database. Also important is fact that Wordpress is written using PHP language.

Leave a comment