- 博客(25)
- 收藏
- 关注
原创 Coursera-Python for Everybody Specialization-Capstone, Ass. 16-4, Finale
Assignment 16-4: Visualizing Email DataIn this assignment, you can directly manipulate the existing database 'content.sqlite' from Ass. 16-3. Whereas, for a better display effect, I strongly suggest youdownload a lot more messages (e.g. 3000) by running.
2021-10-20 03:51:55 226
原创 Coursera-Python for Everybody Specialization-Capstone, Ass. 16-3
Assignment 16-3: Spidering and Modeling Email Data - IntroductionThis assignment, as well as the previous one, does not need you to write new code, but just run the given 3 .py files.1. Run 'gmane.py' to generate or update 'content.sqlite'.N.B. For .
2021-10-19 22:19:31 164
原创 Coursera-Python for Everybody Specialization-Capstone, Ass. 16-2
Assignment 16-2: Building a Search Engine - IntroductionThis assignment does not require you to write new code, but to successively run the given 4 .py files.1. Run 'spider.py' to generate the database 'spider.sqlite'.Note: selectat least 100 pages..
2021-10-19 05:38:36 276
原创 Coursera-Python for Everybody Specialization-Capstone, Quiz: Python for Everybody - A Review
2021-10-19 04:47:56 286
原创 Coursera-Python for Everybody Specialization-Using Databases with Python, Ass. 16-1
There is no quiz for Week 5 of the 4th course of this specialization.Assignment 16-1: Databases and VisualizationIn addition, you do not need to write Python code yourself to finish this assignment.Just follow the instructions step and step, then yo.
2021-10-19 04:23:50 364
原创 Coursera-Python for Everybody Specialization-Using Databases with Python, Quiz 15-3 and Ass. 15-3
Quiz 15-3: Many-to-Many Relationships and PythonQ.9. has another alternative question that is not easy to answer. There is no ready answer online, and you cannot expect to solve it by trial-and-error because it is a multi-selection question.Assignm
2021-10-19 03:28:30 263
原创 Coursera-Python for Everybody Specialization-Using Databases with Python, Quiz 15-2 and Ass. 15-2
Quiz 15-2: Multi-Table Relational SQLAssignment 15-2: Multi-Table Database - TracksThe majority of the code is as same asthe sample 'track.py', what we need to do is to add the 'Genre' into the database.We can check the result via both P...
2021-10-19 02:00:17 350
原创 Coursera-Python for Everybody Specialization-Using Databases with Python, Quiz 15-1 and Ass. 15-1
Quiz 15-1: Single-Table SQLAssignment 15-1: Our first DatabaseThis assignment does not require you to write any Python code or your own SQL instructions. After installing the SQLite Brower,sequentially type in the given SQL instructions, you can.
2021-10-18 22:16:16 312
原创 Coursera-Python for Everybody Specialization-Using Databases with Python, Quiz 14
2021-10-18 05:11:56 238
原创 Coursera-Python for Everybody Specialization-Using Databases with Python, Quiz warm-up
Quiz warm-up: Using Encoded Data in Python 3Q.2 has another alternative question.
2021-10-18 04:44:46 299
原创 Coursera-Python for Everybody Specialization-Using Python to Access Web, Quiz 13-2 and Ass. 13-2
Quiz 13.2: REST, JSON, and APIsQ.1, Q.2, Q.3, Q.4, and Q.6 have other alternative questions.Assignment 12-2: Extracting Data from JSONRunning thecode above and typing in the correct URL, you can get the result below.
2021-10-18 03:42:01 203
原创 Coursera-Python for Everybody Specialization-Using Python to Access Web, Quiz 13-1 and Ass. 13-1
Quiz 13-1: eXtensible Markup LanguageQ.1, Q.2, Q.3, Q.8, and Q.9 have other alternative questions respectively.I have no complete copies right now, and will try to update them later.Q.3, "complex elements" are "person"and "people".As...
2021-10-18 03:03:00 403
原创 Coursera-Python for Everybody Specialization-Using Python to Access Web, Quiz 12-2 and Ass. 12-2
Quiz 12-2: Reading Web Data from PythonQ.10 has another alternative question.Assignment 12-2: Scraping HTML Data with BeautifulSoupAfter running the code above, you can get the result below.Assignment 12-2: Following Links in HTML...
2021-10-18 01:27:36 273
原创 Coursera-Python for Everybody Specialization-Using Python to Access Web, Quiz 12-1 and Ass. 12-1
Quiz 12-1: Networks and SocketsAssignment 12-1: Understanding the Request/Response CycleAfter running the code above, you should get the result below.
2021-10-18 00:21:46 187
原创 Coursera-Python for Everybody Specialization-Using Python to Access Web, Quiz 11 and Ass. 11
Quiz 11: Regular ExpressionsQ.1 and Q.2 have other alternative questions.N.B. The correct solution for Q.2 is the 4th option rather than the 5th marked in the screenshot.Ass. 11 is not difficult, the code is given below.
2021-10-17 23:38:35 233
原创 Coursera-Python for Everybody Specialization-Python Data Structure, Quiz 10 and Ass. 10
2021-10-16 05:36:52 207
原创 Coursera-Python for Everybody Specialization-Python Data Structure, Quiz 9 and Ass. 9
2021-10-16 05:25:27 208
原创 Coursera-Python for Everybody Specialization-Python Data Structure, Quiz 8 and Ass. 8
2021-10-16 05:07:50 185
原创 Coursera-Python for Everybody Specialization-Python Data Structure, Quiz 7 and Ass. 7
2021-10-16 04:46:36 308
原创 Coursera-Python for Everybody Specialization-Python Data Structure, Quiz 6 and Ass. 6
2021-10-16 04:24:13 218
原创 Coursera-Python for Everybody Specialization-Programming for Everybody, Quiz 5 and Ass. 5
2021-10-16 03:59:12 153
原创 Coursera-Python for Everybody Specialization-Programming for Everybody, Quiz 4 and Ass. 4
2021-10-16 03:42:13 172
原创 Coursera-Python for Everybody Specialization-Programming for Everybody, Quiz 3 and Ass. 3
Ass. 3 contains 2 parts, 3.1 and 3.3.
2021-10-16 03:23:55 170
原创 Coursera-Python for Everybody Specialization-Programming for Everybody, Quiz 2 and Ass. 2
Note: Q1 has another alternative question; Q3 and Q4 have other candidate options.Ass. 2 contains 2 parts, 2.2 and 2.3.
2021-10-16 03:02:57 208
原创 Coursera-Python for Everybody Specialization-Programming for Everybody, Quiz 1 and Ass. 1
This is the first quiz in this course thatconcerns some basic concepts of Python. Thus, I only provide the solutions without any explanation.The first assignment is just a trial on the online editor.
2021-10-16 02:33:48 161
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人