tgherzog / wbgapi

Python module that makes using the World Bank's API a lot easier and more intuitive.
MIT License
140 stars 31 forks source link

nbdev #10

Open brunosan opened 4 years ago

brunosan commented 4 years ago

Hi @tgherzog 👋

Love this. Just wanted to encourage you to check nbdev to package the code. It's insanely practical. You basically play around on a jupyter notebook, and it automatically handles the conversion into a python lib you can publish to pip, versioning, documentation site, tests, ...

I'm using it and I love it. Hope this helps! Happy to give the gist of it, or you can also watch this tutorial

Bruno

tgherzog commented 4 years ago

Thanks, Bruno! Definitely will be useful when it comes time to push it out to pip etc