Python The Worlds Most flexible and easist Language..

gayan kalhara

Member
Nov 22, 2007
7,060
48
0
x-pert said:
And what you are trying to claim is dead wrong. Java, .NET do have the noise, and do have their performance as well - especially java. Yes, Google is using python. But that's after C++ and Java. More than Python, Google uses Perl and Ruby too. Verify from a person working at google if you want . I know these things because my work place works with Google Australia closely

thnx dude True... ha.... :D:D:D:D.......... ...

But IF you start with python and can understand it.. Other Languages are 75% easy for you...... ( Don't Jump On me.. AS My opinion. May be veri...)
 

x-pert

Member
Jun 13, 2006
20,952
77
0
gayan kalhara said:
thnx dude True... ha.... :D:D:D:D.......... ...

But IF you start with python and can understand it.. Other Languages are 75% easy for you...... ( Don't Jump On me.. AS My opinion. May be veri...)

Yeah it maybe easier to learn.

But personally I prefer C language as the first language one should learn :) (Again it's just my personal opinion :D)
 

sri_lion

Member
Sep 14, 2006
12,908
102
0
Kuala Lumpur
x-pert said:
Yeah it maybe easier to learn.

But personally I prefer C language as the first language one should learn :) (Again it's just my personal opinion :D)

Yeah! I second that.. But first of you MUST also learn PSEUDO CODING, to improve your logics! :lol: :lol:
 

kosandpol

Well-known member
  • Jun 10, 2008
    45,329
    1,492
    113
    sri_lion said:
    Yeah! I second that.. But first of you MUST also learn PSEUDO CODING, to improve your logics! :lol: :lol:
    Basically, you must study first about what software programming is and how to develop programming logic.
     

    madurax86

    Member
    Jun 29, 2006
    4,385
    88
    0
    thats one mistake i did i got into programming through vb6 and pascal though programming logic is ok the c++ OOP is a whole new world ...unlike pascal. VB6 doesnt have true OOP as they say; its just a procedural language that has support for OOP :S does anyone know how to draw dialog boxes and controls in MS V C++? like in vb...its the best part of vb tho other things are slow
     

    x-pert

    Member
    Jun 13, 2006
    20,952
    77
    0
    madurax86 said:
    thats one mistake i did i got into programming through vb6 and pascal though programming logic is ok the c++ OOP is a whole new world ...unlike pascal. VB6 doesnt have true OOP as they say; its just a procedural language that has support for OOP :S does anyone know how to draw dialog boxes and controls in MS V C++? like in vb...its the best part of vb tho other things are slow

    Not so easy like VB. But not too hard as well hehe

    http://www.functionx.com/visualc/controls/dialogbox.htm

    VB is also good. well... VB is the language I learnt as the 1st language. Then went with C and then C++ and Java.

    From VB, you learn how to program. I mean the logic. And then with C++, you simply learn the OO concepts. Then Java becomes easy. And then any programming language becomes easy. Because only the syntaxes are different. but the underlying concepts are almost the same ... (for me :D)
     

    x-pert

    Member
    Jun 13, 2006
    20,952
    77
    0
    sri_lion said:
    Yeah! I second that.. But first of you MUST also learn PSEUDO CODING, to improve your logics! :lol: :lol:


    kosandpol said:
    Basically, you must study first about what software programming is and how to develop programming logic.

    hehe yeah :lol:

    And the bootomline is, you have to understand simple english. So the best point to start programming is to learn English :rofl:
     

    madurax86

    Member
    Jun 29, 2006
    4,385
    88
    0
    x-pert said:
    Not so easy like VB. But not too hard as well hehe

    http://www.functionx.com/visualc/controls/dialogbox.htm

    VB is also good. well... VB is the language I learnt as the 1st language. Then went with C and then C++ and Java.

    From VB, you learn how to program. I mean the logic. And then with C++, you simply learn the OO concepts. Then Java becomes easy. And then any programming language becomes easy. Because only the syntaxes are different. but the underlying concepts are almost the same ... (for me :D)

    yea I agree my first prog language is VB6 hehe started around 2001 i think anyway its cool but slow i realized it when i did a project using OpenGL in VB man it was lagging when i loaded our schools 3D logo 5 times! thats what made me jump to c++ quickly hehe
     

    x-pert

    Member
    Jun 13, 2006
    20,952
    77
    0
    madurax86 said:
    yea I agree my first prog language is VB6 hehe started around 2001 i think anyway its cool but slow i realized it when i did a project using OpenGL in VB man it was lagging when i loaded our schools 3D logo 5 times! thats what made me jump to c++ quickly hehe

    If you think C++ is better, then you should try C# ;)

    The only issue with C# is the use of .NET framework. Sometimes tend to slow down a bit.... But the power of it is awesome. And you can do many including some sexy and cool GUIs with the help of some plugins :)
     

    sri_lion

    Member
    Sep 14, 2006
    12,908
    102
    0
    Kuala Lumpur
    madurax86 said:
    yea I agree my first prog language is VB6 hehe started around 2001 i think anyway its cool but slow i realized it when i did a project using OpenGL in VB man it was lagging when i loaded our schools 3D logo 5 times! thats what made me jump to c++ quickly hehe

    :lol: :lol: Lucky you! When I first learned computing they taught me GW-BASIC :lol::lol::lol::lol:

    The DARK, COLD in-the-dungeon type stuff... :lol::lol::lol:
     

    madurax86

    Member
    Jun 29, 2006
    4,385
    88
    0
    x-pert said:
    If you think C++ is better, then you should try C# ;)

    The only issue with C# is the use of .NET framework. Sometimes tend to slow down a bit.... But the power of it is awesome. And you can do many including some sexy and cool GUIs with the help of some plugins :)

    i hate .NET man even .NET doesnt mean anything! its just word outta nowhere
    C stands for compiler/or as some say its the 3rd version of some prog. language(as in A,B,C)

    And c++ means it has increased by 1 to another level ...wow thats real naming !
     

    kosandpol

    Well-known member
  • Jun 10, 2008
    45,329
    1,492
    113
    All this nostalgia aside, Where is the thread starter with his python code for the 640x480 window and the clickable button on it ?