Skip to content

Commit af6bbc7

Browse files
committed
Update
1 parent 7992989 commit af6bbc7

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.vscode/tasks.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@
1818
"kind": "build",
1919
"isDefault": true
2020
}
21+
},
22+
{
23+
"label": "Make HTML",
24+
"type": "shell",
25+
"command": "sed -f html.sed '${file}'",
26+
"group": {
27+
"kind": "build",
28+
"isDefault": true
29+
}
2130
}
2231
]
2332
}

01 Python Environment/1 What is Python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Python is available to everyone for free — you can get it from <https://python
1717

1818
Google, Yahoo, Nokia, IBM and NASA use Python in their multi-million or billion dollar applications and projects. Both Microsoft and Apple offer full support for Python in their operating systems and development platforms. Many websites such as YouTube and Grono are written in Python.
1919

20-
**NASA** has been using Python for many years. One of the well-described implementations is using Python applications to [manage shuttle launch controls](http://www.python.org/about/success/usa/). Also, the recently released [Nebula](http://nebula.nasa.gov/) project is a distributed computing environment adapted to "cloud" computing, combining many Python modules and applications with other languages and technologies.
20+
**NASA** has been using Python for many years. One of the well-described implementations is using Python applications to [manage shuttle launch controls](http://www.python.org/about/success/usa/).
2121

2222
## Python in engineering applications
2323

0 commit comments

Comments
 (0)