• maiweb v0.1.0
  • ★
  • Feedback

Sebastiaan Mathôt

active · last success 2026-06-19 22:05

Visit site ↗ · Feed ↗

  • Sebastiaan Mathôt youtube.com channel programming video youtube 2023-01-03 20:09
    ↗

    An experiment in generating a visualization for a short story from suchwasnot.com (Never of the past or the future). The animation is generated using Stable Diffusion, an artificial neural network, using (among other things) words from the story (human written!) as prompts. I...

    ▶ Watch on YouTube Opens in a new tab
    An experiment in generating a visualization for a short story from suchwasnot.com (Never of the past or the future). The animation is generated using Stable Diffusion, an artificial neural network, using (among other things) words from the story (human written!) as prompts. I also implemented several other tricks to increase the coherence of the animation, such as using each frame as the seed image for the next frame.
  • Sebastiaan Mathôt youtube.com channel programming video youtube 2022-03-21 19:44
    ↗

    Episode 6 of #PythonLiveLessons, a weekly live stream about Python code and more, hosted by Sebastiaan Mathôt. In this episode, we'll learn how to use pyproject.toml to add information about our package, and how to use flit to build our package and upload it to pypi so that...

    ▶ Watch on YouTube Opens in a new tab
    Episode 6 of #PythonLiveLessons, a weekly live stream about Python code and more, hosted by Sebastiaan Mathôt. In this episode, we'll learn how to use pyproject.toml to add information about our package, and how to use flit to build our package and upload it to pypi so that users can easily install it with `pip install markdown_code_exec`.
  • Sebastiaan Mathôt youtube.com channel programming video youtube 2022-03-16 20:21
    ↗

    The sixth episode of #PythonLiveLessons, a weekly live stream about Python code and more, hosted by Sebastiaan Mathôt. In this episode, we'll add documentation to our `markdown_code_exec` project. We'll learn about docstrings and numpydoc, and we'll see how we can use our own...

    ▶ Watch on YouTube Opens in a new tab
    The sixth episode of #PythonLiveLessons, a weekly live stream about Python code and more, hosted by Sebastiaan Mathôt. In this episode, we'll add documentation to our `markdown_code_exec` project. We'll learn about docstrings and numpydoc, and we'll see how we can use our own project to build a readme file that contains documentation directly from the source code!
  • Sebastiaan Mathôt youtube.com channel programming video youtube 2022-03-16 05:33
    ↗

    This is the seventh episode of #PythonLiveLessons, a weekly live stream about Python code and more, hosted by Sebastiaan Mathôt. In this episode, we'll learn how to use pyproject.toml to add information about our package, and how to use flit to build our package and upload it...

    ▶ Watch on YouTube Opens in a new tab
    This is the seventh episode of #PythonLiveLessons, a weekly live stream about Python code and more, hosted by Sebastiaan Mathôt. In this episode, we'll learn how to use pyproject.toml to add information about our package, and how to use flit to build our package and upload it to pypi so that users can easily install it with `pip install markdown_code_exec`.
  • Sebastiaan Mathôt youtube.com channel programming video youtube 2022-03-09 05:35
    ↗

    This is the sixth episode of #PythonLiveLessons, a weekly live stream about Python code and more, hosted by Sebastiaan Mathôt. In this episode, we'll add documentation to our `markdown_code_exec` project. We'll learn about docstrings and numpydoc, and we'll see how we can use...

    ▶ Watch on YouTube Opens in a new tab
    This is the sixth episode of #PythonLiveLessons, a weekly live stream about Python code and more, hosted by Sebastiaan Mathôt. In this episode, we'll add documentation to our `markdown_code_exec` project. We'll learn about docstrings and numpydoc, and we'll see how we can use our own project to build a readme file that contains documentation directly from the source code!
  • Sebastiaan Mathôt youtube.com channel programming video youtube 2022-03-07 20:03
    ↗

    The fifth episode of #PythonLiveLessons, a weekly live stream about Python code and more, hosted by Sebastiaan Mathôt. In this episode, we'll turn our `markdown_code_exec` Python module, which we created in previous episodes, into a command-line application! We'll learn about...

    ▶ Watch on YouTube Opens in a new tab
    The fifth episode of #PythonLiveLessons, a weekly live stream about Python code and more, hosted by Sebastiaan Mathôt. In this episode, we'll turn our `markdown_code_exec` Python module, which we created in previous episodes, into a command-line application! We'll learn about the `argparse` module to parse command-like arguments, about entry points, and about the if __name__ == '__main__' convention.ing
  • Sebastiaan Mathôt youtube.com channel programming video youtube 2022-03-02 05:33
    ↗

    This is the fifth episode of #PythonLiveLessons, a weekly live stream about Python code and more, hosted by Sebastiaan Mathôt. In this episode, we'll turn our `markdown_code_exec` Python module, which we created in previous episodes, into a command-line program! We'll learn...

    ▶ Watch on YouTube Opens in a new tab
    This is the fifth episode of #PythonLiveLessons, a weekly live stream about Python code and more, hosted by Sebastiaan Mathôt. In this episode, we'll turn our `markdown_code_exec` Python module, which we created in previous episodes, into a command-line program! We'll learn about the `argparse` module, entry points, and the if __name__ == '__main__' convention.
  • Sebastiaan Mathôt youtube.com channel programming video youtube 2022-02-23 17:16
    ↗

    The fourth episode of #PythonLiveLessons, a weekly live stream about Python code and more, hosted by Sebastiaan Mathôt. In this episode, we'll get started with git to host the code for our `markdown_code_exec` on GitHub. We'll learn about the most important git commands:...

    ▶ Watch on YouTube Opens in a new tab
    The fourth episode of #PythonLiveLessons, a weekly live stream about Python code and more, hosted by Sebastiaan Mathôt. In this episode, we'll get started with git to host the code for our `markdown_code_exec` on GitHub. We'll learn about the most important git commands: commit, push, pull, remote, and add.
  • Sebastiaan Mathôt youtube.com channel programming video youtube 2022-02-23 05:33
    ↗

    This is the fourth episode of #PythonLiveLessons, a weekly live stream about Python code and more, hosted by Sebastiaan Mathôt. In this episode, we'll get started with git to host the code for our `markdown_code_exec` on GitHub. We'll learn about the most important git...

    ▶ Watch on YouTube Opens in a new tab
    This is the fourth episode of #PythonLiveLessons, a weekly live stream about Python code and more, hosted by Sebastiaan Mathôt. In this episode, we'll get started with git to host the code for our `markdown_code_exec` on GitHub. We'll learn about the most important git commands: commit, push, pull, remote, and add.
  • Sebastiaan Mathôt youtube.com channel programming video youtube 2022-02-17 18:04
    ↗

    Episode 3 of #PythonLiveLessons, a weekly live stream about Python code and more, hosted by Sebastiaan Mathôt. In this episode, we'll continue the `markdown_code_exec` project that we started in previous episodes. We'll learn how to turn our code sketch into a Python module,...

    ▶ Watch on YouTube Opens in a new tab
    Episode 3 of #PythonLiveLessons, a weekly live stream about Python code and more, hosted by Sebastiaan Mathôt. In this episode, we'll continue the `markdown_code_exec` project that we started in previous episodes. We'll learn how to turn our code sketch into a Python module, and we'll also learn about functions and packages! At the end of this episode, we'll have a fully functional Python module, which we'll polish and package in future episodes!
  • Sebastiaan Mathôt youtube.com channel programming video youtube 2022-02-16 05:34
    ↗

    This is the third episode of #PythonLiveLessons, a weekly live stream about Python code and more, hosted by Sebastiaan Mathôt. In this episode, we'll continue the `markdown_code_exec` project that we started in previous episodes. We'll learn how to turn our code sketch into a...

    ▶ Watch on YouTube Opens in a new tab
    This is the third episode of #PythonLiveLessons, a weekly live stream about Python code and more, hosted by Sebastiaan Mathôt. In this episode, we'll continue the `markdown_code_exec` project that we started in previous episodes. We'll learn how to turn our code sketch into a Python module, and we'll also learn about functions and packages! At the end of this episode, we'll have a fully functional Python module, which we'll polish and package in future episodes!
  • Sebastiaan Mathôt youtube.com channel programming video youtube 2022-02-09 17:24
    ↗

    Episode 1 of #PythonLiveLessons, a weekly live stream about Python code (with live coding) and more, hosted by Sebastiaan Mathôt. In this episode, we'll continue working on our Python project, `markdown_code_exec`. We'll learn about the difference between expressions and...

    ▶ Watch on YouTube Opens in a new tab
    Episode 1 of #PythonLiveLessons, a weekly live stream about Python code (with live coding) and more, hosted by Sebastiaan Mathôt. In this episode, we'll continue working on our Python project, `markdown_code_exec`. We'll learn about the difference between expressions and statements, and the difference between eval() and exec(). At the end of this episode, we'll have a fully functional 'sketch' of our program, which we'll develop further in future episodes! [To join a live broadcast, tune in to this YouTube channel on Tuesdays, 22:00 New Delhi, 18:00 Paris (CET), 09:00 Los Angeles.]
  • Sebastiaan Mathôt youtube.com channel programming video youtube 2022-02-09 05:46
    ↗

    This is the second episode of #PythonLiveLessons, a weekly live stream about Python code and more, hosted by Sebastiaan Mathôt. In this episode, we'll pick up were we left off last week, when we started a new Python project, `markdown_code_exec`, from scratch. We'll learn...

    ▶ Watch on YouTube Opens in a new tab
    This is the second episode of #PythonLiveLessons, a weekly live stream about Python code and more, hosted by Sebastiaan Mathôt. In this episode, we'll pick up were we left off last week, when we started a new Python project, `markdown_code_exec`, from scratch. We'll learn about the difference between expressions and statements, and the difference between eval() and exec(). At the end of this episode, we'll have a fully functional 'sketch' of our program, which we'll develop further in future episodes!
  • Sebastiaan Mathôt youtube.com channel programming video youtube 2022-02-03 18:12
    ↗

    Episode 0 of #PythonLiveLessons, a weekly live stream about Python code (with live coding) and more, hosted by Sebastiaan Mathôt. In this episode, we'll get started with a new Python project, and we'll get our hands dirty with regular expressions. We'll also lay out a roadmap...

    ▶ Watch on YouTube Opens in a new tab
    Episode 0 of #PythonLiveLessons, a weekly live stream about Python code (with live coding) and more, hosted by Sebastiaan Mathôt. In this episode, we'll get started with a new Python project, and we'll get our hands dirty with regular expressions. We'll also lay out a roadmap for a full development workflow, which we'll walk through in future episodes. [To join a live broadcast, tune in to this YouTube channel on Tuesdays, 22:00 New Delhi, 18:00 Paris (CET), 09:00 Los Angeles.]
  • Sebastiaan Mathôt youtube.com channel programming video youtube 2022-02-02 05:42
    ↗

    This is the premiere of #PythonLiveLessons, a weekly live stream about Python code and more, hosted by Sebastiaan Mathôt. In this first episode, we'll see how to get started with a new Python project from scratch. And we'll lay out a roadmap for a full development workflow,...

    ▶ Watch on YouTube Opens in a new tab
    This is the premiere of #PythonLiveLessons, a weekly live stream about Python code and more, hosted by Sebastiaan Mathôt. In this first episode, we'll see how to get started with a new Python project from scratch. And we'll lay out a roadmap for a full development workflow, which we'll walk through in future episodes.
  • End of feed
Maibook — your private personalized AI community
  • rcanand.com
  • mlaillc.com
  • @rcanand (X)
  • LinkedIn
  • Feedback
  • Credits