Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Python by (55.6k points)

Can anyone tell me how much time needed to learn python to get a job?

1 Answer

0 votes
by (119k points)
edited by

Python has careers in web development, Data Science, Big Data, App Development, and Machine Learning.  It will take 4-5 months to learn Python spending 4 hours every day.

First start with basics such as learning functions, control structures (for loops, while loops, and if-else statements), data types (Strings, Lists, Tuples, Dictionaries), object-oriented programming (object, class, constructor, methods)

After this learn the following essential python libraries:

  • Pandas – for Data Cleaning, data manipulation, data analysis
  • NumPy – for Numerical computations and handling multi-dimensional arrays
  • SciPy – for linear algebra computations
  • Matplotlib and Seaborn – for data visualization
  • Also learn Django and Flask frameworks if you want to learn advanced python.

If you wish to learn Python from Industry experts, then register for this well-designed Python Course by Intellipaat.

Related questions

0 votes
1 answer
asked Apr 26, 2020 in Python by Sudhir_1997 (55.6k points)
0 votes
1 answer
0 votes
1 answer
asked Jun 17, 2020 in Python by Sudhir_1997 (55.6k points)

Browse Categories

...