tridev
Well-Known Member
- Joined
- Mar 11, 2012
- Messages
- 401
- Reaction score
- 212
I'm sure many of you guys have heard about the free 2 year coding training called WeThinkCode.
If you haven't, you can read about it at http://wethinkcode.co.za
It's based off the teaching model in Paris called 42 created by a French tech billionaire who gave the school a 70 million Euro donation to get started. You can read an article about 42 here. It's an interesting read.
Basically:
- there are no teachers
- you get given a fast internet connection and top of the range Mac to work on
- you are coding real world project after a two week bootcamps
- you learn coding though help from the other students and google
Two attractive chicks, a French and a South African, while drinking wine in a coffee shop decided to bring the model to South Africa.

For it to work you need the best programmers so the two are appearing all over SA TV, websites, newspapers and magazines to market it in order to get as many candidates to do the qualification test on their website.
So far about 9000+ people have written the test and 300 have passed and are invited to a 2 week bootcamp. That's about a 3 % invite rate.
At the bootcamp it will be decided if they are suitable and the end number will probably end up a quarter of those invited.
I can understand how the French school works as the founder is a billionaire as he is banking the alumni will give back to the school when some of the students startups succeed. It will attract top coders who want to skip boring classes and teachers in order to work on their own startups. The French founder would also be in a good position to invest in those startups.
The South African model is a bit different than the French as the funding is from companies where the students will get placed at after 2 years of coding. Instead of working to create their own startup like the French school the coders are working to learn to prepare themselves for their guaranteed job from companies sponsoring them.
I was thinking that it probably won't be the success like they are planning to for the following reasons:
- The end goal is to learn to get placed at a company rather than to start a startup. Since there are no teachers the expectation that students will help each other could be problematic if you consider students need to learn as much as possible by themselves to prepare for their guaranteed job.
If I was a student I know I wouldn't want to get distracted by helping weaker students all the time if self learning is the end goal
- Would a student who goes through a sexy tech school with the best equipment, having no one to listen to, be a good employee for a large corporate, where they have to start at the bottom getting given boring work and having to work off the 2 year bursary? I'm not so sure.
- It's in Joburg city center. An OKish place at best if you want to have a training institution with teachers but for a teaching model with no teachers where students need to be so much more productive than normal school, the 2+ hours wasted in traffic every day for 2 years doesn't seem very productive.
- If the goal is to get a job at a top company students could easily self study at home using the internet, get certified and apply to those companies themselves. Those smart enough would rather do that than wethinkcode as they won't get distracted by other students and won't have to waste time and money on transport.
- I find the online qualification test is difficult but it feels more like a puzzle than a programming test and one can easily cheat because you do the test at home on your own PC.
You can cheat if you register first with false info and see how to test works first before you decide to write the test.
The test is about 2 hours and consists of 2 parts
- The first a memory test consisting of +-50 block and about 5-10 lighting up. It gets played to you one block lighting up at a time and you have to afterwards select the blocks that lighted up. For me this was really hard but you can easily ace the test by putting sticky tape on your screen over the blocks that lighted up.
- I won't spoil the 2nd part but briefly explain it. it's basically selecting movement options into repeating procedural steps to get an object to cross over certain points. Since you don't have "if statements" in the game and just have the minimum available steps available, the order of the movement options plays a part, which makes it feel more like a puzzle game like sudoku than procedural steps.
What do you guys think. Will this model work in SA?
If you haven't, you can read about it at http://wethinkcode.co.za
It's based off the teaching model in Paris called 42 created by a French tech billionaire who gave the school a 70 million Euro donation to get started. You can read an article about 42 here. It's an interesting read.
Basically:
- there are no teachers
- you get given a fast internet connection and top of the range Mac to work on
- you are coding real world project after a two week bootcamps
- you learn coding though help from the other students and google
Two attractive chicks, a French and a South African, while drinking wine in a coffee shop decided to bring the model to South Africa.

For it to work you need the best programmers so the two are appearing all over SA TV, websites, newspapers and magazines to market it in order to get as many candidates to do the qualification test on their website.
So far about 9000+ people have written the test and 300 have passed and are invited to a 2 week bootcamp. That's about a 3 % invite rate.
At the bootcamp it will be decided if they are suitable and the end number will probably end up a quarter of those invited.
I can understand how the French school works as the founder is a billionaire as he is banking the alumni will give back to the school when some of the students startups succeed. It will attract top coders who want to skip boring classes and teachers in order to work on their own startups. The French founder would also be in a good position to invest in those startups.
The South African model is a bit different than the French as the funding is from companies where the students will get placed at after 2 years of coding. Instead of working to create their own startup like the French school the coders are working to learn to prepare themselves for their guaranteed job from companies sponsoring them.
I was thinking that it probably won't be the success like they are planning to for the following reasons:
- The end goal is to learn to get placed at a company rather than to start a startup. Since there are no teachers the expectation that students will help each other could be problematic if you consider students need to learn as much as possible by themselves to prepare for their guaranteed job.
If I was a student I know I wouldn't want to get distracted by helping weaker students all the time if self learning is the end goal
- Would a student who goes through a sexy tech school with the best equipment, having no one to listen to, be a good employee for a large corporate, where they have to start at the bottom getting given boring work and having to work off the 2 year bursary? I'm not so sure.
- It's in Joburg city center. An OKish place at best if you want to have a training institution with teachers but for a teaching model with no teachers where students need to be so much more productive than normal school, the 2+ hours wasted in traffic every day for 2 years doesn't seem very productive.
- If the goal is to get a job at a top company students could easily self study at home using the internet, get certified and apply to those companies themselves. Those smart enough would rather do that than wethinkcode as they won't get distracted by other students and won't have to waste time and money on transport.
- I find the online qualification test is difficult but it feels more like a puzzle than a programming test and one can easily cheat because you do the test at home on your own PC.
You can cheat if you register first with false info and see how to test works first before you decide to write the test.
The test is about 2 hours and consists of 2 parts
- The first a memory test consisting of +-50 block and about 5-10 lighting up. It gets played to you one block lighting up at a time and you have to afterwards select the blocks that lighted up. For me this was really hard but you can easily ace the test by putting sticky tape on your screen over the blocks that lighted up.
- I won't spoil the 2nd part but briefly explain it. it's basically selecting movement options into repeating procedural steps to get an object to cross over certain points. Since you don't have "if statements" in the game and just have the minimum available steps available, the order of the movement options plays a part, which makes it feel more like a puzzle game like sudoku than procedural steps.
What do you guys think. Will this model work in SA?
Last edited: