I am working in R, this is a look of my table : IAE_2017 IAE_2018 L1PYSH L2PYSH M1CHIMIE M2CHIMIE ..... ........ Now I want to make a conditi
To start Code and Compile C++, must install a compiler. For my case, it is MSYS2 through which MinGW is available. According to the installation guild mentioned
I am trying to use Tkinter sliders and buttons to adjust variables. Somehow when I move the slider, it gives this error message below. I have self on each of th
The login button is missing from my browsable API. I am using django-rest-knox for token authentication. My urls.py contains: urlpatterns = [ path('admin/',
I am trying to write a bash script for testing that takes a parameter and sends it through curl to web site. I need to url encode the value to make sure that s
I have had a lot of trouble trying to install RDKit using python3 and Ubuntu 20.04 LTS Tried to install rdkit this way: sudo apt-get install python3-rdkit Bu
I am trying to use Monaco editor to create an application for simple text processing (eg: select a range of text, change its foreground and background color). I
The 'myName' variable isn't found when I use the following function from my func.py file. However, if I use the code directly into wordguess.py (rather than usi
I have this code that lists all the folders in a directory and numbers each folder, but my desire is to be able to go to a specific folder when I want to start,