Applications of programming in the real world

In summary, the field of programming is diverse and constantly evolving. General programming skills, such as understanding procedural and Object Oriented principles, are essential for any application. The demand for different areas of programming will continue to change, with a rise in web development and testing driven development. Designing an application and using efficient methodologies are also important skills. Real-world programming experience is valuable for gaining a better understanding of the field.
  • #1
JoAuSc
198
1
I'm a physics undergrad who's had some experience with Java and Fortran and a little bit with C++. I've only taken one computer science course which taught me the basics of Java, so I've been somewhat shielded from other programmers and from programming as it's done in the "real world". I have two questions.

First, what are the applications of programming in general, and what skills would be useful for these applications? How would you divide the bulk of programming today into general applications? It seems to me like there's numerical programming, and there's GUI/event-driven programming, and there's some other stuff I don't know about. My second question might clarify what I mean:

Second, how do you think the demand for different areas of programming will change in the future? I'm guessing that the ability to solve differential equations will always be important, but knowing how to design an application from the ground up will become less important, though basic principles like information hiding will remain important. Any thoughts?
 
Technology news on Phys.org
  • #2
I'm not yet a professional, if I ever become one, but the field of programming is very deep. Differential equation solvers are more of a one-niche application. It's one small part of the field of algorithms, which is huge. In terms of types of applications, most anything you can think of is still being developed. Web programming, OS development, artificial intelligence, operations management tools, databases, game development, a huge number of other things. A large corporate project can have a hundred million lines of code--it's not all setting up a few text buttons and menus.
 
  • #3
Programming has become a very complex thing, it can be viewed as art, science, skill, craft, you name it.

Programming has become soo popular because computers have the ability to be programmed to do almost any task that is possible with the computer input and output mechanisms.

You can programm your computer to play you an mp3 file, make recordings or music via the provided hardware, you can make CAD programs, you can control the beam in a particle accelerator...lots of possibilities.

Therefore the art of programming has become very complex but it all comes down to a sequence of zeros and ones that the computer processes. But writing a sequence of zeros and ones isn't very productive therefore the bulk of todays programming is done in a high level programming language that abstracts the sequence of zeros and ones in some meaniningful way. That abstraction can be done in a few ways, the most famous is the procedural way where you specifiy a finite number of arbitrary steps the computer should take to preferom a specific task, now having a file with a buch of steps isn't very clean therefore there is yet another level of abstraction that is Object Oriented programming which is bottom line just a method of organizing code that is you organize the procedures in some meaningful way. There are some more exotical abstractions but let's just leave it that.

Applications of programming are diverse. General programming skills will always be at the heart of programming(procedural programming principles and OOP principles) and ofcorse a good understanding of the language one programmes in.

In the future I expect that the demand for web-developers will raise, for things such as J2EE, JSF, PHP, HTML, JavaScript, AJAX,...

but there will always be people who will write programs that solve mathematical problems, write drivers, etc.

Programming field is diverse and it will remain soo for a long time.

In the future I also expect the raise of TDD (Testing Driven Development) that is writing test is also important to ensure that the application does what it is supose to do.

Knowing how to design an application is also very important in fact there are different methodologies developed that enable an efficient way of how to make a program - from specificiations to the finished product.

I would say it is difficult to get the felling of real-world programming without any real-world programming experiences. If it is possible try to get a job as an entry level programmer at a small computer company for a summer job.
 

What is programming used for in the real world?

Programming is used in a variety of industries and fields, including software development, web development, data analysis, artificial intelligence, and robotics. It allows for the creation of applications, websites, and systems that are used in our daily lives and in businesses.

How does programming improve efficiency in the real world?

Programming allows for the automation of tasks and processes, reducing the need for manual labor and increasing efficiency. It also allows for the creation of customized solutions tailored to specific needs, which can save time and resources.

What are some examples of programming applications in the real world?

Some examples of programming applications in the real world include mobile apps, social media platforms, e-commerce websites, online banking systems, and self-driving cars. Programming is also used in industries such as healthcare, transportation, and education.

What are the benefits of learning programming for non-technical professionals?

Learning programming can improve problem-solving and critical thinking skills, as well as enhance communication and collaboration with technical professionals. It can also open up new career opportunities and allow for a better understanding of technology and its role in the world.

What are some challenges to using programming in the real world?

Some challenges to using programming in the real world include constantly evolving technologies and programming languages, the need for continuous learning and updating of skills, and potential security risks. Additionally, creating and implementing complex programming solutions can be time-consuming and resource-intensive.

Similar threads

  • Programming and Computer Science
Replies
16
Views
1K
  • Programming and Computer Science
Replies
3
Views
3K
  • Programming and Computer Science
Replies
1
Views
792
  • Programming and Computer Science
Replies
8
Views
867
  • Programming and Computer Science
Replies
29
Views
3K
Replies
2
Views
863
  • Sticky
  • Programming and Computer Science
Replies
13
Views
4K
  • Programming and Computer Science
Replies
4
Views
1K
  • STEM Academic Advising
Replies
4
Views
1K
  • STEM Academic Advising
Replies
7
Views
964
Back
Top