Skip to content

Commit 6202602

Browse files
authored
Fix some typos
Also changed some words for clarity
1 parent e38acf2 commit 6202602

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

lessons2.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"href" : "software-win.php"
8282
},
8383
{
84-
"title" : "Setting up the PythonLearn Environment in Macintosh",
84+
"title" : "Setting up the PythonLearn Environment on a Macintosh",
8585
"href" : "software-mac.php"
8686
},
8787
{
@@ -284,7 +284,7 @@
284284
"title": "Strings",
285285
"anchor": "strings",
286286
"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.",
288288
"slides": "lectures3/Pythonlearn-06-Strings.pptx",
289289
"chapters" : "6",
290290
"videos" : [
@@ -342,7 +342,7 @@
342342
"title": "Lists",
343343
"anchor": "lists",
344344
"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.",
346346
"slides": "lectures3/Pythonlearn-08-Lists.pptx",
347347
"chapters" : "8",
348348
"videos" : [
@@ -468,7 +468,7 @@
468468
"chapters" : 12,
469469
"anchor": "network",
470470
"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.",
472472
"slides": "lectures3/Pythonlearn-12-HTTP.pptx",
473473
"videos" : [
474474
{
@@ -517,7 +517,7 @@
517517
"chapters": "13",
518518
"anchor": "servces",
519519
"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.",
521521
"slides": "lectures3/Pythonlearn-13-WebServices.pptx",
522522
"videos" : [
523523
{
@@ -582,7 +582,7 @@
582582
"chapters" : "14",
583583
"anchor": "Objects",
584584
"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.",
586586
"slides": "lectures3/Pythonlearn-14-Objects.pptx"
587587
},
588588
{
@@ -692,7 +692,7 @@
692692
"chapters" : "16",
693693
"anchor": "dataviz",
694694
"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.",
696696
"slides": "lectures3/Pythonlearn-16-Data-Viz.pptx"
697697
}
698698

0 commit comments

Comments
 (0)