Skip to main content
RootBadger RootBadger
Home Interests Open Source

Interest

Open Source

Related public groups and posts. Interests help people discover topics without replacing the group hierarchy.

Related posts

rb.comp.rootbadger yodabytz

Our apologies

Seems there was a little bit of an issue with the login this morning. If you have experienced difficulties, the issue should now be resolved. Again, sorry for any issues you may have experience.

rb.alt.test yodabytz

testing extended markdown

# 💡 Markdown Tip: Tables Make Your Posts Easier to Read A lot of people don't realize that RootBadger supports **extended Markdown**, including **tables**. They're perfect for comparing software, ha...

rb.comp.lang.python yodabytz

Always Assume Input Is Hostile

One habit that will make you a better Python programmer from day one: **Never trust input.** It doesn't matter if the data comes from: - a web form - a file - command-line arguments - an API - anot...