+ 1
I am too weak in mathematics... How can I learn coding in easy way ?
4 ответов
+ 3
There's no "easy way" to learn to program, there are no shortcuts. Inded, one of my favorite tutorials is called "Learning Python The Hard Way".
The good news is that you don't need to know much mathematics beforehand in order to learn coding. Logic and math are a part of coding, but it's learned naturally at the same time. Learning some basic math through tutorials or games might aide you with the more complex algorithms, but don't stress about it.
+ 2
You don't need that much maths in coding. If you're basing your math skills on the challenges, then don't worry because these focus on maths much more than we do in actual coding. So my advice would be: make sure you understand + - * / and try to code some yourself (after finishing a course). If you still struggle by then, look up 'Math Master' in the Play Store
0
I think the most important thing when it comes to coding is learning how to approach the problem. When you get a whole lotta mathematics, try to understand which stages it consists of. Don't try to do all at once. And yes, you gotta fully understand the +, -, *, //, /, data types etc.