#π I'm new and lost :D
14 messages Β· Page 1 of 1 (latest)
@queen mist
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
just want to open by pointing out that we have an excellent installation guide in resources, corey schafers first link is a walkthrough
!resources
The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.
What you have installed right now is the Python runtime which allows you to run Python code. To be able to write Python code, you'll need a code editor which is separate. Python itself should come with IDLE which is an okay starting point. Another popular option is using Thonny. And of course there's stuff like VSCode though the other two I mentioned are more suited towards beginners.
You need a text editor to write a file in. That file needs to have a .py file-ending, which you can then run by doing py my_python_file.py in your terminal.
If you are completely new to this I would recommend that you install PyCharm: https://www.jetbrains.com/pycharm/ as this handles a lot of Python surrounding stuff, besides offering a text editor
once you're able to write and run code, it's worth taking a look at virtual environments, it's the next step in running code properly. you can ping me if you want some explanation but first get an IDE set up
I believe pycharm will make it automatically, so that's a friendly option but there are details you should still be aware of.
!learn
Here are the top free resources we recommend for people who are new to programming:
- Automate the Boring Stuff β an online book (also available to purchase as a physical book)
- Harvardβs CS50P course β video lectures (slides and notes provided) with exercises
- Python Programming MOOC 2026 course β text-based lessons with exercises
- Corey Schafer's YouTube playlist
For a full, curated list of educational resources we recommend, please see our resources page!
This is also pretty useful for a new starter
This help channel has been closed. Feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.