Self Study for Basic Programming

Click For Summary

Discussion Overview

The discussion revolves around recommendations for self-study resources in programming for a chemical engineering major preparing for a course in "basic programming language." Participants explore various programming languages and resources suitable for beginners, considering the specific needs of the original poster (OP).

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested

Main Points Raised

  • Some participants suggest starting with Java due to its ease of use and availability of resources.
  • Others propose learning Matlab, highlighting its chemoinformatics library, but note the cost associated with it.
  • There are suggestions to learn programming fundamentals, such as loops and conditional branching, which are applicable across various languages.
  • One participant emphasizes the importance of understanding programming concepts rather than just the syntax of a specific language.
  • Python is recommended by some as a beginner-friendly language designed for learning programming.
  • There is mention of using Notepad and avoiding IDEs to grasp coding fundamentals better.
  • Visual Basic is identified as a relevant language for the OP, particularly in the context of MS Office Macros.

Areas of Agreement / Disagreement

Participants express differing opinions on which programming language is most suitable for the OP, with no consensus reached on a single preferred language or resource. The discussion remains unresolved regarding the best approach for the OP's learning needs.

Contextual Notes

Some participants note the need for the OP to learn programming fundamentals, but there is uncertainty about the specific topics covered in the upcoming course. The discussion reflects varying levels of familiarity with different programming languages and resources.

undrcvrbro
Messages
133
Reaction score
0
I'm a chemical engineering major and I noticed that my second semester I'll be taking chemical engineering computations, which entails "basic programming language." I don't know the first thing about programming, so what books could I study this summer as a good intro? Sorry if I'm being a little vague about the exact topics the course will cover, I have no clue.
 
Technology news on Phys.org
First decide what language you want to use :-)

I suggest you start with Java, it is quite easy.

Search here for books here:

https://www.amazon.com/?tag=pfamazon01-20

There are many intro books about programming, and there are many reviews and comments that is useful for you.

Then you can google for a course home page where you can find material for an introduction java-course.
 
Last edited by a moderator:
I suggest you to learn Matlab, it have complete chemoinformatics library inside. Most works in programming is learning to understand which part of the program had been made anyway.
 
but then he needs to buy matlab.
 
malawi_glenn said:
but then he needs to buy matlab.

hmm, you are right, although java might be a little harder, since you will need to understand html, or at least that is how I learn java, by download and splicing. There is no need for any compiler though, since the browser itself is can act as the script reader.
 
dowload java and blueJ, that all he needs.
 
Download java and netbeans thought i have never used bluej, Matlab is great! but its only really good when you have the time to spent learning the amount of stuff it can do, if you just wanting to get some quick programming done its not really that fantastic java is nice or c++, java isn't hard to learn at all
 
Try learning on notepad first, try not to use IDE's, its better to learn the code. There are several "free" books on the web that you can download for c++ or java.
 
If you just want to get a understanding of programming i suggest you start with python. This language was made to be a learning language you should have any problems getting down the basics.
 
  • #10
undrcvrbro said:
I'm a chemical engineering major and I noticed that my second semester I'll be taking chemical engineering computations, which entails "basic programming language." I don't know the first thing about programming, so what books could I study this summer as a good intro? Sorry if I'm being a little vague about the exact topics the course will cover, I have no clue.

Seems like a lot of people need to work on their reading skills. OP says he needs to learn BASIC, that is a specific language.

OP also needs to learn the fundamentals of programing. How to use loops, conditional branching, how to use arrays etc. Most of these concepts are common to all programing languages, where and how to learn them is the question.

The most common place BASIC is found in this day and age is in MS Office Macros. Visual Basic seems like what you will need to learn, look for a book on Excel VB macros, you should be able to get a leg up.

HOWEVER, it seems that you still need to learn the basics of programing. There should be numerous sources on line for that, do a bit of searching, looking for programing tutorials. Of course if you can find them in basic it would help.
 

Similar threads

  • · Replies 43 ·
2
Replies
43
Views
7K
  • · Replies 28 ·
Replies
28
Views
3K
  • · Replies 102 ·
4
Replies
102
Views
4K
Replies
16
Views
3K
  • · Replies 16 ·
Replies
16
Views
3K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 9 ·
Replies
9
Views
2K
Replies
6
Views
3K
  • · Replies 102 ·
4
Replies
102
Views
9K