The best Hacker News stories from Show from the past day

Go back

Latest posts:

Show HN: Beta test Execute Program's interactive "Python for Programmers" course

I'm Gary Bernhardt, founder of Execute Program, an interactive platform for learning programming languages and other programming tools. Our "Python for Programmers" course is in a free open beta for the next week or so. We don't normally do open betas, but the infrastructure behind this course is new and very complex, so we want to stress test it.<p><a href="https://www.executeprogram.com/courses/python-for-programmers" rel="nofollow noreferrer">https://www.executeprogram.com/courses/python-for-programmer...</a><p>Today, "Python for Programmers" contains 581 interactive code examples covering the core language. It's aimed at established programmers, not beginners. We don't explain basic language features like `while`, but we do show them briefly and note anything special about how they work in Python. We pay special attention to foot guns. For example, we have an entire lesson about Python's mutable default argument foot gun.<p>This is the first of two courses, with the second coming in 2024. For this course, we drew the line at __dunder__ methods: if a topic requires a dunder method other than `__init__`, then it'll be in the follow-up course. This beta is concurrent with the tail end of our editing process, so you may see the course grow by another 17 lessons (214 code examples) during the beta.<p>Some details about how the course works internally, and why we need a beta at all:<p>First, all Python code in the course runs in your browser via Pyodide. (Reality continues to look more and more like my PyCon 2014 talk [1].) You'll feel a pause when the first code example runs, as your browser loads and boots CPython (around 12 MB). After that, it should be as responsive as a local app.<p>Second, if you look at the course page, you'll see that it's structured as a DAG, similar to a "tech tree" in Civilization, Age of Empires, Stellaris, Satisfactory, etc. (Some of those games have true trees, but some of their "trees" are actually DAGs like ours.) You make progress through the course by traversing one graph edge at a time. Our courses have always been structured as graphs internally, but the raw graphs are simply unreadable due to the number of edges [2].<p>This year, I taught Execute Program to simplify its own course graphs by breaking them into the level subgraphs that you see on the page, so we can finally render them. It automatically turns the mess that I linked above into the clean graphs that you see in the course. The graph for this course is currently a bit dull, but it'll fill out as we finish editing the remaining lessons. I like Everyday TypeScript's graph [3] the best.<p>Please try the course and use the "Give Feedback" entry in the menu to tell us what you think! I'll also stick around in this thread today.<p>[1] <a href="https://www.destroyallsoftware.com/talks/the-birth-and-death-of-javascript" rel="nofollow noreferrer">https://www.destroyallsoftware.com/talks/the-birth-and-death...</a><p>[2] <a href="https://executeprogram-misc.s3.us-east-1.amazonaws.com/python-for-programmers-1.png" rel="nofollow noreferrer">https://executeprogram-misc.s3.us-east-1.amazonaws.com/pytho...</a><p>[3] <a href="https://www.executeprogram.com/courses/everyday-typescript" rel="nofollow noreferrer">https://www.executeprogram.com/courses/everyday-typescript</a>

Show HN: Beta test Execute Program's interactive "Python for Programmers" course

I'm Gary Bernhardt, founder of Execute Program, an interactive platform for learning programming languages and other programming tools. Our "Python for Programmers" course is in a free open beta for the next week or so. We don't normally do open betas, but the infrastructure behind this course is new and very complex, so we want to stress test it.<p><a href="https://www.executeprogram.com/courses/python-for-programmers" rel="nofollow noreferrer">https://www.executeprogram.com/courses/python-for-programmer...</a><p>Today, "Python for Programmers" contains 581 interactive code examples covering the core language. It's aimed at established programmers, not beginners. We don't explain basic language features like `while`, but we do show them briefly and note anything special about how they work in Python. We pay special attention to foot guns. For example, we have an entire lesson about Python's mutable default argument foot gun.<p>This is the first of two courses, with the second coming in 2024. For this course, we drew the line at __dunder__ methods: if a topic requires a dunder method other than `__init__`, then it'll be in the follow-up course. This beta is concurrent with the tail end of our editing process, so you may see the course grow by another 17 lessons (214 code examples) during the beta.<p>Some details about how the course works internally, and why we need a beta at all:<p>First, all Python code in the course runs in your browser via Pyodide. (Reality continues to look more and more like my PyCon 2014 talk [1].) You'll feel a pause when the first code example runs, as your browser loads and boots CPython (around 12 MB). After that, it should be as responsive as a local app.<p>Second, if you look at the course page, you'll see that it's structured as a DAG, similar to a "tech tree" in Civilization, Age of Empires, Stellaris, Satisfactory, etc. (Some of those games have true trees, but some of their "trees" are actually DAGs like ours.) You make progress through the course by traversing one graph edge at a time. Our courses have always been structured as graphs internally, but the raw graphs are simply unreadable due to the number of edges [2].<p>This year, I taught Execute Program to simplify its own course graphs by breaking them into the level subgraphs that you see on the page, so we can finally render them. It automatically turns the mess that I linked above into the clean graphs that you see in the course. The graph for this course is currently a bit dull, but it'll fill out as we finish editing the remaining lessons. I like Everyday TypeScript's graph [3] the best.<p>Please try the course and use the "Give Feedback" entry in the menu to tell us what you think! I'll also stick around in this thread today.<p>[1] <a href="https://www.destroyallsoftware.com/talks/the-birth-and-death-of-javascript" rel="nofollow noreferrer">https://www.destroyallsoftware.com/talks/the-birth-and-death...</a><p>[2] <a href="https://executeprogram-misc.s3.us-east-1.amazonaws.com/python-for-programmers-1.png" rel="nofollow noreferrer">https://executeprogram-misc.s3.us-east-1.amazonaws.com/pytho...</a><p>[3] <a href="https://www.executeprogram.com/courses/everyday-typescript" rel="nofollow noreferrer">https://www.executeprogram.com/courses/everyday-typescript</a>

Show HN: Beta test Execute Program's interactive "Python for Programmers" course

I'm Gary Bernhardt, founder of Execute Program, an interactive platform for learning programming languages and other programming tools. Our "Python for Programmers" course is in a free open beta for the next week or so. We don't normally do open betas, but the infrastructure behind this course is new and very complex, so we want to stress test it.<p><a href="https://www.executeprogram.com/courses/python-for-programmers" rel="nofollow noreferrer">https://www.executeprogram.com/courses/python-for-programmer...</a><p>Today, "Python for Programmers" contains 581 interactive code examples covering the core language. It's aimed at established programmers, not beginners. We don't explain basic language features like `while`, but we do show them briefly and note anything special about how they work in Python. We pay special attention to foot guns. For example, we have an entire lesson about Python's mutable default argument foot gun.<p>This is the first of two courses, with the second coming in 2024. For this course, we drew the line at __dunder__ methods: if a topic requires a dunder method other than `__init__`, then it'll be in the follow-up course. This beta is concurrent with the tail end of our editing process, so you may see the course grow by another 17 lessons (214 code examples) during the beta.<p>Some details about how the course works internally, and why we need a beta at all:<p>First, all Python code in the course runs in your browser via Pyodide. (Reality continues to look more and more like my PyCon 2014 talk [1].) You'll feel a pause when the first code example runs, as your browser loads and boots CPython (around 12 MB). After that, it should be as responsive as a local app.<p>Second, if you look at the course page, you'll see that it's structured as a DAG, similar to a "tech tree" in Civilization, Age of Empires, Stellaris, Satisfactory, etc. (Some of those games have true trees, but some of their "trees" are actually DAGs like ours.) You make progress through the course by traversing one graph edge at a time. Our courses have always been structured as graphs internally, but the raw graphs are simply unreadable due to the number of edges [2].<p>This year, I taught Execute Program to simplify its own course graphs by breaking them into the level subgraphs that you see on the page, so we can finally render them. It automatically turns the mess that I linked above into the clean graphs that you see in the course. The graph for this course is currently a bit dull, but it'll fill out as we finish editing the remaining lessons. I like Everyday TypeScript's graph [3] the best.<p>Please try the course and use the "Give Feedback" entry in the menu to tell us what you think! I'll also stick around in this thread today.<p>[1] <a href="https://www.destroyallsoftware.com/talks/the-birth-and-death-of-javascript" rel="nofollow noreferrer">https://www.destroyallsoftware.com/talks/the-birth-and-death...</a><p>[2] <a href="https://executeprogram-misc.s3.us-east-1.amazonaws.com/python-for-programmers-1.png" rel="nofollow noreferrer">https://executeprogram-misc.s3.us-east-1.amazonaws.com/pytho...</a><p>[3] <a href="https://www.executeprogram.com/courses/everyday-typescript" rel="nofollow noreferrer">https://www.executeprogram.com/courses/everyday-typescript</a>

Show HN: less than 650 LOC trainable GPT only using NumPy

Show HN: less than 650 LOC trainable GPT only using NumPy

Show HN: I made a 30-day social anxiety challenge

Show HN: nbi.ai – Generative Business Intelligence

Show HN: nbi.ai – Generative Business Intelligence

Show HN: nbi.ai – Generative Business Intelligence

Show HN: nbi.ai – Generative Business Intelligence

Show HN: Beak.js – Custom conversational assistants for your React app

Show HN: Near-realtime cloud maps for weather visualisation, 3D models and more

This is a service I've built to provide equirectangular cloud maps of the whole Earth, updated every 3 hours, for free.<p>It's based on infrared and visible light data from EUMETSAT, processed to enhance the clouds and try to reduce the impact of surface temperatures on the final image.<p>I built it because it's surprisingly hard to find these kinds of images in a format that's useful to developers and hobbyists. I was building a 3D ISS tracker and wanted to include live clouds but couldn't find anything good, so I got sidetracked, and here we are.

Show HN: Near-realtime cloud maps for weather visualisation, 3D models and more

This is a service I've built to provide equirectangular cloud maps of the whole Earth, updated every 3 hours, for free.<p>It's based on infrared and visible light data from EUMETSAT, processed to enhance the clouds and try to reduce the impact of surface temperatures on the final image.<p>I built it because it's surprisingly hard to find these kinds of images in a format that's useful to developers and hobbyists. I was building a 3D ISS tracker and wanted to include live clouds but couldn't find anything good, so I got sidetracked, and here we are.

Show HN: Near-realtime cloud maps for weather visualisation, 3D models and more

This is a service I've built to provide equirectangular cloud maps of the whole Earth, updated every 3 hours, for free.<p>It's based on infrared and visible light data from EUMETSAT, processed to enhance the clouds and try to reduce the impact of surface temperatures on the final image.<p>I built it because it's surprisingly hard to find these kinds of images in a format that's useful to developers and hobbyists. I was building a 3D ISS tracker and wanted to include live clouds but couldn't find anything good, so I got sidetracked, and here we are.

Show HN: OpenAI dev assistant GUI with local code interpreter

Show HN: OpenAI dev assistant GUI with local code interpreter

Show HN: OpenAI dev assistant GUI with local code interpreter

Show HN: Tiny LLMs – Browser-based private AI models for a wide array of tasks

Show HN: Tiny LLMs – Browser-based private AI models for a wide array of tasks

Show HN: I made a silly personal landing page

Also, yes I am looking for a new role. And yes, I should have been spending my time looking for suitable roles instead of building this.

< 1 2 3 ... 402 403 404 405 406 ... 937 938 939 >