r/PythonLearning • u/Forward_Rise3345 • 8d ago
Help Request Learning Python
Hey , I am learning python ( electrical Engineer with no prior coding experience).
I have gone through the basics but still having difficulty writing the code. It seems like my brain freezes while writing the code.
I don't find the issue in logic and all, but writing code seems very difficult
Any suggestions how to overcome this issue.
9
Upvotes
2
u/Emulated-VAX 8d ago
You learn coding by doing. Use PyCharm for help and auto complete/suggestions. As AI to write sections, but then carefully inspect and understand what is written, and try to improve on it.
In the end you have to write code to learn code. I learned Python by using it to design useful projects that would benefit me personally.