can i do python directly without knowing c,c++, and java
Hello!
Yes, it is definitely possible to learn Python directly without knowing C, C++ and Java.
Python is a beginner- friendly programming language. You do not need any prior experience to learn Python. Moreover, Python is easier to download and install. The syntax is very simple and you can easily read this language. It is an interesting language and we can run the code instantly without waiting for compiling and building.
However, it is advisable to learn C, C++, Java too, if you wish to advance with programming.
https://www.careers360.com/careers/computer-programmer
Best wishes
Dear Student ,
Yes .. you can learn python without knowing the fundamental programming language like C, C++ and Java.
But as I have said above .. those are the fundamental programming language i.e. those languages will build your programming knowledge and their different application in individual technical field/platform.
like an example , C++ and JAVA language will give you the knowledge of OOPs
JAVA will give you the knowledge of performing web applications using applet and database connection using JDBC
C language is a basic language that can help anyone to learn some fundamental but important topics like memory allocation, pointer, structure/Union.
Python is one of the easiest languages for programmers as it has pre built functions and libraries that makes a code more clearly understandable with less complexity .
Note : You can learn Data Structures along with Python to build your knowledge in more depth.
For more details about Python, refer this :
Hope this helps !