I am from non technical Background. In how many days I can learn the python? and What I need to do for that?
Answer / Jai Prakash
Learning Python from a non-technical background requires dedication, practice, and understanding. A good starting point is to enroll in an introductory Python course or tutorial, such as Codecademy, Coursera, or freeCodeCamp. Dedicate about 1-2 hours per day to learn the basics of Python syntax, data structures, and control flow. Additionally, practice by solving coding problems on platforms like LeetCode, HackerRank, or Project Euler. It will typically take several weeks to a few months to gain a solid foundation in Python.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the use of ternary operator in python?
What is the optional statement used in a try except statement in Python?
What is overriding in python?
Can __ init __ return value?
How will you sort a list?
Does Python support enums?
Tell me is there a switch or case statement in python? If not then what is the reason for the same?
Explain how python does compile-time and run-time code checking?
How to get indices of n maximum values in a numpy array?
What types are iterable in python?
What is meant by instantiating a class?
What is the pythonpath variable?