Last Thursday I published an updated video of one of the first Python screencasts I published on Python Morsels:
variables are pointers.
I made a fun scrolling
Sierpiński triangle script on Thursday too, inspired
by a Mastodon post.
If you trust my server and that script, you can run one of these commands to download and immediately run that fun visual from your system terminal…
On Linux:
curl -L pym.dev/p/3cmma | python3On Windows (I
think this works?):
(Invoke-WebRequest -Uri https://www.pythonmorsels.com/p/3cmma/).Content | python3I also published an article on Friday about
how to install a custom build of Python using pyenv. That’s a fairly niche topic, but I figured out how to do it on Friday for the sake of testing out a new Python REPL that will land in Python 3.13 (for Linux and Mac users only sadly) and I figured the discovery process I spent might help someone else.
Lastly, over the last few weeks I’ve been hard at work on Python exercises targeted at
brand new programmers. If you signed up for Python Morsels, tried it out, and thought “I don’t think I’m ready for this”,
click this link and I’ll immediately add you to a wait list to be notified about an eventual Intro to Python course.
Deixe um comentário