Parlez-vous Python?
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."
. 'To be successful in the modern world, regardless of your occupation, requires a fluency in computers,'
I believe I speak for every computer geek on the planet when I say "Ah! He's full of sh*t!" We've all done tech support. We've all been asked to fix the computer of our friend or family member. And we are STILL endlessly mystified as to how people can be so damn clueless. No. Being successful in the modern world doesn't depend on fluency in computers... it still depends on the same things that humanity has also (perhaps erroneously) placed value on: Who you know, how attractive you are, your personality, and in semi-rare cases, how good you are at what you do.
#fuckbeta #iamslashdot #dicemustdie
I love Python as much as the next programmer, but how does this story relate?
I don't think it's super important to know the lines of code, it's more important to know the structure of how content is distributed on the internet. If people want to expand their information age knowledge, they should look to understand the structure of the internet, protocols and server architecture and such. That's what laymen need in order to keep up.
"Computers are useless. They can only give you answers." - Pablo Picasso
You can indeed learn to design mobile apps in just a few hours a night. It will just take a lot of nights. I imagine even a greenhorn could be designing decent apps within a year, just teaching themselves at night. It's really all about self-discipline and motivation there.
What political party do you join when you don't like Bible-thumpers *or* hippies?
were the replies underneath. the holier-than-thou pronouncements of arrogant assholes decrying the proliferation of code monkeys
hey, assholes: when someone tries to better themselves, and takes an interest in what you do, smile, and encourage them, or shut up. your ego needs a serious deflation when you adapt such an ivory tower attitude to people just earnestly interested in what you do. don't mock their enthusiasm, most of them might not amount to much real skill growth, but some will
i think more coders is a GOOD thing. a planet of coders: what we could do!
intellectual property law is philosophically incoherent. it is your moral duty to ignore it or sabotage it
I know plenty of successful professionals who have trouble figuring out their Blackberry. Computer technical proficiency may be helpful in a number of fields, but "web construction" is hardly the economic cure-all.
Is there a boom? I've never met these people. The Internet doesn't seem to me to be any different from any other technology. When it is all the rage people are interested, but it then becomes commonplace and is taken for granted. The vast majority of people are content to know precisely zilch about how it works or what's going on inside.
How does an automatic transmission work? How does a television work? Hell, how does lever work? Hardly anybody out there walking around gives a flying fart about understanding those things.
I find it funny that this article is running now, when the "social network" is taking over how we use the Internet. Why would you create your own homepage or blog? You can just sign up for a Facebook or Linked-In, etc. Why would anybody other than professional devs look at code?
"Here Lies Philip J. Fry, named for his uncle, to carry on his spirit"
The real waste of time is having to hear sales pitches from people like this that don't realize that the problem isn't in the tooling, but in the problem to solve
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.
Slashdot, fix your code or at least hire someone who is competent at it to do it for you.
When "English majors" were turning into web-designers. I wonder how many survived into the 2000s?
I love Python , so I'm going to give you some reasons to try it out. Once I got used to whitespace based blocks, I came to prefer it over braces. It's less typing, and if you ever have to deal with spaghetti code, mistakes are easier to spot, because the code is forced to be formatted correctly. The great things about python for both beginners and experts are that It's a true oo language, and it's very consistent. It uses prototype inheritance, is namespaced, and modules, classes, and functions are all first class objects. Operators are just syntactic sugar for method calls. All errors are expressed as exceptions. Datatypes have consistent interfaces: for example strings and lists shared the same interface because they're both sequences, and files and sockets share the same interface because they're both 'file like objects'. Unicode is a breeze. There are tons of libraries, and most are very high quality. Extending with C or C++ is easy.
Pssst, the answer is <!DOCTYPE html>.
WALSTIB!
... massive system run as excel macros.
I think I just had an aneurysm.
WALSTIB!
Excel hatred comes from the poor bastards that have to mop up the mess when a massive system run as excel macros goes to hell.
Excel is a fine tool as long as it is used within it's practical limits.
Got Code?
Could explain why using Python I'm shortchanging myself? I've used Python to create webapps, ETL pipelines in clusters, desktop applications, image processing applications, large dataset statistic analysis, system administration scripts, small one-off scripts, running MapReduce and even some silly 2d platformer games. Also, I know that it can be used for a fair amount of other things. What have you found that you couldn't do in Python that you could in Ruby, or that is much better in Ruby over Python?
Simply because python is so damn cool it should be in the title of all articles no matter what the content is.
Got Code?
I think it was Zed Shaw I saw somewhere pointing out it was all the career paths other than programming that could really benefit from a little scripting knowledge. Many small often repeated tasks in every profession that can be automated. Information that is checked regularly that can be put on the desktop with widget.
At OSCON 2006 I was delivering a presentation on a new heuristic algorithm. We implemented it in C++ and provided Python bindings for it. An hour before my presentation I was in the green room, head deep in code, getting one last bugfix in before the presentation. As I found a bug and fixed it I said to myself, "Python, I love you. You make the hard stuff so easy."
The green room immediately went quiet. I lifted my head and looked across the table and discovered Damian Conway, of Perl fame, was sitting across from me hacking on his own code. Damian looked up, looked around, and particularly at all the people who were expecting a Python-versus-Perl flamewar to arise. "What?" he asked them. "Listen, the only thing I love more than Perl is software that works well, even if it's not written in Perl." Then he went back to his code, I went back to mine, and the room resumed its normal dull roar.
There's a lot of wisdom in Conway's perspective. If you seriously believe that coding in Ruby makes you a better programmer than a Python or a PHP programmer, then I hate to break the news to you, but you've been sadly miseducated.
Yes, I know Ruby. I prefer Python. So what? My best friend knows both languages and prefers Ruby.
Children get into holy wars about code. Grown-ups are too busy writing code to waste time on such childish diversions.
Stupid, smart, its all moot. The day a hospital will hire me to do brain surgery after I take a CPR class, is the day that I will hire an MBA to build me a web site.
HA! I just wasted some of your bandwidth with a frivolous sig!