Saturday, 1 November 2014

Hello World in Python

Filled under: , ,

Hi Guys,

In this tutorial, we will gonna simple check if the python compiler we installed is correctly working.
Its time to say "hello" in the world of Python.

Note: All the articles will be written in this blog by considering the Windows system.

If you still didn't installed python compiler yet, then refer here.
  • Run the python IDE
  • In the python shell type below code:
print "Hello World"

  • Hit Enter.
  • If you can see the output in shell then Congrats. You Hit it. ;)

In case of any issue try re-installing the IDE.

Stay tuned for more articles.

Posted By Gaurav Singh08:22

Sunday, 26 October 2014

Installing Python on Windows

Filled under: ,

hi guys,
I just copied this article from a fellow blog. As there was no point in going through the whole process again in a different article. This article only covers the process of installing the python over windows system.
  • Click Next
  • Wait for the Installation.
  • Click finish and you're set to go.

Just hit finish and you are done.

You can run the terminal and check with hello world to see if its working. Please refer here for more details ;)

Stay tuned :)

Posted By Gaurav Singh11:06

How to Download Python

Hi guys,

Since python is absolutely free, you can download the latest version of python as per your system requirement from the official website.

The current version of python available at the time of writing this article is Python 3.4.2

DOWNLOAD NOW

Posted By Gaurav Singh10:44

Introduction to Python

Hi Guys.

If you are newbie programmer or just a die hard coder, programming is all about being in a continuous learning process. Python is one of the most popular and growing scripting language these days. If you want to create a website, an application or an exploit python is simply emerging as the first choice for the programmers / hackers.

Python for exploit writing ?
Well yes, python is a globally accepted language and hackers frequently used this language to write exploits and various hacking attacks. We will cover such exploits too in the near future.

In this blog we will cover a series of articles related to python programming.

You might be thinking why to choose python over other languages. Here are few of the main reasons and we will explore them in more details in the near future as we go through in details in respective articles:
  1. Python is robust in nature.
  2. The programming in python is flexible.
  3. Python is easy to learn and use ;)
  4. Python reduces the development time while writing web applications
  5. On the top of all, its FREE :)
Ahh, if still you love some other language and don't want to leave that language then its totally your choice.
However, being a programmer you should be a PROGRAMMER (a problem solver) but not some random language programmer.
Anyway. its totally your choice but its no harm in looking for another language.

Stay tuned :)

Posted By Gaurav Singh08:27