this post was submitted on 12 Jul 2023
30 points (94.1% liked)
Programming
19468 readers
106 users here now
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities [email protected]
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Do you have a virtual machine, or a filesystem that you could mess with?
A good project idea would be to manipulate files on your system. Sort them, duplicate them, add programmatically one line to their content. The possibilities are plenty and you can see the result of your code.
Besides that, look for tutorial repositories on Github (or codeberg.org).
Last but not least, VSCode is my personal favorite, but you could check out PyCharm for beginning, as it has more features out of the box.
This is why I said it should never be done outside of a VM or sandbox. But you are right, this is playing with fire haha.