Thursday 5 March 2015

See u soon.


I will be gone for a while as there are some projects I am working on.

IE: Fireplace fireplaceoperatingsystem.blogspot.com and BuildOS buildosblog.blogspot.com

bye

Tuesday 24 February 2015

Python: Hello world!

 
 

 

Python: Your first words

 

In this tutorial you will learn how to say "Hello world!" in Python.
 
IMAGES WILL BE ADDED LATER. PLEASE WAIT FOR IMAGES.
 
Step one: Install it.
 
 
Use the installer to install it. A restart is not required.
 
Step two: Open python
 
Open the Python IDE.
 
Here you will have the shell.
 
Go to FILE > NEW FILE.
 
Here you will have the Python IDE.
 
Type:
print("Hello world!")
 
If that does not work type:
 
print "Hello world!"
 
This is most likely caused by version differences.
 
Thank you for reading!
 
You can save it as a "py" file.
 
It will open in the commandprompt.
 
 

Friday 20 February 2015

Tutorial: Hello world

Code tutorials: Hello world

Programming language: DarkBASIC Pro.

Hello! In this post I will show you how to say your first words. "Hello world!". This part of the post will be for DarkBASIC Pro, a programming language by TGC (The Game Creators)


First step: Create a project.

Go to file -> new -> project


Enter the necessary information (Name: the name of your project, Location: Where your project will be stored.) and click ok.

Now for the code.

You should see:







NOW FOR THE CODE

To print in DarkBASIC all you need to type is:

print "Hello world!"

print: Tell the computer to print some text.
"Hello world!": Tell the computer what to print. It does not need to say Hello world! but it does need speech marks around it.

How to code: Introduction

How to code: Introduction


Have you ever wondered how to program? Well this is the place for you! It will tell you the basics to the complex things. It will teach you in many programming languages. From Hello World to Hello Published Program. But don't think this will teach you everything. This is in the form of a blog so it will be a bit weird. 

Thank you!