Banner
logo
Pito Salas' Blog - Today I learned...
Using a Markov chain to generate readable nonsense with 20 lines of Python
Initializing search
    GitHub
    • Blog
    • Recommendations
    • Independent Study
    • Job Search
    • Keeping Up
    • Curacao
    • Offsite
    • Tags
    GitHub
      • Index
        • 2025
        • 2024
        • 2023
        • 2022
        • 2021
        • 2020
        • 2019
        • 2018
        • 2014
        • 2013
        • 2012
        • 2011
        • 2010
        • 2009
        • 2008
        • 2007
        • 2006
        • 2005
        • 2004
    • Recommendations
    • Independent Study
    • Job Search
    • Keeping Up
    • Curacao
    • Offsite
    • Tags
    Back to index
    • Metadata
      • January 10, 2024
      • Using a Markov chain to generate readable nonsense with 20 lines of Python
      • 1 min read
    algorithms code markov-chains python

    Using a Markov chain to generate readable nonsense with 20 lines of Python

    Link: Using a Markov chain to generate readable nonsense with 20 lines of Python: "Describes a simple Markov chain algorithm to generate reasonable-sounding but utterly nonsensical text, and presents some example outputs as well as a Python implementation."

    A neat explanation of markov chains and some python code to look at too!

    Previous
    Full-Stack Toolbox 🧰: Python🐍 Edition
    Next
    Top Python libraries of 2023
    Copyright © 2000-2024 Pito Salas
    Made with Material for MkDocs