Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×
Python Education Programming The Internet

Parlez-vous Python? 164

Hugh Pickens writes "The NY Times reports that the market for night classes and online instruction in programming and Web construction is booming, as those jumping on board say they are preparing for a future in which the Internet is the foundation for entertainment, education and nearly everything else. Knowing how the digital pieces fit together will be crucial to ensuring that they are not left in the dark ages. 'Inasmuch as you need to know how to read English, you need to have some understanding of the code that builds the Web,' says Sarah Henry, 39, an investment manager who took several classes, including some in HTML, the basic language of the Web, and WordPress, a blogging service. 'I'm not going to sit here and say that I can crank out a site today, but I can look at basic code and understand it. I understand how these languages function within the Internet.' The blooming interest in programming is part of a national trend of more people moving toward technical fields. 'To be successful in the modern world, regardless of your occupation, requires a fluency in computers,' says Peter Harsha. 'It is more than knowing how to use Word or Excel but how to use a computer to solve problems.' However seasoned programmers say learning how to adjust the layout of a Web page is one thing, but picking up the skills required to develop a sophisticated online service or mobile application is an entirely different challenge that cannot be acquired by casual use for a few hours at night and on the weekends."
This discussion has been archived. No new comments can be posted.

Parlez-vous Python?

Comments Filter:
  • by dkleinsc ( 563838 ) on Wednesday March 28, 2012 @03:03PM (#39499431) Homepage

    i think more coders is a GOOD thing. a planet of coders: what we could do!

    If I were acting as a rational self-interested economic actor, though, the last thing I'd want is more competition, because that reduces the value of my skillset.

  • Milking the gullible (Score:3, Interesting)

    by GreatBunzinni ( 642500 ) on Wednesday March 28, 2012 @03:08PM (#39499489)

    From the article:

    [an investment manager] took several classes, including some in HTML, the basic language of the Web, and WordPress. (...) She paid around $200 and saw it as an investment in her future.

    This sort of courses are a form of scam that preys on gullible people, who have heard some news how some guy put up a website that he later sold for millions and now they want a piece of that pie. Yet, the hard truth is that those courses are in themselves useless and a waste of money. Sure, learning something is way better than not learning anything at all. Yet, who exactly believes that those gullible clients, like an investment banker with a course in HTML and WordPress, have all the technical know-how needed to put together a new facebook or twitter? They don't. They can't even put up a hello world app together, because they aren't even taught any programming language. These courses are good enough to put up a site on geocities, complete with an animated GIF informing that the site is "under construction", and to register a blog in WordPress.org. Yet, you think you are learning to program? Sorry to dissapoint you, but you aren't.

  • by iceaxe ( 18903 ) on Wednesday March 28, 2012 @04:20PM (#39500383) Journal

    When "English majors" were turning into web-designers. I wonder how many survived into the 2000s?

    At least one.

    I spent a lot of nights and weekends learning over the last 19 years. Currently employed as a senior software developer, back on web apps the last couple of years, after a few years doing other sorts of programming. And I don't suck. (If I do say so myself.)

    But then, I treated my college education as an education, not as job training. I learned how to think, and I learned how to learn. I received my degree in English the same year NCSA Mosaic was released, and spent the next 5 years learning (on my own) before I turned pro in the web development field.

    It's really a matter of being smart and working hard. I can learn anything I want to learn, so long as the information is available.

There are two ways to write error-free programs; only the third one works.

Working...