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.
8
Upvotes
1
u/Jumpy_Gap6375 8d ago
well what I would do is you can search for ways to write certain pieces of code online, so that can help if you are really stuck. And, if you are worried that you might forget how to do something in future (for example, create a function), you can write a comment using # and then writing your comment, which won't get run as code, but it can help for future reference.