I am new to Python and trying to get enter in Software domain Kindly suggest me some major helpful tips

0 votes
Generally , I can write the program when I learn any particular topic in python but after sometime I again forget . I really feel hopeless . Plz suggest me some tips .
Nov 5, 2019 in Python by Rahul
• 120 points
439 views

1 answer to this question.

0 votes
Hi @Rahul. I have been a Python Developer for 5 years and to be frank, even I don't remember everything I have learnt. Programming is not remembering every line of code, it's more about logic and solving the problem. You will start remembering the code with practice, don't worry about it now. Right now concentrate on data structures, sorting algorithms and logical solving. That will help you enter the software domain. After that, depending on the organization you join and the job role, you will learn one or more libraries in depth.
answered Nov 6, 2019 by Sushmita

Related Questions In Python

0 votes
1 answer

i am normalizing the data set iris in python and get the error ::TypeError: 'numpy.float64' object is not callable

TRY THIS   #Nomalisation for i in names:     print(i)   ...READ MORE

answered Aug 20, 2019 in Python by Noel Deepak Palle
5,522 views
0 votes
0 answers
–1 vote
2 answers
0 votes
1 answer

What's the right way to concatenate files and appending the New Line character in Python? Text or binary mode?

It seems like you're using the wrong ...READ MORE

answered Nov 13, 2018 in Python by Anirudh
• 2,080 points

edited Dec 14, 2018 by Anirudh 1,251 views
0 votes
2 answers
+1 vote
2 answers

how can i count the items in a list?

Syntax :            list. count(value) Code: colors = ['red', 'green', ...READ MORE

answered Jul 7, 2019 in Python by Neha
• 330 points

edited Jul 8, 2019 by Kalgi 4,060 views
0 votes
1 answer
+1 vote
1 answer
+1 vote
1 answer

how do i get a optimal cutoff value(directly in the form of numeric) from roc curves?

The optimal CutOff value is the point ...READ MORE

answered Oct 17, 2019 in Python by Saira
2,991 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP