diff --git a/beginner/index.html b/beginner/index.html index 05b9b76c..2158f9d7 100644 --- a/beginner/index.html +++ b/beginner/index.html @@ -11,7 +11,7 @@ Definitions
Ignite Beginner is an 8 week course, split up into 1.5 hour sessions once a week. The aim of the course is to give people an easy to understand introduction to the python programming language. Python is one of the most popular programming languages largely because of how easy it is to get into. We have also refined our sessions over the years to make them as welcoming as possible, while providing all the important information!
The course will teach you not only the fundamentals of python, but the fundamentals of programming in general. You will be able to take the knowledge you learn and transfer it to all sorts of languages!
We also take a more visual approach to learning. No one likes just staring at text on a screen, so we try to make learning more interesting by teaching you the basics of game development while learning to code!
We also have an end of session gala where we have industry speakers come in and do presentations. We also give mentee’s a chance to show off their projects (if they want to).
We are not currently looking for mentors and mentees. You can signup for our newsletter with this link to be notified when the next set of sessions are available
Published:
In this session we will give an intro to the coding platform we use and Schulich Ignite!
Published:
In this session we will give an intro to the coding platform we use and the basics of python. These basics will be the fundamental building blocks of all of our code!
Published:
In this session we will build on the types and uses of variables and arithmetic operators. Proper variable and operator use is crucial to the simplicity and maintainability of our code.