Revamping My Projects Page with Nikola
A week ago, I was inspired to produce a new projects page for myself. The previous one was a trainwreck with a lot of hacks. Also hosted on GitHub Pages for some reason.
A week ago, I was inspired to produce a new projects page for myself. The previous one was a trainwreck with a lot of hacks. Also hosted on GitHub Pages for some reason.
There are multiple ways to write an app in Python. However, not all of them provide your users with the best experience.
One of the problems some people encounter is writing launch scripts. The
best way to handle this is the Entry Points mechanism of Setuptools, and a
__main__.py
file. It’s quite easy to implement. If you’re interested,
read on to learn more!
Via Tarek Ziadé (original meme, none this year…) and Alex Clark. Right after the break.
Via Tarek Ziadé. Right after the break.
I recently started writing Python code. And I love it.