YingyiJeniffer

2016年8月21日

Non-Programmer's Tutorial for Python 3/File IO

摘要: File I/O Here is a simple example of file I/O (input/output): The output and the contents of the file test.txt are: Notice that it wrote a file called 阅读全文

posted @ 2016-08-21 21:29 YingyiJeniffer 阅读(228) 评论(0) 推荐(0)

Python File I/O

摘要: File is a named location on disk to store related information. It is used to permanently store data in a non-volatile memory (e.g. hard disk). Since, 阅读全文

posted @ 2016-08-21 21:23 YingyiJeniffer 阅读(247) 评论(0) 推荐(0)

Python File I/O

摘要: File is a named location on disk to store related information. It is used to permanently store data in a non-volatile memory (e.g. hard disk). Since, 阅读全文

posted @ 2016-08-21 21:22 YingyiJeniffer 阅读(87) 评论(0) 推荐(0)

Introduction to Machine Learning

摘要: Chapter 1 Introduction 1.1 What Is Machine Learning? To solve a problem on a computer, we need an algorithm. An algorithm is a sequence of instruction 阅读全文

posted @ 2016-08-21 21:21 YingyiJeniffer 阅读(261) 评论(0) 推荐(0)

导航