Skip to main content

Posts

Showing posts from October, 2018

Getting Started With Python (2) - Output of Print() function

After doing the installation and try on familiarize with IDLE Python and editor window, in this post, let's try to dig deep on print() function. Run the IDLE, Enter the following command :      print("Anityo Nugroho") The result will be :      Anityo Nugroho Next :      print("Anityo Nugroho","engineer") The result will be :      Anityo Nugroho engineer Another example which is variable :      blog="Beginner in Python"      print(blog) The result will be :      Beginner in Python The above example in IDLE : Let's combine variable with another string :      print(blog,"Anityo Nugroho") The result output will be :      Beginner in Python Anityo Nugroho Next, to try the output using integer :      print(25) It will give the output :      25 Other example using decimal number :      print(358.22458) Result will be :      358.22458 There is a difference in Python when we use strings and n

Getting Started With Python (1)

As per addition on my previous post on Python Basic Programming , I want to add how to download and install Python, running it, and create basic Python program. Download and Install Python You can visit official Python website,  https://www.python.org/ . The latest version, as per October 2018 is Python 3.7.1rc2 and I think it is advisable to start learning using latest version to avoid any problems with older, legacy version. Python officially release version on many platforms, like Windows, Linux, Mac OS, and iOS. Run IDLE (Integrated Development and Learning Environment) Python With this IDLE, let's start writing Python program :  Click File , then New File . We can also press Ctrl+N . A blank editor window will open. That is for us write the code.           Enter the following commands on separate lines :           print("Hello World")           print("Welcome to Python for Beginner!")           print("My name is Anityo")

HG 1/44 GUNDAM EXIA

This is my new assembly of Gundam Exia , one of main Mobile Suit Gundam from Mobile Suit Gundam 00 .  Gundam Exia, code name GN-001 is piloted by Setsuna F Seiei . During its anime series (50 episodes and 1 movie), it modified two times (Exia Repair and Exia Repair II). Here is the box of HG 1/144 Gundam Exia : And the result : With weapons : Lets pose it : Pose with weapon : With Exia Repair II :