jinbaba ki wife
jinbaba ki wifeโ€ข4w ago

help

guys how can i improve my python and other languages code structure
4 Replies
c8
c8โ€ข4w ago
Structure?? Well keep it organized functions with functions , comment your code etc and to learn python just code and try take on bigger challenges
jinbaba ki wife
jinbaba ki wifeOPโ€ข4w ago
thx for that
๐“๐“ต๐“ฎ๐“น๐“ฑ ๐“ž๐“ท๐“ฎ
to help improve your code structure, try breaking it into smaller, reusable pieces and stick to clear naming conventions and style guides like PEP 8. Refactor often, avoid repeating yourself, and write tests to make sure everything works as expected. Use version control, linting tools, and check out open-source projects to learn from others and keep your code clean and readable.
c8
c8โ€ข4w ago
This is good advice too especially if you're a software engineer at a firm

Did you find this page helpful?