Skip to content

Commit 83e01f0

Browse files
committed
Started README.
1 parent 0b6cd52 commit 83e01f0

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
python-for-newbies
1+
Python for Newbies
22
==================
33

4-
A guide to Python for absolute beginners
4+
This is a guide to Python for *absolute beginners*. You need to know how to use a mouse, a keyboard, a Web browser, and that's pretty much it. We'll cover the very basics of the language. However, the "bad news" is that the language is the easy part. You'll also have to learn the basics of:
5+
6+
* **the command-line interface**: do things on your computer by typing commands rather than clicking on buttons (that's more powerful)
7+
* **Git**: a program that will prevent your from accidentally losing your work
8+
* **conda**: a program for installing Python modules
9+
* **Python**: an accessible programming language (many kids learn it nowadays)
10+
* **the IPython notebook**: use Python from your Web browser
11+
* **a text editor**: ditch Word and use a real code editor
12+
13+

0 commit comments

Comments
 (0)