saving . . . saved Difference between loadtxt() and numpy.loadtxt() has been deleted. Difference between loadtxt() and numpy.loadtxt() has been hidden .
Difference between loadtxt() and numpy.loadtxt()
Title
Question
In the previous tutorial we learned to use loadtxt() function without any library reference, here we numpy.loadtxt(). What is the difference?

Python-3.4.3 Statistics 04-05 min 20-30 sec 22-06-19, 4:29 p.m. RavisankarJ

Answers:

There is no difference. Both are same. 
22-06-19, 4:37 p.m. iakashchavan


In previous tutorials we were working pylab module. When we import pylab, the module also import some classes from numpy. so both loadtxt() are same.
02-05-20, 2:25 p.m. pratikbpingale9075@gmail.com


Log-in to answer to this question.