Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 months ago.
Improve this question
I am coding python script using vscode
with extensions of Python and Pylance. I met a problem as the picture below
there are two same resolution results at the same time,
and not only for the import;
any other place like resolving variables, modules and functions,
there are always two same results.
If forbidding Pylance, there will be no resolution.
So I wonder how to fix this problem.
Upgrade the Jupyter extension to the pre-release version.
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 days ago.
Improve this question
Can someone explain to me how to use this tool? I don't see installation instructions, can you help me?
https://github.com/ocrim1996/prnu-python
Is it source code that needs to be compiled or do you need to create a text file or source code? I see that there are several files, can someone explain to me how these projects work and how to use them?
Will this project work on both Linux and Windows?
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 months ago.
Improve this question
I am taking an info storage and retrieval class, and to complete an assignment we need to download and use the beautifulsoup package for python. I haven't used Python in years, so I'm very rusty and cannot seem to figure out how to download a Python package. I'm using Python 3 and have Windows 10.
you can use pip install beautifulsoup4
Make sure that you have the Python executable in your environment variable Path.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 6 months ago.
Improve this question
This is very confusing for a newbie
Everything here looks normal. That global one appears to be the macOS system installation - leave it alone, don't use it or try to delete. For each project or project-type create a Conda environment.
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 1 year ago.
Improve this question
I usually start building up code in a jupyter notebook, and then make that into a function/ class that I drop in multiple files. To access/ edit those files I used Xcode. Whereas this works more or less ok, it does require to reload the classes/ functions on the jupyter notebook every time I make a change and having to use two different softwares to code seems unsatisfying. What is the optimal way of going about this?
Have you tried PyCharm? It comes with an extension that runs Jupyter inside the IDE.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
Does anyone know where information about writing gedit plugins can be found? I'm interested in writing them in Python. I know of Gedit/PythonPluginHowTo, but it isn't very good. Besides the code of writing a plugin that does nothing, I can't seem to find more information. I started to look at other people's code, but I think this shouldn't be the natural way of writing plugins.
Can someone help?