0
hey buddies. I am new to coding is it better if I start of with Python?! or should I start with C or C++???
22 ответов
+ 14
start with python
+ 4
Python is a good startup language specially for totally begginers in programming... As it simple, clean, easy to learn, open source, multipurpose and portable language... You can also find a bunch of resources that are free and easy to follow as well... Hope you continue your journey with python and I would suggest you to start your journey to learn Python with SOLOLEARN and boast your knowledge... Its awesome... In the end good luck
+ 3
The programming world always begins with C. The reason is that C is still the de facto standard when it comes to complex coding. There are many cases where C is easily used to solve problems that 'higher level languages' simply cannot. Also, C provides easy access to hardware, making it easier to code programs that require specific hardware access.
Python is an amazing language, but I would recommend C first, as it is the base for all programming.
+ 2
i started with Python and then went to C.
For me, this seemed like the right choice. But if you put the time in to learn, it shouldn't matter what you start with.
+ 2
start from python and try to go for java.vb.
+ 2
I started with python. so o think it is best star because not like others it can give you a
basic idea of programming.
+ 1
Опятьтаки какая техника. В универ кидают по 2 и 3 языка. Больше не советуют. Ибо надо учить не все сразу,а по приоритету. Легче начинать с питона , а там драйф будет уже пойман и легче стартовать будет. Сам сейчас так учусь.
+ 1
Python is a great starter into programming. I am trying to learn to program on a pi system so it works for me, but c or c++ is more common for coders outside of pi I think.
+ 1
I am only 10 years old and it is very easy for me to learn from this site.
0
Сначала подумай , для чего тебе эти языки
0
это важно для техники, так что я пытаюсь выучить язык
0
python is best choice for start.
0
thanks guys a lot
0
It depends on your goals. If You want to have deep understanding where it all comes from, your order for learning is: C -> C++ -> Python. If You are looking for quick start, skip C/C++, and go Python :)
0
phyton s gd go for it
0
this is very easy to start before you learn c and c++ ...
0
i recomendet to start with python. C and C++ are really good languages. but python is better choic for begginer. I tried start with C. but now i see the difference.
0
yea I asked my old professor where should I start and she sent me here
0
python is suitable for perimer
0
Both programming languages have their pros and cons when it comes to learning programming skills.
Python is a high level programming language, which means that it hides the complex parts about programming, becoming very easy to learn and understand, but won't give you a deep understanding of how everything is working.
C, on the other hand, is a low level programming language compared to Python. This means is more complex, and requires you to do more to obtain simple results, but gives a really deep level of understanding of how computers manage and store information.
I started with C, and even though is harder and more challenging, in the end you'll learn more and will be prepared for mostly any other language. As a conclusion, I would say Python works so smooth, it seems like magic, it works but you don't know exactly how... C is hard at first, but rewarding in the end.
Lastly, I recommend you to start with some free courses from EdX, like Harvard's CS50 (C) or MIT introduction to programming (Python). Sololearn is more of an introduction to the shntax and basic concepts, but I don't think is enough to become a programmer.