Skip to content

Commit 7aa68db

Browse files
added start of Windows notes
1 parent 993acc6 commit 7aa68db

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

GeneralNotes/PythonOnWindows.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
=========================
2+
Using Python on Windows
3+
=========================
4+
5+
Python itself is very platform independent. The code you write will be exactlty the same regardless of platform you are running, unless you want to acess specific system services. However, the tools required to install and work with python and associated packages are somewhat different. Also, as Python comes from, and is mostly used by, the FOSS world, many instructions you will find online are *nix oriented, and many packages are set up and tested primarily on Linux and/or OS-X.
6+
7+
Nevertheless, Python works just fine on Windows once you get yourself properly set up.
8+
9+
The following are few notes that should help you get running on Windows.
10+
11+
[NOTE: these notes are oriented to supporting the UWPCE Certificate in Python Programming classes]
12+
13+
Installing Python
14+
====================
15+
16+
There are a number of Python distributions out there, some specifically designed to provide a full featured set of packages, often oreinted to scientific programming. These include: Enthought Canopy, Continuum's Anaconda, and Python(xy). However the prome advantage of these sywtems is getting hard-to-build-and-install scientific packages -- they maynot be as useful for the UW certificate program. So we will recommend a more compact route:
17+
18+
python.org binaries
19+
---------------------
20+
21+
We recommend the binary installer available from python.org:
22+
23+
<http://python.org/download/>
24+

0 commit comments

Comments
 (0)