It's way faster to write code for it. It's like 5 lines of code.ahb21 wroteWait, people actually wrote code to register?
I just computed it mathematically on a calculator.
Far less steps then finding an algorithm and then debugging if you have something wrong.
What do you think about Python?
- Edited
No. There is no such thing as a good programmer. All programmers produce buggy, hard to understand code.Hello1245 wrote Do you think I'm gonna be a good Programmer?
I think that "Nasa uses it" is a lousy argument.Hello1245 wrote Should I continue with Python or should I start with C or Java?. I've heard that Python is easy and fast, plus Nasa uses it. What do you think?
I personally didn't like Python too much when I tried using it, I found doing simple tasks like opening a file being somewhat elaborate, compared to Node JavaScript.
Given the choices above, I would (and I mean me not you - so it only applies to me - but that's all the opinion I can give you), I would look into learning Java. My impression is that Java concepts are easy to understand and widely used across languages (Object-oriented, etc.). So in a way, Java feels like a "neutral" language.
8 months later
It is the easiest, and yet it is in demand world wide (except in lebanon, where the only thing in demand is you know what)
I don't know what ... In my company we use any language/framework that is suitable for the job. I've even seen scala and haskell here.ThunderGladiator wroteIt is the easiest, and yet it is in demand world wide (except in lebanon, where the only thing in demand is you know what)
Personally, I've never had a boss that was like "use this language not that". The only companies that do that are ones that offer minimum wage, and want to keep replacing employees often, fearing that the newcomers won't be able to work with some "alien" language/framework. Those companies are also dying if I'm not wrong (at least the ones I know).
a year later
Do you guys have any good resources for python coding for IT ? I won't know if any course online is good
It's not entirely ready yet but this is a draft of a book being written by a university professor. http://python.cs.southern.edu/pythonbook/pythonbook.pdf
Why not check the official tutorial?
This is a biased opinion, but I also suggest learning C after Python.
i want something for beginners as i know nothing about codingJoe wroteWhy not check the official tutorial?
- Edited
What kind of computer knowledge do you current have? Can you set up a compiler, etc...?
Start with C or java if python scares you.
C is very easy for people without previous programming knowledge. There aren't many concepts in C and once you are done with it, many other languages will feel like a continuation of what you learned in C.
Java is more comprehensive as it is a complete ecosystem. Here is a "from scratch" Java tutorial https://docs.oracle.com/javase/tutorial/getStarted/index.html
Start with C or java if python scares you.
C is very easy for people without previous programming knowledge. There aren't many concepts in C and once you are done with it, many other languages will feel like a continuation of what you learned in C.
Java is more comprehensive as it is a complete ecosystem. Here is a "from scratch" Java tutorial https://docs.oracle.com/javase/tutorial/getStarted/index.html
- Edited
"Should I learn Python?"
I guess this is a timeless question.
I guess this is a timeless question.