Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User:Regulus bloodmoon/Programming for Capsuleers: Difference between revisions

From EVE University Wiki
Course information: populated with a short course blurb and stubs for other things
Setup: stub/outline
Line 22: Line 22:


===Setup===
===Setup===
To be written. Planned content:
* Setting up a sane Python 2.7 programming environment on Windows. Python 2.7 is stable and has more available libraries than Python 3.2. Mac OS X and most Linux distributions have Python built in.
* Running the Python interpreter on Windows. Basic interactive interpreter usage.
* Basic usage of the IDLE Python IDE. Running a Python script using IDLE, and using the Python interpreter from the command line.


===Programming basics===
===Programming basics===