|
81 | 81 | "href" : "software-win.php"
|
82 | 82 | },
|
83 | 83 | {
|
84 |
| - "title" : "Setting up the PythonLearn Environment in Macintosh", |
| 84 | + "title" : "Setting up the PythonLearn Environment on a Macintosh", |
85 | 85 | "href" : "software-mac.php"
|
86 | 86 | },
|
87 | 87 | {
|
|
284 | 284 | "title": "Strings",
|
285 | 285 | "anchor": "strings",
|
286 | 286 | "icon" : "fa-file-text-o",
|
287 |
| - "description": "We look at how Python stores and mnipulates textual data using string variables and functions.", |
| 287 | + "description": "We look at how Python stores and manipulates textual data using string variables and functions.", |
288 | 288 | "slides": "lectures3/Pythonlearn-06-Strings.pptx",
|
289 | 289 | "chapters" : "6",
|
290 | 290 | "videos" : [
|
|
342 | 342 | "title": "Lists",
|
343 | 343 | "anchor": "lists",
|
344 | 344 | "icon" : "fa-list-ol",
|
345 |
| - "description": "We look at Python's simplest data structure - the list. Lists can store more than one item in a variable.", |
| 345 | + "description": "We look at Python's simplest data structure: the list. Lists can store more than one item in a variable.", |
346 | 346 | "slides": "lectures3/Pythonlearn-08-Lists.pptx",
|
347 | 347 | "chapters" : "8",
|
348 | 348 | "videos" : [
|
|
468 | 468 | "chapters" : 12,
|
469 | 469 | "anchor": "network",
|
470 | 470 | "icon" : "fa-cloud",
|
471 |
| - "description": "We take a quick look at how data moves acros the network using th HyperText Transport Protocol (HTTP) and ow we write programs to read data scross the network.", |
| 471 | + "description": "We take a quick look at how data moves across the network using the HyperText Transport Protocol (HTTP) and how we write programs to read data scross the network.", |
472 | 472 | "slides": "lectures3/Pythonlearn-12-HTTP.pptx",
|
473 | 473 | "videos" : [
|
474 | 474 | {
|
|
517 | 517 | "chapters": "13",
|
518 | 518 | "anchor": "servces",
|
519 | 519 | "icon" : "fa-briefcase",
|
520 |
| - "description": "Web services allow a program to access data available in a different server.", |
| 520 | + "description": "Web services allow a program to access data available on a different server.", |
521 | 521 | "slides": "lectures3/Pythonlearn-13-WebServices.pptx",
|
522 | 522 | "videos" : [
|
523 | 523 | {
|
|
582 | 582 | "chapters" : "14",
|
583 | 583 | "anchor": "Objects",
|
584 | 584 | "icon" : "fa-cubes",
|
585 |
| - "description": "We do a quick look at how Python supports the Object-Oriented programming pattern.", |
| 585 | + "description": "We have a quick look at how Python supports the Object-Oriented programming pattern.", |
586 | 586 | "slides": "lectures3/Pythonlearn-14-Objects.pptx"
|
587 | 587 | },
|
588 | 588 | {
|
|
692 | 692 | "chapters" : "16",
|
693 | 693 | "anchor": "dataviz",
|
694 | 694 | "icon" : "fa-bar-chart-o",
|
695 |
| - "description": "In this section, we learn to scrape data from the network, store the data in a database and then read the data from the database to produce in in-browser visualization of the data.", |
| 695 | + "description": "In this section, we learn to scrape data from the network, store the data in a database and then read the data from the database to produce an in-browser visualization of the data.", |
696 | 696 | "slides": "lectures3/Pythonlearn-16-Data-Viz.pptx"
|
697 | 697 | }
|
698 | 698 |
|
|
0 commit comments