RE: Python and Other High Order Languages

Topic by RoyDal

RoyDal

Home Forums Computers, Games and Technology RE: Python and Other High Order Languages

This topic contains 8 replies, has 6 voices, and was last updated by Acubens  acubens 4 years ago.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #180872
    RoyDal
    RoyDal
    Participant

    A member of this site, who shall remain unnamed, asked me by the private message system if Python is a good programming language to learn?

    I cannot make the &%$#@! send him a reply. Therefore, here it is:

    RE: Python Question.

    Honestly, I do not know. I never worked in Information Technology as a job assignment.

    I have done programming as part of my job requirements back in the day. I never enjoyed programming; it was just something I had to do.

    I have done websites for non-profit orgs, but I stuck as closely to HTML as possible. I have never done anything as elaborate as this one.
    ++++++++++++++++++++++++++++++++++++++

    I invite any and all who do have current knowledge on this subject to suggest programming languages that would be a good idea to learn.

    I give up: That ^%$#@! message system will not work for me.

    Society asks MGTOWs: Why are you not making more tax-slaves?

    #180905
    Budtao
    Budtao
    Participant
    293

    I have some personal experience with Python. It is what is called a weakly typed language. This means that you don’t have to declair what type of variable you are creating. This makes it a very solid language for prototyping, in my opinion. Although some of my favorite programs are written in python, its not a language I would suggest learning on. Because of its weakly typed status, its very easy to write bad code that actually works. I would suggest learning on a more strongly typed language like Java or C#, both of which are very easy to pickup, expecially C# if you are a windows person and have access to Visual Studio. I personally learned on Java, with Java Robots. I hope this helps, and I am more than willing to answer questions.

    Nirvanna is never having to worry about a woman ever again.

    #180959

    My coding experience with C++ and Python is pretty limited. My teacher had to implement a gameclass template for me to use to create small math programs and games like pool and balances. It’s an interesting program, but a pain for me to operate a lot of the time.

    #182549
    Martyg
    martyg
    Participant
    103

    Python is a good language, he should learn it. It’s not like you get to learn only one. There will be others, I encourage every programmer to learn a wide variety of languages [C++, those web languages, also FORTH, FORTRAN, COBOL, LISP, unix shell (ksh), assembly]. All of these will force you to approach problems in a completely different way, and make you a better programmer. And then, mess up everything you know and learn Brainf~~~.

    >,>>+>+<<< [-[-<]>]<+>>>[>]<[<]>->-<<<

    #182817
    Acubens
    acubens
    Participant
    13

    Start with C++ and get Bjarne Stroustrup’s book. Just for learning. It is a great mental exercise language and most of the major languages in play today draw from it in some respect. It is an excellent language for working logic problems, learning about data types and object-oriented principals, and experimenting with the various syntax and operators. It’s also a good place to learn about stack vs. heap and memory management.

    Now woe be unto you if you have to wrestle with it in a production environment; especially corporate. It can be a real bitch and get messy in a heartbeat. My last job entailed digging through thousands of lines of Embarcadero s~~~ written by several people with no comments. It surely shaved a few years off my life.

    Someone up top said Python for rapid prototyping but you can end up with really bad code that works. +100 for this. I would learn all about the data types and logic first before getting into scripting.

    "Don't you draw the queen of diamonds, boy. She'll beat you if she's able." -Glenn Frey

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.