Beginner Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsOtherBeginner Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
  #1  
Old August 2nd, 2000, 04:36 PM
Tom Rauch Tom Rauch is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2000
Location: Berkeley, CA
Posts: 6 Tom Rauch User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
I work for UC Berkeley Extension, advising students on which programming language classes to take. Can anyone give me some ideas on what the typical "day in the life of an entry level programmer" might be like? Thanks, your insights will be of enormous value to our students.

Reply With Quote
  #2  
Old August 3rd, 2000, 08:34 AM
tron's Avatar
tron tron is offline
SwollenMember
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2000
Location: Austin, TX or the master control
Posts: 231 tron User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 21 m 26 sec
Reputation Power: 8
For a someone just starting out, I would suggest something like C or C++. Start with the basics then get into objects and classes. My order was C++, then C, VisualBasic, Perl, etc. But I think the best way to get better at programming is to do examples or just hack out code on your own, just reading books is not enough. Well that is my two cents.
tron

Reply With Quote
  #3  
Old August 3rd, 2000, 11:42 AM
christucker2 christucker2 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2000
Posts: 81 christucker2 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 8
I started originally with C++, then Pascal and then Java. Tell them to learn Java. C++ is difficult for beginning programmers because of its often arcane errors and the whole issue of memory management. Pascal is great -- if you want to learn something that isn't going to be used, and want a regimented introduction. Java offers a kind of happy compromise, though the course has to be good -- the OO paradigm is so pervasive in Java that the material the course is taught from must be designed from the ground up for Java. Of course, for the web I would recommend Perl, though don't ever make anybody try to learn it as their first language. They may enjoy it, but the person who later has to maintain code they've written will not be quite so happy...

Hell, at the end of the day, most of the courses that are offered at an entry level are going to be pretty reasonable for a beginner (or they wouldn't be entry level). I'd nudge people towards Java, and away from more complex languages like C/C++/Perl, but then I'd also suggest that the theory behind programming is more important than the actual language they end up using.

Reply With Quote
  #4  
Old August 3rd, 2000, 12:58 PM
yduvoid yduvoid is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2000
Posts: 51 yduvoid User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 8
I spent the last two years at University of Alberta studying Computing Science. The first language I learned was Turbo Pascal and I believe it is the best language to teach the basics of programming because it is so simple and it helps you to locate any problems in the program easily. However, Turbo Pascal is out of use, so it is not a valuable language at all. The University just made changes last year to introduce first year Computing Science students with Java instead of Turbo Pascal and I think that is the wiser choice because Java will prepare the students for more complex languages while they're just learning the simple stuffs. I wished I started off with Java rather than Turbo Pascal. I would assume that Java has some built in functions, so it would be a good idea to teach your students to create some of these functions before they can use them.

Based on my first year experience, I found programming to be very easy because the scripts we wrote were very simple and straightforward. Then the second term I learned to use recursion and pointers and more complex programming structures which became more frustrating because they are very difficult to learn, after that the rest is easy. Object Oriented language should come after learning recursion and pointers.

------------------

Yanik!
Edmonton, AB

[This message has been edited by yduvoid (edited August 03, 2000).]

Reply With Quote
  #5  
Old August 8th, 2000, 09:42 AM
Toby Toby is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2000
Location: Sweden
Posts: 32 Toby User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 8
I personally started with HTML 7 years ago, then I got into Perl and learned the basics. If you know the basics in C programming you can do pretty much any kind of programming since Perl, PHP, Javascript etc. works simular.

I would recommend learning C first or Perl, depends what kind of programming you're planning to do. I just learned these for my domain and such but for database programming I would recommend PHP, it's easy to learn and logic.

Compare to Perl it's easier for beginners and not as much writting either but then you need to know MySQL too since PHP work mostly with that.

Toby

Reply With Quote
  #6  
Old August 8th, 2000, 05:41 PM
123finder.com 123finder.com is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2000
Posts: 73 123finder.com User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 8
I'm doing first year at University of Waterloo, Canada. And right now, Java is the introductory courses, later on, I think for 2nd year, they will have C++ and Unix, then I have no idea!

Last term (Winter 2000), I took the last course offered in Pascal. Pascal disappeared from my school! And for beginners (and non-CS majors), I think they still use Turing

Anyway, anyone tells me Java or C has a greater effect/benefit?

------------------
http://new.123finder.com/ - Helps you find cool domains for FREE & Registers it for only $14.95/yr
http://www.guideclick.com/ - Qualified webmaster resources (affiliate programs, web design, tips)

------
Son

Reply With Quote
  #7  
Old August 11th, 2000, 01:41 AM
markg markg is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2000
Posts: 2 markg User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
I started of C, which is the basics to all modern languages. I then did Java, it was really nice to see the shift from sructured programming to object oriented programming.
Java is a good first object oriented langauge but recentlty Microsoft (without paying any tribute to the creators of Java) released a langauge (the same time they decided to drop J++ from their programming suite) call C# (C sharp) which is remarkably similar to to Java.
I recommend you review C# as it is still early days and you could grow with it, Microsoft calls it the "next generation programming language". It's also a part of the new .net Microsoft project.
So once again...Java is my langauge of choice, but there could be a big market demand for C# in the future.......

Reply With Quote
  #8  
Old August 12th, 2000, 11:16 PM
DukeNM DukeNM is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2000
Posts: 50 DukeNM User rank is Private First Class (20 - 50 Reputation Level)DukeNM User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 9
Send a message via ICQ to DukeNM
Hello...
How bout going in this order if u are a newcommer in Computers
Python or Pascal
Perl or C
C
Html
Java or C++
If advancement is required use some 4GL's
And dont forget to miss out SQL.

Reply With Quote
  #9  
Old August 13th, 2000, 02:09 PM
Hartmann's Avatar
Hartmann Hartmann is offline
chown python:users\ /world
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2000
Location: Texas Tech
Posts: 95 Hartmann User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 8
I am in High School and last year I took Computer Science for C++(It was the first year it was offered). I didn't learn much new... Since I had been toying with C++, HTML, JavaScript, and DHTML for a while. I then started messing with PHP and MySQL. All that my school district is offering right now is programming languages that are Windows based. It is like they are scared of UNIX and Linux... I was given two 266 Pentium II computers last year that I was allowed to install Linux on. My computer science teacher was thrilled and would watch as two of my friends and I had fun . However we were not allowed to hook these two computers up to the school network. So we could not download Apache, PHP, or MySQL...
I have decided that this year I will confront the school board about installing a backend programming language for all of the schools. I would like to see PHP and MySQL used but with my luck we will get Cold Fusion j/k
There, I have let off steam for the day...


------------------
Hartmann

[This message has been edited by Hartmann (edited August 13, 2000).]

Reply With Quote
  #10  
Old August 14th, 2000, 06:45 PM
123finder.com 123finder.com is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2000
Posts: 73 123finder.com User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 8
Hey, that sounds pretty cool!
I've never had a linux/unix box myself, just telnet as a terminal!



------------------
http://new.123finder.com/ - Helps you find cool domains for FREE & Registers it for only $14.95/yr
http://www.guideclick.com/ - Qualified webmaster resources (affiliate programs, web design, tips)

------
Son

Reply With Quote
  #11  
Old August 15th, 2000, 01:58 AM
Daari Daari is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2000
Posts: 4 Daari User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
I suggest if you are new to programming to start right away with an object oriented language like C++ or Borland Pascal or the likes.

I have found that those who learn OOP right off take to it much faster than those learning a non OOP first then trying to grasp the OOP concepts. I come from the latter school (am I dating myself?) =).

Once you understand OOP and "how to program," any other language is only a matter of syntax and vocab and they are all very similar.

Good luck!
Daari

Reply With Quote
Reply

Viewing: Dev Shed ForumsOtherBeginner Programming > Advice for begining programmers


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

 Free IT White Papers!
 
Accelerating Trading Partner Performance
One in five. That's how many partner transactions have at least one error. That is an amazing statistic, particularly given the extraordinary leaps in innovation across the global supply chain during the past two decades. Download this white paper to learn more.

 
Competing on Analytics
This Tech Analysis is designed to help identify characteristics shared by analytics competitors, and includes information about 32 organizations that have made a commitment to quantitative, fact-based analysis.

 
Cost Effective Scaling with Virtualization and Coyote Point Systems
An overview of the industry trend toward virtualization, how server consolidation has increased the importance of application uptime and the steps being taken to integrate load balancing technology with virtualized servers.

 
Five Checkpoints to Implementing IP Telephony
Implementation planning for IP PBX software and IP telephony has become vital as businesses replace discontinued legacy PBX phone systems. This informative whitepaper outlines five "checkpoints" for any implementation plan that will help make IP communications a successful proposition.

 
Hosted Email Security: Staying Ahead of New Threats
In the last two years, email has become a fierce battleground between the nefarious forces of spam and malware, and the heroes of messaging protection. The spam volumes increased alarmingly every month, bringing clever new forms of phishing and virus propagation attacks.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 2 hosted by Hostway