+ 1
How to be pro in python?
xyz
18 Answers
+ 10
-Be master at every concept,
-Solve your queries before going to next topic.
-Practice every concept you've learnt.
-Take challenges in python.
-Try to solve maths problem with python.
+ 6
Do you mean to be proficient in Python's syntax or competent job requirements of Python or achieve something with Python, and so on?
All these depend on your goal.
+ 4
Learn Every Concepts Thouroghly
Then Practice them regularly
+ 2
Somebody wrote code to take a string input and output it, repeated 10 times.
However, the code results in an error.
Fix the code to output the desired output.
Sancho Godinho Thirunalankumar 🔰TERMUCX🔰 Watch My Code
can you guy's solve this one for me?...
i tried but couldn't get the desired output..
+ 1
Practice Python & Make High Level Programs.
After You Get Errors, Understand Then & Solve Them Too!
Understand & Learn About Important Modules In Python Such As urllib/requests, tkinter, numpy, etc.
& Be Just Like Me 😁
+ 1
Looking at other peoples source code. example: If you’re into hacking, then look at tools at Kali Linux which are all opensource posted on GitHub, such as smurf, sqlninja, sqlmap, hydra, John, etc… All open on github for you to view, now out of just memory I do recall over half the tools are written in C or C++, but sqlmap for example is written in Python, i’d studio that. See how they wrote it, the libraries they used, the format, the structure of the code, etc… Just don’t copy it line per line.
+ 1
SUJAN PAUDEL how about if i don't have a laptop? I've just an android device then how I'm gonna be a pro in python?
+ 1
Clay Being Interested in Some thing is very Best way to achieve success if you don't have laptop you can use yours mobile phone too ...
If you're using other mobile phones you can read Language related books and practice in your copy or in your school/college computers 😊
+ 1
SUJAN PAUDEL any android apps where i can learn?
+ 1
Same as any other field outhere, practise consistently and push for better (out of your comfort zone)
+ 1
Only one word "PRACTICE"
0
Try making indentation errors🐍
//
lol, just joking...refer to these links:
https://thepythonguru.com/10-tips-for-you-to-become-a-prominent-JUMP_LINK__&&__python__&&__JUMP_LINK-programmer/
https://www.quora.com/How-do-I-become-an-expert-Python-programmer
0
...=input()
print(...*the number of times it should be printed)
Clay
0
-Be master at every concept,
-Solve your queries before going to next topic.
-Practice every concept you've learnt.
-Take challenges in python.
-Try to solve maths problem with python.
0
Nothing without hardwork and smartwork
0
Now it’s very easy. Just take online python courses. I recommend MIT, but any US/UK university course could do (europe land universities are horrible in teaching sw in english). After you cover the basics switch to advance topics which you really like and are passion about. Like data science, machine learning, web development, hacking, etc. Once you are done with courses start apply for a junior job or start your own projects. Don’t forget that learning is never ending process - subscribe to python journalls and be always up to date with the trends and new features.
0
to make very practice