Live data from Hacker News

Show HN: Resume Builder in Python

github.com

1–10 of 18 posts

Show HN: Resume Builder in Python

#1
A no nonsense tool to build resumes in pure Python. No extra dependencies, no pip install etc.

Ths tool creates a clean, easy to read resume as a self contained HTML file You can easily convert this to PDF in your browser.

Let me know what you think! I created this to help me quickly tailer my resume for multiple jobs. Writing a resume in Google Docs just wasn't cutting it. Cheers!

Show HN: Resume Builder in Python
github.com

Re: Show HN: Resume Builder in Python

#3
post #2

This screams of "if all you have is a hammer..." You just want/need a way to keep your CV in a source code format. Why not TeX/LaTeX?

LaTeX requires retaining a large installation. Python and a web browser are usually always there. Also here resume exists in a structured form. Recently posted[0] RenderCV[1] does something similar but outputting to TeX instead.

[0]: https://news.ycombinator.com/item?id=40472994 [1]: https://github.com/sinaatalay/rendercv

Re: Show HN: Resume Builder in Python

#5
post #2

This screams of "if all you have is a hammer..." You just want/need a way to keep your CV in a source code format. Why not TeX/LaTeX?

LaTeX requires retaining a large installation. Python and a web browser are usually always there. Also here resume exists in a structured form. Recently posted[0] RenderCV[1] does something similar but outputting to TeX instead. [0]: https://news.ycombinator.com/item?id=40472994 [1]: https://github.com/sinaatalay/rendercv

> Python and a web browser are usually always there.

Python is only there if you are on an Unix machine. If you are on Windows, that is not true. And if you are on Unix, then getting LaTeX is just a rpm/apt/homebrew command away.

It's not like it's saving me from having to learn something. If I have to deal with a new DSL that does not give any real advantage over a generic tool, what is the point?

Re: Show HN: Resume Builder in Python

#9
post #5

Earlier quoted context omitted.

LaTeX requires retaining a large installation. Python and a web browser are usually always there. Also here resume exists in a structured form. Recently posted[0] RenderCV[1] does something similar but outputting to TeX instead. [0]: https://news.ycombinator.com/item?id=40472994 [1]: https://github.com/sinaatalay/rendercv

> Python and a web browser are usually always there. Python is only there if you are on an Unix machine. If you are on Windows, that is not true. And if you are on Unix, then getting LaTeX is just a rpm/apt/homebrew command away. It's not like it's saving me from having to learn something. If I have to deal with a new DSL that does not give any real advantage over a generic tool, what is the point?

Someone built something the way that they did because they wanted to. Clearly this isn’t for you :shrug:
Post reply on HN