bezier-curve
mu
bezier-curve | mu | |
---|---|---|
2 | 25 | |
3 | 1,459 | |
- | 1.2% | |
3.8 | 4.7 | |
almost 2 years ago | about 1 month ago | |
Python | Python | |
Apache License 2.0 | GNU General Public License v3.0 only |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
bezier-curve
-
Interface scaling issue
This project has three main parts: - Grid - Curve - Other stuff
- Test
mu
-
Python Is the New Basic
QBasic is actually still a great first language for children, particularly non-native English speakers. In this case, the syntax is really easy to grasp, simple UPPERCASE commands with lowercase arguments. No need to wrestle with getting closures right, etc.
I had quite a bit of success digging QBasic with our son (10yo back then), using this great tutorial which I translated to our language: http://tedfelix.com/qbasic/
Eventually, though the Son dropped his QBasic explorations (I consider it "my fault", since I got burdened with other stuff and couldn't help him as much as I wanted to). And - he dropped it in order to first take up Scratch and then dig straight into - duh! - Python. There ya go. I do think he will need some time to get closures etc intuitively right; in this regard, QBasic was, IMO, indeed, easier to grasp.
I was happy to find a great children-friendly IDE for Python, though - Mu: https://codewith.mu/
Not as "immersive" as the excellent (!) QBasic IDE and its blue screen, but still great. No bloat. F5 for launching the program, etc - and our son started to notice and carefully analyze the interpreter's error messages from first try all by himself. So, all in all, really happy with Mu.
-
Help
i was wondering if someone could help me figure out how to install this (https://codewith.mu/) python editor on the steam deck. Or if you have any other suggestions for better editors.
- University
-
How do I make a light flash?
You literally plug the microcontroller into your USB on your PC and it shows up as a teeny-tiny USB flash drive, with "main.py" as a file. Edit the file with any text editor (but I recommend using Mu as it has a built-in serial console to the Python engine, auto-complete, and syntax highlighting) and once you save the file, the microcontroller detects the change and reboots, running the new code.
-
What language should I teach my little sister
I recommend the Mu code editor because it's simple but has better UI than IDLE. But if they aren't going to be intimidated by its complexity, VS Code is good too. It sounds silly, but having a cool hacker-y looking IDE with colorful syntax highlighting does motivate people to code.
-
Thonny – Python IDE for new to programming
Great for my kids.
Another option would be Mu: https://codewith.mu/
- Best IDE to practice python as a beginner?
-
Teaching Programming to high school students
I'd recommend using Mu as your editor since it's dead-simple: https://codewith.mu/
-
When or why would I want to move on from Mu?
I'm reading Automate the Boring Stuff with Python and he has you use and install Mu which is meant for beginners. Last time I attempted this book I was using VIM in the Linux terminal because I was trying to learn Linux at the same time (Mu kept crashing anyway). This time I'm using Mu like the book wants (although sometimes he says "type this in IDLE" which is confusing) and it is a lot easier learning Python this way: https://codewith.mu/
-
Problem with downloading pygame on Mac
I've found for beginner coders using codewithmu helps, because it has Pygame built in and is an easy install on Mac. https://codewith.mu/
What are some alternatives?
pygex - An extensive module of various tools and tools for creating a modern graphical interface for pygame-ce users
thonny - Python IDE for beginners
Bezier.py - ➰ Create Bezier curves in Python [Mirror]
Visual Studio Code - Visual Studio Code
PyGame-Learning-Environment - PyGame Learning Environment (PLE) -- Reinforcement Learning Environment in Python.
micropython-ssd1327 - MicroPython driver for SSD1327 128x128 4-bit greyscale OLED displays