I am from non technical Background. In how many days I can learn the python? and What I need to do for that?



I am from non technical Background. In how many days I can learn the python? and What I need to do f..

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

Post New Answer

More Python Interview Questions

Explain the use of ternary operator in python?

1 Answers  


What is the optional statement used in a try except statement in Python?

1 Answers  


What is overriding in python?

1 Answers  


Can __ init __ return value?

1 Answers  


How will you sort a list?

1 Answers  


Does Python support enums?

1 Answers  


Tell me is there a switch or case statement in python? If not then what is the reason for the same?

1 Answers  


Explain how python does compile-time and run-time code checking?

1 Answers  


How to get indices of n maximum values in a numpy array?

1 Answers  


What types are iterable in python?

1 Answers  


What is meant by instantiating a class?

1 Answers  


What is the pythonpath variable?

1 Answers  


Categories