Python Forum
Development Environment Problems
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Development Environment Problems
#1
I am having so many problems with my python development I am about to pull my hair out. I have created a virtual environment. I have accessing it vai VScode. All of a sudden stuff stops working - suddening modules are not available though when I go to the environment, there they are! Are I want to do is experiment with python and see what it is capable of.

Is there any development environment that is easy to use? I feel like I am learning little in coding because I am always fights with lost modules!
Reply
#2
VSCode is very stable, so doubt that's the issue.

For simple tests, you can:
  1. change directory to project
  2. then activate the vrtual environment
  3. create your .py files
  4. from command line python myprog.py

pretty simple, but I would recommend that you work out your current approach.
Using above method is only good for limited testing of simple scripts.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Python development environment standenman 3 1,713 May-04-2023, 07:24 PM
Last Post: snippsat
  preparing the installation of a Python-development environment apollo 8 4,195 Apr-02-2020, 05:36 PM
Last Post: apollo

Forum Jump:

User Panel Messages

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