User Control Panel
Search iVirtua
Advanced/Tag Search...
Search Users...
What is iVirtua Exclusive Community?
  • An exclusive gaming industry community targeted to, and designed for Professionals, Businesses and Students in the sectors and industries of Gaming, New Media and the Web, all closely related with it's Business and Industry.
  • A Rich content driven service including articles, contributed discussion, news, reviews, networking, downloads, and debate.
  • We strive to cater for cultural influencers, technology decision makers, early adopters and business leaders in the gaming industry.
  • A medium to share your or contribute your ideas, experiences, questions and point of view or network with other colleagues here at iVirtua Community.
Guest's Communication
Live Chat
Teamspeak (VOIP) Audio Conference
Private Messages
Check your Private Messages
Themes
Choose an iVirtua Community theme to reflect your interests...
Business Theme
India/Arabic Theme

Gaming Theme
iVirtua Recommends
Fly Emirates Advertising
Why Python?
Digg This Digg Topic Tag it on del.icio.us Tag topic on On del.icio.us Technorati Search Technorati Search Post to Slashdot Post to Slashdot
You are currently in Programming, Web and Software Design/Development
Post new topic Reply to topic
Mon Sep 05, 2005 12:50 pm Reply and quote this post
Here is an interesting article that tells you why you should use python or at least start learning it.

http://www.linuxjournal.com/article/3882

Contributed by KoolDrew, iVirtua Ultimate Contributor
155 iVirtua Loyalty Points • View ProfileSend Private MessageBack to Top

Mon Oct 10, 2005 11:56 pm Reply and quote this post
No wonder my Computer Science teacher at school started learning Python all of a sudden :)
Contributed by Kirilok, iVirtua Valued Contributor
100 iVirtua Loyalty Points • View ProfileSend Private MessageBack to Top

Tue Oct 11, 2005 5:01 pm Reply and quote this post
My uncle tried to teach me python a few years ago...

Kind of wish I'd listened.

Contributed by Multikill, iVirtua Recognised Member
100 iVirtua Loyalty Points • View ProfileSend Private MessageBack to Top

Wed Oct 12, 2005 6:19 am Reply and quote this post
Python is great.. but if you are a previous programmer, and used to program in anything like C++ or Java (or pretty much anything like :
Code:
if (a != 5) {do something;}
) then it can be pretty wierd, as in python it's more like:
Code:

if (a != 5):
   do something
else:
  don't do something


Thus python can sometimes seem a little strange, but after a while of using it you get used to it.. and it helps you to understand programming more, which will help you learn other programming languages easier.. and I would say python is pretty good as a first language.

It also works on pretty much any platform, which is an added bonus. (as long as you dont use things like win api etc..)

I have made various things in python myself, such as port scanners, alarm clocks, password generators, lots of other stuff... was working on a notepad with a gui but lost it in a format and I failed to back it up, might start it again someday..

Anyways, screens of a project I was working on a while back:
http://kahrn.freeserverhost.net/temp/alarmX/alarmX(v001).png
http://kahrn.freeserverhost.net/temp/alarm...armX(v001c).png
http://www.kahrn.co.uk/images/alarmX01.png

I lost alarmX gui on a format too, so I'll have to rebuild all that if I ever want to make it again.


Last edited by kahrn on Wed Oct 12, 2005 6:24 am; edited 1 time in total

Contributed by kahrn, iVirtua Ultimate Contributor
100 iVirtua Loyalty Points • View ProfileSend Private MessageBack to Top

Wed Oct 12, 2005 8:58 am Reply and quote this post
Nice find. Do you have any links to Python tutorials on the internet?
Contributed by Nitrous, iVirtua Ultimate Contributor
115 iVirtua Loyalty Points • View ProfileSend Private MessageBack to Top

Wed Oct 12, 2005 10:24 am Reply and quote this post
There are tons of links on my python page, http://kahrn.co.uk/pages/python/python.php
Contributed by kahrn, iVirtua Ultimate Contributor
100 iVirtua Loyalty Points • View ProfileSend Private MessageBack to Top

Wed Oct 12, 2005 6:27 pm Reply and quote this post
Sweet
Contributed by Kirilok, iVirtua Valued Contributor
100 iVirtua Loyalty Points • View ProfileSend Private MessageBack to Top

Wed Oct 12, 2005 6:45 pm Reply and quote this post
Quote:
There are tons of links on my python page, http://kahrn.co.uk/pages/python/python.php

Thanks.    B)

Contributed by Nitrous, iVirtua Ultimate Contributor
115 iVirtua Loyalty Points • View ProfileSend Private MessageBack to Top

Sun Oct 16, 2005 12:16 am Reply and quote this post
Quote:
Python is great.. but if you are a previous programmer, and used to program in anything like C++ or Java (or pretty much anything like :
Code:
if (a != 5) {do something;}
) then it can be pretty wierd, as in python it's more like:
Code:

if (a != 5):
   do something
else:
  don't do something


Thus python can sometimes seem a little strange, but after a while of using it you get used to it.. and it helps you to understand programming more, which will help you learn other programming languages easier.. and I would say python is pretty good as a first language.

It also works on pretty much any platform, which is an added bonus. (as long as you dont use things like win api etc..)

I have made various things in python myself, such as port scanners, alarm clocks, password generators, lots of other stuff... was working on a notepad with a gui but lost it in a format and I failed to back it up, might start it again someday..

Anyways, screens of a project I was working on a while back:
http://kahrn.freeserverhost.net/temp/alarmX/alarmX(v001).png
http://kahrn.freeserverhost.net/temp/alarm...armX(v001c).png
http://www.kahrn.co.uk/images/alarmX01.png

I lost alarmX gui on a format too, so I'll have to rebuild all that if I ever want to make it again.

That's how Java is if you use conditional statements.

Contributed by Predator, Guest
510 iVirtua Loyalty Points • • • Back to Top

Sun Oct 16, 2005 2:40 am Reply and quote this post
Quote:
Quote:
Python is great.. but if you are a previous programmer, and used to program in anything like C++ or Java (or pretty much anything like :
Code:
if (a != 5) {do something;}
) then it can be pretty wierd, as in python it's more like:
Code:

if (a != 5):
   do something
else:
  don't do something


Thus python can sometimes seem a little strange, but after a while of using it you get used to it.. and it helps you to understand programming more, which will help you learn other programming languages easier.. and I would say python is pretty good as a first language.

It also works on pretty much any platform, which is an added bonus. (as long as you dont use things like win api etc..)

I have made various things in python myself, such as port scanners, alarm clocks, password generators, lots of other stuff... was working on a notepad with a gui but lost it in a format and I failed to back it up, might start it again someday..

Anyways, screens of a project I was working on a while back:
http://kahrn.freeserverhost.net/temp/alarmX/alarmX(v001).png
http://kahrn.freeserverhost.net/temp/alarm...armX(v001c).png
http://www.kahrn.co.uk/images/alarmX01.png

I lost alarmX gui on a format too, so I'll have to rebuild all that if I ever want to make it again.

That's how Java is if you use conditional statements.

You'll be much more productive if you use python, and java isn't really like python.. it requires you to control things that normally you wouldnt want to control.

For instance, a small java program:
Code:

class Hello
{
  public static void main(String[] args)
   {
    System.out.println("Hello World");
   }
}

That in python would be:
Code:

class Hello:
  print "Hello World"


Thus python is much easier to learn, and you will be much more productive when using it.

Contributed by kahrn, iVirtua Ultimate Contributor
100 iVirtua Loyalty Points • View ProfileSend Private MessageBack to Top

Sun Oct 16, 2005 8:11 am Reply and quote this post
Quote:
Nice find. Do you have any links to Python tutorials on the internet?

Nothing beats \"How to think Like a Computer Scientist.\"

Contributed by KoolDrew, iVirtua Ultimate Contributor
155 iVirtua Loyalty Points • View ProfileSend Private MessageBack to Top

Related Articles
Post new topic   Reply to topic


Page 1 of 1

iVirtua Latest
Latest Discussion

Discuss...
Latest Articles and Reviews

Latest Downloads
Subscribe to the iVirtua Community RSS Feed
Use RSS and get automatically notified of new content and contributions on the iVirtua Community.


Tag Cloud
access amd announced applications author based beta building business card case company content cool core course cpu create data deal dec demo design desktop developers development digital download drive email feature features file files firefox flash free future gaming google graphics hardware help industry information intel internet iphone ipod jan launch linux lol love mac market media memory million mobile money movie music net nintendo nov nvidia oct office official online patch performance playing power price product program ps3 pst publish ram release released report rss sales screen search security sep server show size software sony source speed support technology thu tue update video vista war web website wii windows work working works xbox 360 2006 2007 2008

© 2006 - 2008 iVirtua Community (UK), Part of iVirtua Media Group, London (UK). Tel: 020 8144 7222

Terms of Service and Community RulesAdvertise or Affiliate with iVirtuaRSSPress Information and Media CoverageiVirtua Version 4PrivacyContact