Top Tier Python
114 posts

Top Tier Python
@TopTierPython
Learn top-tier Python, for beginners and masters alike // I coauthored a Python library w/ 15,000+ monthly downloads // By @jamest_lu


Andy says that code should explain comments to the computer because beginners tend to get the algorithm wrong moreso than the syntax. Write out what you’re doing in your own language first so you can make sure the instructions are right robhaisfield.com/notes/new-user…


I was thinking to myself "huh, parentheses, brackets, and curly brackets sort of shape data, so what if they expanded to take as many lines as they encapsulate?" Never mind this idea is ugly lol











2/ A good IDE can help you learn faster by explaining and helping fix mistakes. They also have convenient tools like - The debugger, which lets you pause your program and interact with it - Quick documentation, which pulls up documentation on what your cursor is on automatically



Do you want to turn your CLIs into beautiful GUIs? It's easy with PyWebIO! For input, it supports checkboxes, selectors, and more. For output supports images, videos, tables. Try PyWebIO today. pywebio.readthedocs.io/en/latest/


2/ A good IDE can help you learn faster by explaining and helping fix mistakes. They also have convenient tools like - The debugger, which lets you pause your program and interact with it - Quick documentation, which pulls up documentation on what your cursor is on automatically

















