I am trying to add app automatically after python manage.py startapp command in installed app in django-settings.py file.
self.Image = pygame.image.load(array[]) This is the piece of code I am using to load my image. I would like to know how it would instead be possible to use an a
I'm currently in the proces of creating a .net-core Rest api client library. I want the library to contain objects that represents the different objects returne
I am not able to set path of CSS and other file in my app's login screen. my project folder structure. Error i am getting project's main file I have a
I am developing a microservice application that consists of a few aspnet core web APIs and one .net6 hosted service. I use the elastic stack as the distributed
I'm trying to use Bloc package for my state management in my Flutter app. I have situation where I have two list within the same screen, and I am confused shoul
For 4 days google colab pro is not mounting with the code from google.colab import drive drive._mount('/content/drive') even with the code working with traditio