I am confused if I can host my django with celery project on cpanel or not.If yes, How?
I try upgrading my rails app from 5.0.7.1 to 5.1.7. After rails app:update command rails -v return me 5.1.7, but command rails server return me next error: .ge
I ran bundle update rails to update my app to 6.0, and got this very confusing output. Updating these gems in the gemfile does not have any impact. I can't make
I'm trying to create structure using the Postgres SQL query. The structure is define to search faster for some advance functionalities of the application so tha
The project is basically a resume builder wherein user will fill all details like personal info, education info,projects,experiences in the form and the system
plt.plot(history.history['loss']) plt.plot(history.history['val_loss']) plt.title('model loss') plt.ylabel('loss') plt.xlabel('epoch') plt.legend(['train', 'tes
I know that xs !! n gives me nth element in a list, but I don't know how to edit nth element in that list. Can you tell me how can I edit nth element in a list
I am trying to solve the following problem: A sample csv dataset looks like this (There a total of 1000 rows in the dataset): The questions I am trying to solv