UrbanPro

Learn Python Training from the Best Tutors

  • Affordable fees
  • 1-1 or Group class
  • Flexible Timings
  • Verified Tutors

Search in

I have passed Btech Electronics and Communication in 2015 and as you all know in ECE there is little knowledge of programming. And i want to learn Python from scratch. How much time it'll take to get a job after learning Python.

Asked by Last Modified  

24 Answers

Learn Python

Follow 9
Answer

Please enter your answer

For Python, ideally, it takes two months for completing the syllabus. Then it needs practice. B.Tech Electronics with no computer science background can also learn python. It does not require additional effort to know everything in a computer science subject. Getting a job depends on your logic.
Comments

Experienced IT Trainer, Academic Associate, IT Enthusiast

Dear Arun, you are on the right track; after learning python, you can get a good job. If I talk about time, then it will typically take 1 to 1.5 months to learn python skills, but if you want to learns the actually implemented packages of Python in the industry (for example, NumPy, Pandas, Tensorflow,...
read more
Dear Arun, you are on the right track; after learning python, you can get a good job. If I talk about time, then it will typically take 1 to 1.5 months to learn python skills, but if you want to learns the actually implemented packages of Python in the industry (for example, NumPy, Pandas, Tensorflow, OpenCV, Sklearn etc.), you need 2 to 3 months. This duration may vary based on the time devoted and practice. read less
Comments

It depends on your specialisation you select further in Python programming and how skilled you are at it. There are platforms like Sololearn, Codecademy, HackerRank where you can learn programming and solve multiple quizzes. The more problems you solve, the higher your rank gets, and you'll be more noticeable...
read more
It depends on your specialisation you select further in Python programming and how skilled you are at it. There are platforms like Sololearn, Codecademy, HackerRank where you can learn programming and solve multiple quizzes. The more problems you solve, the higher your rank gets, and you'll be more noticeable to the companies that are tied up with those websites. So you'll have higher chances of getting a job much sooner than applying and attending interviews outside. The world's online today with everything at our fingertips! So make good use of the resources and practice enough, and you'll be getting an excellent job in no time. Happy learning!! (: read less
Comments

It may take anywhere between 40 to 60 days at least.
Comments

Tutor

3-5 Months of training, and you can get the job in Python.
Comments

Siaec Saraswati Institute- Professional & Private Tutor with 16 years of experience

3 to 6 months depends upon our level of practices
Comments

Python tutor with 14 years of experience

Python is the most widely used language. It is majorly used for Automation, Web development and Data Science. The right question you should ask yourself is that, In which profile you want to make your career. Learn Python, along with the required modules for a specific domain. That is the right approach...
read more
Python is the most widely used language. It is majorly used for Automation, Web development and Data Science. The right question you should ask yourself is that, In which profile you want to make your career. Learn Python, along with the required modules for a specific domain. That is the right approach for getting the job. read less
Comments

Teacher By Passion, KV Aluminate, Senior Software Engineer @ Product Based Startup.

Hi Arun, it's very simple to learn Python & it is one of the easiest & fastest languages to learn, i.e., in exactly 2 weeks you would be able to code some simple programming questions like Fibonacci, amstrong number, etc. Now since you have got some fundamentals, you should start your training...
read more
Hi Arun, it's very simple to learn Python & it is one of the easiest & fastest languages to learn, i.e., in exactly2 weeks you would be able to code some simple programming questions like Fibonacci, amstrong number, etc.Now since you have got some fundamentals, you should start your training driven towards your end goal, if you are going to program micro-controllers for IoT applications learn Python applications with Raspberry or Arduino which would take 3-4 weeks if you canafford 4-5 hours a week.If you are planning to apply for Software oriented roles, now you would have focused more on CS fundamentals which is Problem Solving & Algorithmic Analysis with Python, which would take around 5-6 six weeks for you to get a good hold, before given interviews. read less
Comments

Python and Unix Professional(10 years IT Exp)

If you are going to learn like Elon Musk, then a definite one week will be enough if you are learning like one hour a day with less concentration then three months. But If you are learning with a days gap, then maybe more than six months. It all depends from person to person, but python one of the...
read more
If you are going to learn like Elon Musk, then a definite one week will be enough if you are learning like one hour a day with less concentration then three months. But If you are learning with a days gap, then maybe more than six months. It all depends from person to person, but python one of the simple language to learn. If you know C, then quickly you can learn within one 1month. Expertise and experience will take a couple of years. read less
Comments

Creative and Practical

If you are looking for a job that requires you to work on python, look at the job description and practice that instead of learning python. This should help you land a job in about three months.
Comments

View 22 more Answers

Related Questions

I am web developer with HTML and CSS knowledge, want to move a step ahead in programming web/desktop/mobile applications, which language is better, Python, Java or C#?
With knowledge of only HTML and CSS, Java and C# would be very difficult to catch up. Choose Python not just because it is easy but more relevant when combined with Django web framework. Even job opening...
Thomas
Should I go for Web Development Course Or Python?
Hey Avik! Both of them are gems in their own respect. If you look precisely and from a professionals point of view, Web development is wide/ vague term and can include any thing ranging from php, Python,...
Avik

What is a Python development, UGI, Data science and Machine learning? Do they all include Python or are they different? Which is better to learn for making a career?

Python development is a field in which you develop real world applications using the Python programming language. UGI stands for Upper Gastrointestinal and it is a concept in human body. Data Science is...
Srinu
While teaching IT Student (MCA / BCA / BTech), I found most of the students are not having good programming skills but they are still running behind to learn .NET / PHP / PYTHON / ANDROID / JAVA. Why is it so? What we should do better to improve a sound programming skills among most of IT Students?
on college days they r learning c,c++ and following faculties are also giving a road map of "programming means" thease languages only , even these are the languages are familier , where you justify them...
Amit Kumar
How can I easily learn Python?
UrbanPro does not allow naming a website in answer so I have to write in this way. 'sololearnDOTcom/Course/python' is the website you can follow for easily learning python3. Its like playing a game over there.
Aditi
0 0
6

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Python Programming Introduction.
Introduction To Python What is Software? What are its types? Software is a set of instructions, data, or programs used to operate computers and perform specific tasks. It tells the hardware what to...
P

Visualize your python code
Hi All, Many developers in the beginning of their career want to visualize how their code is working and the program flow. You can use the following link to visualize your python code. http://www.pythontutor.com/visualize.html#mode=edit ...

Sudheer S

0 0
0

Multiple Decorators
#Multiple decorators can be chained in Python.#A function can be decorated multiple times with different (or same) decorators.#We simply place the decorators above the desired function. def star(func):...

A Python Program to calculate Variance and Standard Deviation
Finding the variance and the standard deviation. Variance and Standard Deviation are related measures of dispersion that tell us more about a list of numbers,like are they...

Python : functional programming characteristics
Functions are first class (objects). That is, everything you can do with "data" can be done with functions themselves (such as passing a function to another function). Recursion is used as a primary...

Recommended Articles

Python is one of the most popular programming languages in the world. It is general-purpose, object oriented, high-level programming language used in a number of programming fields. Python is a great programming language to learn as it will introduce you to the world of programming. If you are from the technical background...

Read full article >

Whether it was the Internet Era of 90s or the Big Data Era of today, Information Technology (IT) has given birth to several lucrative career options for many. Though there will not be a “significant" increase in demand for IT professionals in 2014 as compared to 2013, a “steady” demand for IT professionals is rest assured...

Read full article >

Hadoop is a framework which has been developed for organizing and analysing big chunks of data for a business. Suppose you have a file larger than your system’s storage capacity and you can’t store it. Hadoop helps in storing bigger files than what could be stored on one particular server. You can therefore store very,...

Read full article >

Information technology consultancy or Information technology consulting is a specialized field in which one can set their focus on providing advisory services to business firms on finding ways to use innovations in information technology to further their business and meet the objectives of the business. Not only does...

Read full article >

Looking for Python Training classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you
X

Looking for Python Training Classes?

The best tutors for Python Training Classes are on UrbanPro

  • Select the best Tutor
  • Book & Attend a Free Demo
  • Pay and start Learning

Learn Python Training with the Best Tutors

The best Tutors for Python Training Classes are on UrbanPro

This website uses cookies

We use cookies to improve user experience. Choose what cookies you allow us to use. You can read more about our Cookie Policy in our Privacy Policy

Accept All
Decline All

UrbanPro.com is India's largest network of most trusted tutors and institutes. Over 55 lakh students rely on UrbanPro.com, to fulfill their learning requirements across 1,000+ categories. Using UrbanPro.com, parents, and students can compare multiple Tutors and Institutes and choose the one that best suits their requirements. More than 7.5 lakh verified Tutors and Institutes are helping millions of students every day and growing their tutoring business on UrbanPro.com. Whether you are looking for a tutor to learn mathematics, a German language trainer to brush up your German language skills or an institute to upgrade your IT skills, we have got the best selection of Tutors and Training Institutes for you. Read more