The Coding Space
  • Classes
    • Spring Coding Classes for Kids
    • Fall Coding Classes for Kids
    • Presidents Day Mini Camp
    • GirlCode
    • Private Classes
    • For Schools
    • Girl Scouts
  • Birthday Parties
  • In-Person Lessons
  • About
    • Team
    • Mission
    • Teaching Philosophy
    • Scholarships
    • The Coding Space Blog
    • Referral Program
    • Common Questions
  • Contact

Common Questions

Does my child need to have any prior coding experience?

All students ranging from beginners to advanced are welcome. The Coding Space’s curriculum is designed for students with any level of prior experience, including none!

What is your refund or makeup policy?

Camp Coding Space Summer 2020 Refund Policy:

We know sometimes plans change and things are more uncertain than usual right now. Cancellations made up to two weeks before the start date of your session are eligible for a full refund. Cancellations that are requested up to one week in advance are eligible for a 100% credit that can be used for a future summer or after-school session. We will not issue refunds or credits for cancellations requested less than a week in advance of the scheduled camp session date.

Changes to dates can be made free of cost up to one week before the start date of your original camp session. No changes will be possible less than a week in advance of your original session’s start date.

Academic Year Refund Policy:

We are able to provide a full refund for cancelled registrations up to one week before the start of the term.

After this point, we are no longer able to provide refunds. However, we can accommodate rescheduling. Class cancellations must be made 24 hrs in advance of the scheduled class to be eligible for rescheduling. We want to make sure our teachers have time to prepare, and know what to expect from class to class, week to week. It makes for a better learning experience for our awesome students! 

For scheduling make-ups, we require 3 days notice (i.e. for a Monday make-up, the request must be made by 4 pm on Friday). In addition, make-ups that are scheduled aren’t eligible for rescheduling a second time. Make-ups can't be rolled over to a future semester.  

My student has programmed before. Will this class still be challenging for him or her?

Yes, we offer curriculum that would be challenging and engaging to all students who aren't already professional software engineers or Computer Science majors in college.

How old does my child have to be?

We work with students ages 8 and up. If you have a student under the age of 8, please contact us for a private class.

Is there homework?

There is no required homework. However, students often freely chose to continue working on their projects at home for fun.

What's makes your class different than other coding classes?

We teach coding using the Socratic Method, allowing our students to discover the solution independently. To read more about what makes our Approach different, go here.

Where do you offer classes?

You can view our class locations here

Does my child need to bring a computer?

We provide computers for students. However, some students chose to bring their own computers because they are more comfortable working on them.

What does my child learn?

At Coding Space, our goal is to teach critical thinking, problem solving and instill a life-long love of learning and building. We help students develop grit and intellectual confidence, two character strengths that will aid students greatly in other STEAM (Science, Technology, Engineering, Arts, and Math) subjects. Our students learn the thought patterns and mindsets of programmers, including modeling, debugging, sequential thinking, top-down design, the design processes, test-driven development, and more. On the face of it, your child will learn how to make increasingly-complex Scratch and Javascript applications, but behind the scenes they will be growing so much more than that.

What will my child be able to do after this course?

All of our classes are self-paced, so there are no pre-determined final projects or skills at the end of our courses. Generally speaking, your student will be able to build complex Scratch and Javascript applications, from Flappy Bird to FourSquare and anything in between. Because our courses are project-based but NOT tutorial-driven, after your child completes a Coding Space project, they will have the ability to create their own projects at home.

What programming languages will my student be learning?

Learning to code isn’t about learning the syntax of a particular language! It’s about learning how to think like a programmer and have the foundational skills necessary to learn any new programming language within a day, if not sooner. We teach those skills, so it doesn’t really matter what actual languages your student program in with us. However, if you’re still curious, our projects are often in Scratch for beginner students and JavaScript for more advanced students.

How many instructors are there per student?

We maintain a 4:1 student to teacher ratio to ensure a personalized learning experience for your student.

Do you teach Processing?

Part of our goal in creating WoofJS was to build an alternative to Processing that addresses its many flaws as an introductory programming language.

How is Java similar to JavaScript?

Java to JavaScript is like car is to carpet. They share a name for marketing purposes only. The creators of JavaScript were trying to ride the coattails of Java, because it was the hot language of the day.

When will my child learn ‘real’ programming?

Ever since programming was invented, there have been debates about what ‘real’ programming is. Binary programmers thought that only binary was programming, not Assembly programming. Then Assembly programmers thought only Assembly was programming, not C programming. Even today some C programmers don’t think JavaScript counts as ‘real’ programming.

Fortunately, there is a simple criteria to determine if something is a ‘real’ programming language. A programming language is ‘Turing Complete’ if it can simulate any other programming language. At The Coding Space, we teach two Turing Complete programming languages: Scratch and JavaScript, and two non-Turing Complete languages: HTML and CSS.

In other words, Scratch is real programming. It has variables, loops, boolean logic, objects, message-passing, conditional branching, etc. What Seymour Papert said about Logo is true about Scratch: "Logo has often been described as a language for children. It is so, but in the same sense that English is a language for children, a sense that does not preclude its being also a language for poets, scientists, and philosophers."

We strongly believe that programmers of all ages benefit from starting in a block-based programming environment like Scratch. However, because of its seemingly childish nature, students often want to move to text-based programming way before they’ve exhausted what they can learn in Scratch. While we do encourage students to stick with Scratch as long as possible, we don’t hold kids back if they want to switch to text-based programming. As often as not, students realize text-based programming isn’t as fun as they expected and switch right back to Scratch, wisely leaving text-based programming for another day.

While Scratch is a real programming language, it doesn’t have nearly as many features as JavaScript, HTML and CSS. When a student’s Scratch projects gets beyond a couple hundred blocks of code, it’s about time to move to JavaScript. There they can learn to use arrays, functions that return values, first-class functions, variable scoping, functional programming principles, and much more.

Students’ transitions from Scratch to JavaScript with the WoofJS JavaScript framework, where they can continue programming with one foot in the familiar world of Scratch concepts and one foot in the new world of JavaScript syntax.

Do you teach Python?

We teach JavaScript instead of Python because it is very similar to Python but has one key component that Python does not: it is the language of the web. As such: JavaScript is by far the most popular programming language [StackOverflow, 2019]. You can code in JavaScript on any device that can access the web. This includes phones, tablets, and Chromebooks. You can share your code via a link and people don’t have to install anything to see it. JavaScript is designed for visual creations, such as websites, animations, and games. JavaScript is a very flexible language, so it can simulate most aspects of other programming languages, including Python. There are no core computer science concepts that students learn in Python that they don’t learn in JavaScript. JavaScript has the largest and most active developer community, so it continues to advance very quickly. While some of our teachers have knowledge of Python and may be able to help students with it as an independent study, Python does not have an official place in The Coding Space curriculum.

Who made Scratch?

Scratch comes from a rich intellectual school of thought. Seymour Papert, a mathematician that studied under the groundbreaking developmental psychologist Jean Piaget, wanted to know why some kids were considered “good at math” while others were considered “bad at math.” He hypothesized that it wasn’t due to innate nature but to the classroom environment. Just like kids in France naturally learn to speak French, and nobody grows up to be “bad at” their native tongue, Papert sought to create a “Mathland” where students could naturally assimilate mathematical ideas in the same way they learn to speak. The result of Papert’s efforts wasn’t a new math textbook or teaching method, but a programming language, Logo, which is still taught around the world to this day.

Scratch was created by Mitch Resnick, a student of Papert’s, and is considered to be the successor to Logo. It embodies many of the same ideas, including “objects-to-think-with,” “anthropomorphizing the computer,” and “turtle geometry.”

Does my child need to have any prior coding experience?

All students ranging from beginners to advanced are welcome. The Coding Space’s curriculum is designed for students with any level of prior experience, including none!

My student has programmed before. Will this class still be challenging for him or her?

Yes, we offer curriculum that would be challenging and engaging to all students who aren't already professional software engineers or Computer Science majors in college.

How old does my child have to be?

We work with students ages 8 and up. If you have a student under the age of 8, please contact us for a private class.

Is there homework?

There is no required homework. However, students often freely chose to continue working on their projects at home for fun.

What's makes your class different than other coding classes?

We teach coding using the Socratic Method, allowing our students to discover the solution independently. To read more about what makes our Approach different, go here.

Where do you offer classes?

You can view our class locations here

Does my child need to bring a computer?

We provide computers for students. However, some students chose to bring their own computers because they are more comfortable working on them.

What does my child learn?

At Coding Space, our goal is to teach critical thinking, problem solving and instill a life-long love of learning and building. We help students develop grit and intellectual confidence, two character strengths that will aid students greatly in other STEAM (Science, Technology, Engineering, Arts, and Math) subjects. Our students learn the thought patterns and mindsets of programmers, including modeling, debugging, sequential thinking, top-down design, the design processes, test-driven development, and more. On the face of it, your child will learn how to make increasingly-complex Scratch and Javascript applications, but behind the scenes they will be growing so much more than that.

What will my child be able to do after this course?

All of our classes are self-paced, so there are no pre-determined final projects or skills at the end of our courses. Generally speaking, your student will be able to build complex Scratch and Javascript applications, from Flappy Bird to FourSquare and anything in between. Because our courses are project-based but NOT tutorial-driven, after your child completes a Coding Space project, they will have the ability to create their own projects at home.

What programming languages will my student be learning?

Learning to code isn’t about learning the syntax of a particular language! It’s about learning how to think like a programmer and have the foundational skills necessary to learn any new programming language within a day, if not sooner. We teach those skills, so it doesn’t really matter what actual languages your student program in with us. However, if you’re still curious, our projects are often in Scratch for beginner students and JavaScript for more advanced students.

How many instructors are there per student?

We maintain a 4:1 student to teacher ratio to ensure a personalized learning experience for your student.

Does my child need to have any prior coding experience?

All students ranging from beginners to advanced are welcome. The Coding Space’s curriculum is designed for students with any level of prior experience, including none!

What is your refund or makeup policy?

We know sometimes plans change! Class cancellations must be made 24 hrs in advance of the scheduled class to be eligible for rescheduling. We want to make sure our teachers have time to prepare, and know what to expect class to class, week to week. It makes for a better learning experience for our awesome students!
For scheduling make-ups, we require 3 days notice (i.e. for a Monday make-up, the request must be made by 4 pm on Friday). In addition, make-ups that are scheduled, aren’t eligible for rescheduling a second time. Make-ups can't be rolled over to a future semester. 
If you decide to cancel your registration, we are able to provide a full refund up to one week before the start of the semester. 

My student has programmed before. Will this class still be challenging for him or her?

Yes, we offer curriculum that would be challenging and engaging to all students who aren't already professional software engineers or Computer Science majors in college.

How old does my child have to be?

We work with students ages 8 and up. If you have a student under the age of 8, please contact us for a private class.

Is there homework?

There is no required homework. However, students often freely chose to continue working on their projects at home for fun.

What's makes your class different than other coding classes?

We teach coding using the Socratic Method, allowing our students to discover the solution independently. To read more about what makes our Approach different, go here.

Where do you offer classes?

You can view our class locations here

Does my child need to bring a computer?

We provide computers for students. However, some students chose to bring their own computers because they are more comfortable working on them.

What does my child learn?

At Coding Space, our goal is to teach critical thinking, problem solving and instill a life-long love of learning and building. We help students develop grit and intellectual confidence, two character strengths that will aid students greatly in other STEAM (Science, Technology, Engineering, Arts, and Math) subjects. Our students learn the thought patterns and mindsets of programmers, including modeling, debugging, sequential thinking, top-down design, the design processes, test-driven development, and more. On the face of it, your child will learn how to make increasingly-complex Scratch and Javascript applications, but behind the scenes they will be growing so much more than that.

What will my child be able to do after this course?

All of our classes are self-paced, so there are no pre-determined final projects or skills at the end of our courses. Generally speaking, your student will be able to build complex Scratch and Javascript applications, from Flappy Bird to FourSquare and anything in between. Because our courses are project-based but NOT tutorial-driven, after your child completes a Coding Space project, they will have the ability to create their own projects at home.

What programming languages will my student be learning?

Learning to code isn’t about learning the syntax of a particular language! It’s about learning how to think like a programmer and have the foundational skills necessary to learn any new programming language within a day, if not sooner. We teach those skills, so it doesn’t really matter what actual languages your student program in with us. However, if you’re still curious, our projects are often in Scratch for beginner students and JavaScript for more advanced students.

How many instructors are there per student?

We maintain a 4:1 student to teacher ratio to ensure a personalized learning experience for your student.

Do you teach Processing?

Part of our goal in creating WoofJS was to build an alternative to Processing that addresses its many flaws as an introductory programming language.

How is Java similar to JavaScript?

Java to JavaScript is like car is to carpet. They share a name for marketing purposes only. The creators of JavaScript were trying to ride the coattails of Java, because it was the hot language of the day.

When will my child learn ‘real’ programming?

Ever since programming was invented, there have been debates about what ‘real’ programming is. Binary programmers thought that only binary was programming, not Assembly programming. Then Assembly programmers thought only Assembly was programming, not C programming. Even today some C programmers don’t think JavaScript counts as ‘real’ programming.

Fortunately, there is a simple criteria to determine if something is a ‘real’ programming language. A programming language is ‘Turing Complete’ if it can simulate any other programming language. At The Coding Space, we teach two Turing Complete programming languages: Scratch and JavaScript, and two non-Turing Complete languages: HTML and CSS.

In other words, Scratch is real programming. It has variables, loops, boolean logic, objects, message-passing, conditional branching, etc. What Seymour Papert said about Logo is true about Scratch: "Logo has often been described as a language for children. It is so, but in the same sense that English is a language for children, a sense that does not preclude its being also a language for poets, scientists, and philosophers."

We strongly believe that programmers of all ages benefit from starting in a block-based programming environment like Scratch. However, because of its seemingly childish nature, students often want to move to text-based programming way before they’ve exhausted what they can learn in Scratch. While we do encourage students to stick with Scratch as long as possible, we don’t hold kids back if they want to switch to text-based programming. As often as not, students realize text-based programming isn’t as fun as they expected and switch right back to Scratch, wisely leaving text-based programming for another day.

While Scratch is a real programming language, it doesn’t have nearly as many features as JavaScript, HTML and CSS. When a student’s Scratch projects gets beyond a couple hundred blocks of code, it’s about time to move to JavaScript. There they can learn to use arrays, functions that return values, first-class functions, variable scoping, functional programming principles, and much more.

Students’ transitions from Scratch to JavaScript with the WoofJS JavaScript framework, where they can continue programming with one foot in the familiar world of Scratch concepts and one foot in the new world of JavaScript syntax.

Do you teach Python?

We teach JavaScript instead of Python because it is very similar to Python but has one key component that Python does not: it is the language of the web. As such: JavaScript is by far the most popular programming language [StackOverflow, 2019]. You can code in JavaScript on any device that can access the web. This includes phones, tablets, and Chromebooks. You can share your code via a link and people don’t have to install anything to see it. JavaScript is designed for visual creations, such as websites, animations, and games. JavaScript is a very flexible language, so it can simulate most aspects of other programming languages, including Python. There are no core computer science concepts that students learn in Python that they don’t learn in JavaScript. JavaScript has the largest and most active developer community, so it continues to advance very quickly. While some of our teachers have knowledge of Python and may be able to help students with it as an independent study, Python does not have an official place in The Coding Space curriculum.

Who made Scratch?

Scratch comes from a rich intellectual school of thought. Seymour Papert, a mathematician that studied under the groundbreaking developmental psychologist Jean Piaget, wanted to know why some kids were considered “good at math” while others were considered “bad at math.” He hypothesized that it wasn’t due to innate nature but to the classroom environment. Just like kids in France naturally learn to speak French, and nobody grows up to be “bad at” their native tongue, Papert sought to create a “Mathland” where students could naturally assimilate mathematical ideas in the same way they learn to speak. The result of Papert’s efforts wasn’t a new math textbook or teaching method, but a programming language, Logo, which is still taught around the world to this day.

Scratch was created by Mitch Resnick, a student of Papert’s, and is considered to be the successor to Logo. It embodies many of the same ideas, including “objects-to-think-with,” “anthropomorphizing the computer,” and “turtle geometry.”

Does my child need to have any prior coding experience?

All students ranging from beginners to advanced are welcome. The Coding Space’s curriculum is designed for students with any level of prior experience, including none!

What is your refund or makeup policy?

We know sometimes plans change! Class cancellations must be made 24 hrs in advance of the scheduled class to be eligible for rescheduling. We can’t schedule make-ups that weren’t cancelled with at least 24 hrs notice (barring medical or family emergencies). As we expand, it becomes harder to make last-minute changes, and we want to make sure our teachers have time to prepare, and know what to expect class to class, week to week. It makes for a better learning experience for our awesome students!
For scheduling make-ups, we require 3 days notice for scheduling (i.e. for a Monday make-up, the request must be made by 4 pm on Friday). In addition, make-ups that are scheduled, aren’t eligible for rescheduling a second time.

My student has programmed before. Will this class still be challenging for him or her?

Yes, we offer curriculum that would be challenging and engaging to all students who aren't already professional software engineers or Computer Science majors in college.

How old does my child have to be?

We work with students ages 8 and up. If you have a student under the age of 8, please contact us for a private class.

Is there homework?

There is no required homework. However, students often freely chose to continue working on their projects at home for fun.

What's makes your class different than other coding classes?

We teach coding using the Socratic Method, allowing our students to discover the solution independently. To read more about what makes our Approach different, go here.

Where do you offer classes?

You can view our class locations here

Does my child need to bring a computer?

We provide computers for students. However, some students chose to bring their own computers because they are more comfortable working on them.

What does my child learn?

At Coding Space, our goal is to teach critical thinking, problem solving and instill a life-long love of learning and building. We help students develop grit and intellectual confidence, two character strengths that will aid students greatly in other STEAM (Science, Technology, Engineering, Arts, and Math) subjects. Our students learn the thought patterns and mindsets of programmers, including modeling, debugging, sequential thinking, top-down design, the design processes, test-driven development, and more. On the face of it, your child will learn how to make increasingly-complex Scratch and Javascript applications, but behind the scenes they will be growing so much more than that.

What will my child be able to do after this course?

All of our classes are self-paced, so there are no pre-determined final projects or skills at the end of our courses. Generally speaking, your student will be able to build complex Scratch and Javascript applications, from Flappy Bird to FourSquare and anything in between. Because our courses are project-based but NOT tutorial-driven, after your child completes a Coding Space project, they will have the ability to create their own projects at home.

What programming languages will my student be learning?

Learning to code isn’t about learning the syntax of a particular language! It’s about learning how to think like a programmer and have the foundational skills necessary to learn any new programming language within a day, if not sooner. We teach those skills, so it doesn’t really matter what actual languages your student program in with us. However, if you’re still curious, our projects are often in Scratch for beginner students and JavaScript for more advanced students.

How many instructors are there per student?

We maintain a 4:1 student to teacher ratio to ensure a personalized learning experience for your student.
Careers
​
Common Questions
​Contact
The Coding Space is powered
​by Private Prep
  • Classes
    • Spring Coding Classes for Kids
    • Fall Coding Classes for Kids
    • Presidents Day Mini Camp
    • GirlCode
    • Private Classes
    • For Schools
    • Girl Scouts
  • Birthday Parties
  • In-Person Lessons
  • About
    • Team
    • Mission
    • Teaching Philosophy
    • Scholarships
    • The Coding Space Blog
    • Referral Program
    • Common Questions
  • Contact