python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to I move a directory in python using shutil library?
I'm trying to move a file but it won't work. It keeps giving the error "Errno 2: File or directory does not exist". The code is shown below
import shutil
original = '%userprofile%/Desktop/T...
SpicySoap
Votes: 0
Answers: 2
I want to fetch double values from a file in C language
I have a numbers.txt file which have some data in this format number0 :23.95 number1 :90.25 number2 :77.31 number3 :27.84 number4 :90.03 number5 :19.83 like this and I want sum of all the floating po...
78_Harsh Prasad
Votes: 0
Answers: 2
Can we import local csv file data in Django?
i dont to develop a search system in which we are going to import data from csv file which is local file in our computer, i want to import the csv file in django to store it's value in dictionary. but...
Pushpraj Singh
Votes: 0
Answers: 2
How to avoid file corruption in Python?
I have a pretty basic question, perhaps I didn't know the right keywords as I couldn't find a previous answer. I use Python scripts control and gather information for a smarthome environment. I mostly...
jarikol
Votes: 0
Answers: 0