Python for Data Science: A step-by-step Python Programming Guide to Master Big Data, Analysis, Machine Learning, and Artificial Intelligence by Brogan Oscar
Author:Brogan, Oscar [Brogan, Oscar]
Language: eng
Format: epub
Published: 2020-03-10T16:00:00+00:00
Python Built-in File Methods
Python also supports a large number of built-in methods that can be used on file objects that are listed in the table below:
Method Description
close () Will close the file
detach () Will result in a separate raw stream.
fileno () Will result in a number representing the stream, per the operating system processing.
flush () Will flush the internal buffer.
isatty () Will result in determination if the file stream is interactive.
read () Will result in the content of the file.
readable () Will result in determination if the file stream is readable or not.
readline () Will result in one line from the file.
readlines () Will result in a list of lines from the file.
seek () Will modify the position of the file.
seekable () Will result in determination if the file permits modification of its position.
tell () Will result in the current position of the file.
truncate () Will change the size of the file to the indicated value.
writeable () Will result in determination if the file permits writing over.
write () Will write the indicated string to the file.
writelines () Will writes a list of strings to the file.
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Access | Data Mining |
Data Modeling & Design | Data Processing |
Data Warehousing | MySQL |
Oracle | Other Databases |
Relational Databases | SQL |
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(8293)
Azure Data and AI Architect Handbook by Olivier Mertens & Breght Van Baelen(6684)
Building Statistical Models in Python by Huy Hoang Nguyen & Paul N Adams & Stuart J Miller(6659)
Serverless Machine Learning with Amazon Redshift ML by Debu Panda & Phil Bates & Bhanu Pittampally & Sumeet Joshi(6532)
Data Wrangling on AWS by Navnit Shukla | Sankar M | Sam Palani(6321)
Driving Data Quality with Data Contracts by Andrew Jones(6273)
Machine Learning Model Serving Patterns and Best Practices by Md Johirul Islam(6035)
Learning SQL by Alan Beaulieu(5988)
Weapons of Math Destruction by Cathy O'Neil(5778)
Big Data Analysis with Python by Ivan Marin(5336)
Data Engineering with dbt by Roberto Zagni(4338)
Solidity Programming Essentials by Ritesh Modi(3983)
Time Series Analysis with Python Cookbook by Tarek A. Atwan(3838)
Pandas Cookbook by Theodore Petrou(3549)
Blockchain Basics by Daniel Drescher(3292)
Hands-On Machine Learning for Algorithmic Trading by Stefan Jansen(2900)
Feature Store for Machine Learning by Jayanth Kumar M J(2808)
Learn T-SQL Querying by Pam Lahoud & Pedro Lopes(2791)
Mastering Python for Finance by Unknown(2743)
