Author Topic: Python as "first fluent language"?  (Read 596 times)

Offline Perrine

  • Nickel Member
  • ***
  • Posts: 654
Python as "first fluent language"?
« on: February 24, 2013, 08:15:25 PM »
Anyone here with insights regarding Python program?  I wonder if there's money to be made by being "fluent" in just one language, such as Python.  

The "money" portion is not the end-all, but I'm willing to test & play it out as a hobby while not playing Aces High or World of Tanks; but If I do end up mastering Python I sure would like to see hours of my "free time" to learn that program converted to $$$ :rock  

I'm thinking about getting back into computer programming... it's been ~8 years since I took computer programming class back in high school (11th grade) :old: I remember going over in class the "basics" of VisualBasic... such as the if/then/else "statements" and making GUI's of Windows (I think it was in NT environment) and that's it.

I know people are expected to be married and starting raising kids in their mid 20s... but it looks like I'm an outlier in that department, thus l'm picking up a new hobby or skill.

« Last Edit: February 24, 2013, 08:18:49 PM by Perrine »

Offline quig

  • Nickel Member
  • ***
  • Posts: 467
Re: Python as "first fluent language"?
« Reply #1 on: February 24, 2013, 08:37:19 PM »
Well, since corporations figured out that they can get free slave labor via coders under the adage "Free as in beer". and then make money by providing support services to code they've never touched or contributed to under that wonderful GPL license...

Good luck with your python endeavors.

Offline Meatwad

  • Plutonium Member
  • *******
  • Posts: 12792
Re: Python as "first fluent language"?
« Reply #2 on: February 24, 2013, 09:26:51 PM »
And here I thought this was a thread about Monty Python type speaking
See Rule 19- Do not place sausage on pizza.
I am No-Sausage-On-Pizza-Wad.
Das Funkillah - I kill hangers, therefore I am a funkiller. Coming to a vulchfest near you.
You cant tie a loop around 400000 lbs of locomotive using a 2 foot rope - Drediock on fat women

Offline Dragon Tamer

  • Persona Non Grata
  • Gold Member
  • *****
  • Posts: 2047
Re: Python as "first fluent language"?
« Reply #3 on: February 24, 2013, 11:52:39 PM »
Well, since corporations figured out that they can get free slave labor via coders under the adage "Free as in beer". and then make money by providing support services to code they've never touched or contributed to under that wonderful GPL license...

Good luck with your python endeavors.

I heard rumors that's how HTC gets programers... but they use sheep instead of beer.

And here I thought this was a thread about Monty Python type speaking

As was I... I'm a bit disappointed now...  :noid

Offline zack1234

  • Plutonium Member
  • *******
  • Posts: 13213
Re: Python as "first fluent language"?
« Reply #4 on: February 25, 2013, 01:01:55 AM »
I thought this thread was going to be about "Monty Python" :old:
There are no pies stored in this plane overnight

                          
The GFC
Pipz lived in the Wilderness near Ontario

Offline Meatwad

  • Plutonium Member
  • *******
  • Posts: 12792
Re: Python as "first fluent language"?
« Reply #5 on: February 25, 2013, 08:07:04 AM »
It can be

See Rule 19- Do not place sausage on pizza.
I am No-Sausage-On-Pizza-Wad.
Das Funkillah - I kill hangers, therefore I am a funkiller. Coming to a vulchfest near you.
You cant tie a loop around 400000 lbs of locomotive using a 2 foot rope - Drediock on fat women

Offline Mickey1992

  • Gold Member
  • *****
  • Posts: 3362
Re: Python as "first fluent language"?
« Reply #6 on: February 25, 2013, 08:20:25 AM »
I have been a programmer for the same company for nearly 20 years.  In that time I have programmed in....

DOS
Visual Basic
PowerBuilder
Crystal Reports
Alphablox
Lotus Notes
Java
WebFOCUS
Javascript
SQL

More than half of those languages/products are no longer being used at my company.  Being "fluent" in any one language is a desired skill and may very well lead to a job position somewhere, but chances are in the dynamic world of IT that there will soon be a day when that skill is no longer desired (at least at that company).

Being fluent in one computing language is better than being mediocre in a half dozen others, however it might be more difficult to find a job specializing in that one language.

Offline jeffdn

  • Nickel Member
  • ***
  • Posts: 406
Re: Python as "first fluent language"?
« Reply #7 on: February 25, 2013, 10:01:24 AM »
I don't think you have to be fluent in just one language. I've been writing C (my first love) and C++ (a bit more realistic love) for ten years. About six months ago I decided to give Python a shot. It is incredible. I picked it up for the most part in a week, and now feel entirely comfortable writing in it. There is also a very interesting paradigm when it comes to writing it. I think you should read this:

https://python-guide.readthedocs.org/en/latest/

Offline Dragon Tamer

  • Persona Non Grata
  • Gold Member
  • *****
  • Posts: 2047
Re: Python as "first fluent language"?
« Reply #8 on: February 25, 2013, 10:33:19 PM »
I don't think you have to be fluent in just one language. I've been writing C (my first love) and C++ (a bit more realistic love) for ten years. About six months ago I decided to give Python a shot. It is incredible. I picked it up for the most part in a week, and now feel entirely comfortable writing in it. There is also a very interesting paradigm when it comes to writing it. I think you should read this:

https://python-guide.readthedocs.org/en/latest/

Some university somewhere did a study into language and it seems that every time you learn a new one, it makes the next language you learn a little easier. This should hold true for programing as well, even though it's not a spoken language, it has similar rules to a spoken language.

Offline bcadoo

  • Nickel Member
  • ***
  • Posts: 685
Re: Python as "first fluent language"?
« Reply #9 on: February 26, 2013, 12:16:59 AM »
Being fluent in any programming language doesn't make you a good programmer.

The fight is the fun........Don't run from the fun!
"Nothin' cuts the taste of clam juice like a big hunk o' chocolate" - Rosie O'Donnell

Offline jeffdn

  • Nickel Member
  • ***
  • Posts: 406
Re: Python as "first fluent language"?
« Reply #10 on: February 26, 2013, 09:46:32 AM »
Being fluent in any programming language doesn't make you a good programmer.



This is also important to remember. You can have a great vocabulary, but if you have awful grammar, you will still be considered a poor writer. Same basic theory applies here. Programming in general, regardless of the language used, has many of the same concepts. When you are fluent in the way that programs should be written, you simply choose the best tool (language) for the job.

Offline B3YT

  • Silver Member
  • ****
  • Posts: 893
Re: Python as "first fluent language"?
« Reply #11 on: February 27, 2013, 05:15:52 AM »
my girl friend is a programmer and most uni graduates are worthless , she spends more time correcting errors than anything else . Mostly memory drains ( i think) . The best coders in her company are like herself , self taught .   
As the cleaners say :"once more unto the bleach"

Offline Dragon Tamer

  • Persona Non Grata
  • Gold Member
  • *****
  • Posts: 2047
Re: Python as "first fluent language"?
« Reply #12 on: February 27, 2013, 09:12:03 AM »
my girl friend is a programmer and most uni graduates are worthless , she spends more time correcting errors than anything else . Mostly memory drains ( i think) . The best coders in her company are like herself , self taught .   

No matter how good you get with programing there are always going to be errors. The longer the code is the greater the odds.

I haven't done too much with high level languages, but I do program microcontrollers in assemble quite a lot. It's an absolute nightmare when I make a mistake in there. The device will still sort of work but will often go off and do something unexpected with no explanation as to why.

Offline B3YT

  • Silver Member
  • ****
  • Posts: 893
Re: Python as "first fluent language"?
« Reply #13 on: February 27, 2013, 11:05:37 AM »
This is not little mistakes but Massive re-writes of code . last month her team spent 3 weeks trying to sort out a short program that another team (all university degree holders) completely botched up . It all looked pretty but it none of it worked  when put together .  It got to the point she wanted to jack in her job . 
As the cleaners say :"once more unto the bleach"

Offline ozrocker

  • Gold Member
  • *****
  • Posts: 3640
Re: Python as "first fluent language"?
« Reply #14 on: February 28, 2013, 07:18:16 AM »
And here I thought this was a thread about Monty Python type speaking
:rofl Ditto :aok



                                                                                                                                              :cheers: Oz
Flying and dying since Tour 29
The world is grown so bad. That wrens make prey where eagles dare not perch.- Shakespeare
 
30% Disabled Vet  US ARMY- 11C2H 2/32 AR. 3rd AD, 3/67AR. 2nd AD, 2/64 AR. 3rd ID, ABGD Command TRADOC, 1/16th INF. 1st ID