/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.feoh.org
| | kevingimbel.de
2.5 parsecs away

Travel
| | A digital garden of sorts; always growing
| | www.makeworld.space
2.6 parsecs away

Travel
| | Packaging a Python project into a standalone executable is often a struggle. Thankfully we have tools like PyInstaller to make this easier. Recently I ran into another struggle of my own, which was that it seemed impossible to "cross-compile" with PyInstaller. That is to say, run PyInstaller on one OS, and have it generate an executable for another. It was hinted at that Linux Windows was possible using Wine, but I couldn't find any guides on it.
| | 200ok.ch
2.6 parsecs away

Travel
| | [AI summary] A blog post guides readers through setting up VIM with essential plugins to function as a powerful Python Integrated Development Environment, replicating features like code completion and graphical debugging.
| | www.abubalay.com
20.6 parsecs away

Travel
| [AI summary] The article explains the concepts of recursive descent and LR parsing while deriving practical parsing techniques like Pratt parsing from automaton theoretical foundations.