Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Coding and IDE
#3
If you have installed Python, you should also have the Python shell called Idle. Just type idle on the command line.

That's the only shell I ever use.

There are many many websites to learn Python. Just look.

I like this one, realpython.com, but I consult many others looking for how to do certain things.

You should (not like me) install a venv, a virtual environment from the beginning. Keep your projects in their own venv.

Also, Python has many modules to do many things. For example, openpyxl for dealing with Excel files.

In my myPython folder I make a folder for every module I use and keep any examples of use of that module there. That way, if you haven't used a module for a while, you have your own personal reference and you will remember the usage much quicker.

Have fun!
Reply


Messages In This Thread
Coding and IDE - by prodrumernate - May-24-2022, 07:10 PM
RE: Coding and IDE - by menator01 - May-24-2022, 07:30 PM
RE: Coding and IDE - by Pedroski55 - May-25-2022, 12:48 AM
RE: Coding and IDE - by jefsummers - May-25-2022, 01:23 AM
RE: Coding and IDE - by Gribouillis - May-25-2022, 06:31 AM
RE: Coding and IDE - by Larz60+ - May-25-2022, 08:48 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020