4 Replies
Structure?? Well keep it organized functions with functions , comment your code etc and to learn python just code and try take on bigger challenges
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.
This is good advice too especially if you're a software engineer at a firm