Hello I'm a total beginner in DevOps For some reasons I'm going to start it. But don't know anything to where get my hands dirty I know python , passed and learned about OS ...
Hello everyone I have a dataset of images and their captions In the beginning , I want to train a classifier for these two ( one for captions and one for images) to classify t...
Hey there I want to edit my git password globaly I googled it , had some answers on stackoverflow but almost nothing helped my problem Can you tell me how can I do that ? So...
Hello guys I'm going to start a python project . That's making a genealogy telegram bot I found an open source project : the gramps project»»»https://github.com/gramps-projec...
Hello everyone I'm going to copy ( clone) an PlotWidget object in python. I write this line of code copy.deepcopy(self.widget_4) but it doesn't work and I get this error : ...
I want to edit my git password globaly I googled it , had some answers on stackoverflow but almost nothing helped my problem Can you tell me how can I do that ?
Hello I made this picture with graphviz But I want to draw the arrows from common edge of parents Can I do that? Any experience with graphviz?!
Hey there Do you know any roadmap for learning "probability and statistics" that are needed in data science? I don't know where and which books are better to start with!!!
Hey there ! I'm going to configure some Free VPN on my linux distro as a simple project one of my friends consists on "centOS" and says its more stable and better for this wor...
Hey everyone I'm going to choose between python and php for making a telegram bot. Which one is better? Py or php?
Hey there I've a somehow unrelevent question but hope it's be okay with you to ask it here Do you guys think studying computer science for master in italy is a good option? ...
{ -> Ign:5 http://archive.canonical.com/bionic beaver InRelease -> Err:7 http://archive.canonical.com/bionic beaver ...
Hey Guys I have a LoRa network , I'm going to add some sensors and other things to it and so on . But the problem is I still can't satisfy customers to use my product . I'm i...
Hi I have a project for software Engineering course this semester , I should analyze "flutter" for example I need to find out what design patterns(GoF) are used in flutter it...
I have 5 tabs in my program , want to show all plots of tabs 1-4 in tab 5 but = ( assignment operator ) moves all plots to 5 because of their references How can I solve this ...
I want to show a floating triangle in a page that when user puts cursor on it , it stops floating . How can I do this ?
Hey there ! I see this in below path > Ubuntu > setting > sound > output » " Dummy Output " I googled it and used this command " echo "options snd-hda-intel model=generi...
Hello everyone ! I want to use BERT to convert my text to vector of words I mean the programm should tell me how many times each words are used in the text Do you have any Id...
Hello there ! I'm gonna connect a LoRa ra-01 to avr Atmega32u4/Atmega328 but I need the code that run between them to speed up my project I searched a lot but there are only ...
Hello there I have 6000 midi files and want to convert each note in musical files to numbers I can do it for each file but don't know how to do it for all of them at once . ...