Kodu Game Lab Tutorials
Kodu Game Lab is a free 3D games building software that uses blocks based programming similar to Scratch programming.
I will be making a series of introductory video Tutorials to help you get started with Kodu programming. I am making available the .kodu2 files of each tutorials form the link below. It is a zip file. Download it and extract anywhere. It will include all the Kodu2 files of the Tutorials I have made so far. If you already have Kodu Game Lab installed on your computer you can simply double click on the kodu2 file and start playing it.
If you do not have installed Kodu Game lab yet. You can get it from this link below
https://www.kodugamelab.com/
You can get the zip file of my Tutorials from this link
Alice3 3D models Animations programming Tutorials
I am creating a series of video tutorials on Alice3 on Youtube. Alice3 is a free underappreciated free software from Carnegie Mellon University. It comes with Sims built in. Where you can create your own 3D Avatars and animate them and create Youtube videos with them.
I have made available all the Tutorial files along with these videos. I will give a link to download them from my Google Drive. It is a compressed Zip file containing all the a3p files of the Alice 3 tutorials.
Alice3 Tutorials Download
If you haven't installed Alice 3 on your computer then you can do it from the link below
http://www.alice.org/get-alice/alice-3/
You need to uncompress and copy all the a3p files in this folder below
Documents - Alice 3 - MyProjects
Try not to create any sub folder under MyProjects so that the Alice3 program can detect and display the files at the opening dialog screen.
I have made available all the Tutorial files along with these videos. I will give a link to download them from my Google Drive. It is a compressed Zip file containing all the a3p files of the Alice 3 tutorials.
Alice3 Tutorials Download
If you haven't installed Alice 3 on your computer then you can do it from the link below
http://www.alice.org/get-alice/alice-3/
You need to uncompress and copy all the a3p files in this folder below
Documents - Alice 3 - MyProjects
Try not to create any sub folder under MyProjects so that the Alice3 program can detect and display the files at the opening dialog screen.
Learn Python Easy Way - Print and Format
Let us look at some of the ways of using the print statement/function in Python.
print("amazon","Echo")
amazon Echo
print("amazon","Echo")
amazon Echo
For and While Loops in Python Examples 1
Below is the first example program of Loops
# This program asks user to input a integer number
# It sums all the integers from 1 to the user input
# The for loop runs the same program several times
# This program asks user to input a integer number
# It sums all the integers from 1 to the user input
# The for loop runs the same program several times
Learn Python Easy way - User Input
Let us learn how user input is received in Python
Let us do the most basic exercise
x = input()
3
print(x)
3
Let us do the most basic exercise
x = input()
3
print(x)
3
Subscribe to:
Posts (Atom)