How does Python know that a line in a file is the same as the variable line in the example of: for line in file: print line?

Asked by Last Modified  

Follow 1
Answer

Please enter your answer

The name of the variable, line is irrelevant. the program read one line of the file at a time because 'file' object returned by 'open' implements iteration by returning one line of the file at a time. you can confirm by replacing the loop with something like. Print list(file) you will see the list...
read more
The name of the variable, line is irrelevant. the program read one line of the file at a time because 'file' object returned by 'open' implements iteration by returning one line of the file at a time. you can confirm by replacing the loop with something like. Print list(file) you will see the list containing all the lines of the file. http://prwatech.in/python-training-in-bangalore/#tab-1-2 read less
Comments

Related Questions

What are good books on advanced topics in Python?
Here are some good books on advanced topics in Python: 1. **"Fluent Python" by Luciano Ramalho**: Focuses on Python’s advanced features and best practices.2. **"Effective Python: 90 Specific Ways...
Vinodha
0 0
5
How do I learn Python?
Start with online tutorials, books, and practice coding. Join communities and work on projects to improve.
Kirti
0 0
6
What is Python primarily used for?
Python is primarily used for the following:Python libraries are used in Machine Learning, Deep Learning, Data Science, Artificial Intelligence fields.Python frameworks such as Django and Tkinter are used...
Raja
0 0
6
What are the most interesting Python books?
Some of the most interesting Python books are **"Automate the Boring Stuff with Python"** by Al Sweigart for practical tasks, **"Python Crash Course"** by Eric Matthes for hands-on learning, **"Fluent...
Arumugam
0 0
5

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Difference between Python 2.x and Python 3.x
Python 2.x and Python 3.x differs in following features: Division operator print function Unicode xrange Error Handling __future__ module

Machine Learning With Python
1. Course description: Machine Learning with Python has been designed for the provision of having strong hold in creating Machine learning algorithms with the base of Python. This has been preferred as...
J

Steps of Execution of a Python Program
When we compile a Python program, the python compiler converts the Python source code into another code called byte code. Byte code is a fixed set of instructions that represent different types of operations....

PEP (Python Enhancement Proposals)
Python Enhancement Proposals(PEP) are suggestions for improvements to the language, made by experienced Python developers. PEP 8 is a style guide on the subject of writing readable code. It contains a...
S

Sudheer S

0 0
0

Shallow And Deep Copying
The difference between shallow and deep copying is only relevant for compound objects (objects that contain other objects, like lists or class instances): A shallow copy constructs a new compound object...

Recommended Articles

Python is one of the most popular programming languages in the world. It is general-purpose, object oriented, high-level programming language used in a number of programming fields. Python is a great programming language to learn as it will introduce you to the world of programming. If you are from the technical background...

Read full article >

Hadoop is a framework which has been developed for organizing and analysing big chunks of data for a business. Suppose you have a file larger than your system’s storage capacity and you can’t store it. Hadoop helps in storing bigger files than what could be stored on one particular server. You can therefore store very,...

Read full article >

Microsoft Excel is an electronic spreadsheet tool which is commonly used for financial and statistical data processing. It has been developed by Microsoft and forms a major component of the widely used Microsoft Office. From individual users to the top IT companies, Excel is used worldwide. Excel is one of the most important...

Read full article >

Almost all of us, inside the pocket, bag or on the table have a mobile phone, out of which 90% of us have a smartphone. The technology is advancing rapidly. When it comes to mobile phones, people today want much more than just making phone calls and playing games on the go. People now want instant access to all their business...

Read full article >

Looking for Python Training classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you