https://drive.google.com/file/d/1sTLkJi0BXEUryfpTLCIGevToJVfcIJDj/view?usp=drivesdk
what is the main difference between open and loadtxt function in python.when to use load function and when to use open function in python.
Why do we need to initiate %pylab even if we are not working on mathematical problems(graphs, plots, chats, etc.). Like, in Strings, files and other tutorials also, why do we need to initialize pylab package?
Hello!! I am using windows 10 with ipython 3.6.8 and i am facing a problem in which the command prompt is saying '[Errno 2] No such file or directory: pedulum.txt '. Even though i have downloaded and extracted it in the same folder as the python folder . I have even checked the path again and again and even uninstalled and re-installed python but it returns with the same error as before. Can you please help me to solve this problem because it is causing a delay in my learning. Thank You!!!
384 visits
Outline:ఒక ఫైల్ ను తెరవడం Open() ఫంక్షన్ ఒక ఫైల్ను తేర్చుటకు వివిధ రీతులు Read() మెథడ్ ఫైల్ యొక్క కంటెంట్ లను ఒక లైన్ తర్వాత మరొక లైన్ గా చదవడం ఫైల్ యొక్క మొత్తం కంటెంట్ను చదవడం ఫైల్ యొక్క లైన్ లను ఒక జాబితాకు చేర్చడం ఒక ఫైల్ ను మూసివేయడం Txt ఫైల్ ను ఉపయోగించి ప్రదర్శించడం Splitlines() మెథడ్
ఒక ఫైల్ ను తెరవడం Open() ఫంక్షన్ ఒక ఫైల్ను తేర్చుటకు వివిధ రీతులు Read() మెథడ్ ఫైల్ యొక్క కంటెంట్ లను ఒక లైన్ తర్వాత మరొక లైన్ గా చదవడం ఫైల్ యొక్క మొత్తం కంటెంట్ను చదవడం ఫైల్ యొక్క లైన్ లను ఒక జాబితాకు చేర్చడం ఒక ఫైల్ ను మూసివేయడం Txt ఫైల్ ను ఉపయోగించి ప్రదర్శించడం Splitlines() మెథడ్
Show video info
Pre-requisite