5 simple steps for converting Markdown documents into HTML and adding Python syntax highlighting
A 5-step tutorial on converting Markdown to HTML with Python syntax highlighting using Python-Markdown and Pygments.
SebastianRaschka.com is the personal blog of Sebastian Raschka, PhD, an LLM research engineer whose work bridges academia and industry in AI and machine learning. On his blog and notes section he publishes deep, well-documented articles on topics such as LLMs (large language models), reasoning models, machine learning in Python, neural networks, data science workflows, and deep learning architecture. Recent posts explore advanced themes like “reasoning LLMs”, comparisons of modern open-weight transformer architectures, and guides for building, training, or analyzing neural networks and model internals.
110 articles from this blog
A 5-step tutorial on converting Markdown to HTML with Python syntax highlighting using Python-Markdown and Pygments.
A tutorial on creating tables of contents with internal links in IPython Notebooks and Markdown documents using HTML anchors.
A tutorial explaining Python namespaces, scope resolution, and the LEGB rule for variable lookup with practical examples.
An in-depth exploration of Python's advanced features, quirks, and common pitfalls for experienced developers.
A technical guide to implementing Principal Component Analysis (PCA) for dimensionality reduction, comparing it with MDA and providing code examples.
A guide to installing Python scientific libraries (NumPy, SciPy, matplotlib) on macOS 10.9, covering both Anaconda/Miniconda and manual pip installation methods.
A comprehensive guide to performing SQLite database operations in Python using the sqlite3 module, from setup to queries.
A guide to unit testing in Python, covering its benefits, components, and a practical walkthrough using the py.test framework.
A tutorial on creating customizable heat maps in R using the gplots and RColorBrewer packages for data visualization.
A guide to using SQLite and Python's sqlite3 module to efficiently manage and query large datasets from text files.