Jump to content

Should I start with Python?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
25 replies to this topic

#1
Donovan

Donovan

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 798 posts
Hey, Donovan again:)

I see a lot of people put Python as a good starting language for new programmers like myself. Should I try and learn this language first then slowly work into C and C++? I hear that it is a very flexible program especially user friendly for beginners and once more advanced can still be useful. Could I please have some opinions?

Thanks, Donovan Simon

A computer programming newbie:)

#2
Guest_Jordan_*

Guest_Jordan_*
  • Guests
Just about any language is fine to start with. If your intentions are to eventually learn C++ then I think you should just start with C++ rather than trying to learn Python. Once you learn basic programming theory you will be able to rapidly learn other languages.

#3
Brandon W

Brandon W

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 4,828 posts
I agree with Jordan. But if you have never programmed before I think you should start with Python then move into C and C++. Just my opinion.
jQuery Selectors Tutorial - jQuery Striped Table tutorial - jQuery Events - jQuery Validation

Sorry if I don't post as often as I did, I'll try to get here as much as possible! I'm working my bum off to get this scholarship and other stuff!


#4
Donovan

Donovan

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 798 posts

Donovan said:

Hey, Donovan again:)

I see a lot of people put Python as a good starting language for new programmers like myself. Should I try and learn this language first then slowly work into C and C++? I hear that it is a very flexible program especially user friendly for beginners and once more advanced can still be useful. Could I please have some opinions?

Thanks, Donovan Simon

A computer programming newbie:)


After my time coding in python I think it was a good language to start with:) So if you are asking this question. I give it a definite yes! If you want to begin start here:)

http://forum.codecall.net/tutorials/11376-detailed-guide-programming-you.html

Posted Image
+Friend Me | My Graphics | Forum Rules | Help Forum | Forum FAQ

#5
Brandon W

Brandon W

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 4,828 posts
Will take a look at the link Donovan :D Thanks mate.
jQuery Selectors Tutorial - jQuery Striped Table tutorial - jQuery Events - jQuery Validation

Sorry if I don't post as often as I did, I'll try to get here as much as possible! I'm working my bum off to get this scholarship and other stuff!


#6
manux

manux

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 234 posts
I have started in Python and then learnt C and I think it's the right thing to do, like learn to talk, when you're baby, and then learn why you talk like this, grammar.(not to say Python is baby talk and C is big grammar, but Python made me learn how to program whereas C made me learn how the computer worked, maybe I'm wrong... but it's what I feel now)

#7
LogicKills

LogicKills

    Programmer

  • Members
  • PipPipPipPip
  • 139 posts
I found that when colleges learned python and switched to C or C++..
They couldn't fathom where some of the functionality came from.

In my general opinion, Python hides to much and makes it seem like "oooo magic".
http://logickills.org
Science - Math - Hacking - Tech

#8
Donovan

Donovan

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 798 posts

LogicKills said:

I found that when colleges learned python and switched to C or C++..
They couldn't fathom where some of the functionality came from.

In my general opinion, Python hides to much and makes it seem like "oooo magic".

Hmm, I personally enjoy coding in python it is a fun language and I realize it is all text based. But it all depends on the person. Everyone makes posts like this and I now realize that nobody can answer that but themselves. I personally like the Python format. I hope that when I move into C or C++ I do not get confused. But it is mostly about commitment you have to commit your time and effort if you want to be a coder.
Posted Image
+Friend Me | My Graphics | Forum Rules | Help Forum | Forum FAQ

#9
LogicKills

LogicKills

    Programmer

  • Members
  • PipPipPipPip
  • 139 posts

Donovan said:

Hmm, I personally enjoy coding in python it is a fun language and I realize it is all text based. But it all depends on the person. Everyone makes posts like this and I now realize that nobody can answer that but themselves. I personally like the Python format. I hope that when I move into C or C++ I do not get confused. But it is mostly about commitment you have to commit your time and effort if you want to be a coder.

Text based?
http://logickills.org
Science - Math - Hacking - Tech

#10
Donovan

Donovan

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 798 posts
Meaning with IDLE (GUI) this program is not meant for coding software or anything. It is all text based programming. You do not get a message box or your own custom console. It is run in the shell then spit out into text:)
Posted Image
+Friend Me | My Graphics | Forum Rules | Help Forum | Forum FAQ

#11
LogicKills

LogicKills

    Programmer

  • Members
  • PipPipPipPip
  • 139 posts

Donovan said:

Meaning with IDLE (GUI) this program is not meant for coding software or anything. It is all text based programming. You do not get a message box or your own custom console. It is run in the shell then spit out into text:)

Python can write software, where are you getting your information from?

And the IDE that comes with python sucks.

You don't get a message box unless you supplement GUI commands in your program.

I think you need to learn a lot more about the language..

It is used for a plethora of things.
http://logickills.org
Science - Math - Hacking - Tech

#12
Xav

Xav

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 13,118 posts
You could try learning C#.NET, it's great!
Jordan said:

Good members, like yourself, stick around and post for ages to come!
Mr. Xav | Blog | Forums