Python C or Python for Mechanical Engineering Projects

  • Thread starter Thread starter al_9591
  • Start date Start date
  • Tags Tags
    Python
AI Thread Summary
For a mechanical engineering major deciding between C and Python for their first programming class, Python is often recommended as the more engaging and accessible option. It is considered beneficial for future projects due to its simplicity and versatility. However, knowledge of C is also valuable, as it is commonly used in engineering applications. Ultimately, learning both languages is advantageous, as proficiency in C can facilitate easier transitions to other programming languages like Java and PHP. The consensus leans towards starting with Python for its ease of learning, but familiarity with C is also important for a well-rounded skill set in engineering.
al_9591
Messages
12
Reaction score
0
Hi,
I am majoring in mechanical engineering, and I have to take my first programming class, I have 2 options, a course that teaches C and another Python. Which one should I chose for ME? why? Which one do you think is more helpful for a ME major and is going to help me more in my future ME projects? Thanks
 
Technology news on Phys.org
al_9591 said:
Hi,
I am majoring in mechanical engineering, and I have to take my first programming class, I have 2 options, a course that teaches C and another Python. Which one should I chose for ME? why? Which one do you think is more helpful for a ME major and is going to help me more in my future ME projects? Thanks

You should learn both, IMO. You will program in both most probably in your future work. As for picking which to learn first, Python is probably more interesting to learn first.
 
Thanks, I'll learn Python first then.
 
I learned C first(C++ specifically) in High School. Junior/Senior year of HS I took AP computer science classes which focused on Java.

The good thing is, once you know C it's pretty easy to jump into Java and PHP if you ever need to.

I don't know Python, nor do I know much about it.
 
Thread 'Is this public key encryption?'
I've tried to intuit public key encryption but never quite managed. But this seems to wrap it up in a bow. This seems to be a very elegant way of transmitting a message publicly that only the sender and receiver can decipher. Is this how PKE works? No, it cant be. In the above case, the requester knows the target's "secret" key - because they have his ID, and therefore knows his birthdate.
Thread 'Project Documentation'
Trying to package up a small bank account manager project that I have been tempering on for a while. One that is certainly worth something to me. Although I have created methods to whip up quick documents with all fields and properties. I would like something better to reference in order to express the mechanical functions. It is unclear to me about any standardized format for code documentation that exists. I have tried object orientated diagrams with shapes to try and express the...

Similar threads

Back
Top