|
|
|
|
|
by yeellow
509 days ago
|
|
Even though I code for a living and mostly enjoy the process, I’ve spent the last few nights with Cursor, migrating my old C# project to Python. I decided to do it without providing my old code to the tool and without coding at all. Surprisingly, it was amazing—just like having a super-efficient, eager programmer at your service. In just a few sessions, I managed not only to rebuild my old app but also to add many new features that would have taken me days to develop. (I decided to use PyQt6 for the GUI, despite having zero experience with it.) So, if you know how to run code and understand the absolute basics, just start with Cursor. The free version should be good for a start, and then it’s just $20 per month. You can learn in the meantime by asking questions, etc. However, I would focus on understanding high-level concepts because mundane coding seems to be a solved problem now. It’s a bit sad from a coding enthusiast’s perspective, but on the other hand, it makes you super productive when you have an idea for an app. |
|