top of page
Search


Step 1 - What is an IDE ?
An IDE stands for Integrated Development Environment. But that's just a fancy term for saying that its a platform for coding. There are...
Coding GP Team Project
Oct 14, 20201 min read
Â
Â
Â


Step 2 - Data Types
Don't get intimidated by the title, it's really simple! First of all, there is something called a variable, it's like a box that you...
Coding GP Team Project
Oct 14, 20202 min read
Â
Â
Â


Step 3 - Input and Output
This is the really interesting part of the project, we learn to Input and Output! As you saw in the previous lines of code, we use print...
Coding GP Team Project
Oct 14, 20202 min read
Â
Â
Â
![Step 4 - Loop Statements [If-Else Loop]](https://static.wixstatic.com/media/42d443_745a4191d3504a669bd6952afc87fb5d~mv2.jpg/v1/fill/w_195,h_250,fp_0.50_0.50,q_30,blur_30,enc_avif,quality_auto/42d443_745a4191d3504a669bd6952afc87fb5d~mv2.webp)
![Step 4 - Loop Statements [If-Else Loop]](https://static.wixstatic.com/media/42d443_745a4191d3504a669bd6952afc87fb5d~mv2.jpg/v1/fill/w_251,h_321,fp_0.50_0.50,q_90,enc_avif,quality_auto/42d443_745a4191d3504a669bd6952afc87fb5d~mv2.webp)
Step 4 - Loop Statements [If-Else Loop]
Now we will be exploring loop statement. There are many types of loops, however, we shall only focus on if-else loops. They are quite...
Coding GP Team Project
Oct 14, 20201 min read
Â
Â
Â


Step 5: Let's build a game!
This is the moment that you have been waiting for! So let's build the popular game: rock, paper, scissor, in Python ! First we are going...
Coding GP Team Project
Oct 14, 20202 min read
Â
Â
Â
bottom of page
