Search posts, tags, users, and pages
Ashutosh Rath
Devified
Have you ever used JSON.parse() and wondered about the magic happening behind the scenes? I recently embarked on a journey to build a JSON parser from scratch, and what I discovered was both challenging and fascinating. In this post, I'll walk you th...
Tyler Green
Helping quietly ambitious engineers get unstuck and build real things.
This is a great write up! I commend you for building something from scratch for the learning experience! Have you tried publishing it to PyPI?
Hey Jones, thank you. No I haven't tried PyPI yet. Will explore this now for sure.
good deal! it will likely involve adding a setup.py file and perhaps modifying your directory structure but I think you're nearly there already. happy to chat if you'd like any pointers!
setup.py
Tyler Green
Helping quietly ambitious engineers get unstuck and build real things.
This is a great write up! I commend you for building something from scratch for the learning experience! Have you tried publishing it to PyPI?