Software developer. Python & Rust fanboy. I love discussing good software design and architecture
Software developer. Python & Rust fanboy. I love discussing good software design and architecture
Nothing here yet.
While I was writing code for my "markdown2gist" project (a small Python script that extracts code blocks from Markdown files and uploads them as a Github Gist), I had to write a function that extracts the code blocks from the contents of the markdown...

How hard can it be — is should be easy with Python, right ? Actually, it was not so trivial — let’s take a deeper look. Photo by AbsolutVision on Unsplash Why I needed to scrape 1000 news ? My goal was to create a neural-network which can correctly c...
