This is a kind of table of contents of the Python-Astro blog lectures.
- Generate a vector, using numpy. Write it to a file.
- Read the ascii file. Plot it (basic).
- Read the ascii file, variations. Array indexing, list comprehension, array manipulation (basic).
- Play with FITS files
- Plotting tools (colors, line styles, subplots, loglog, etc). Writing ps or pdf from a script.
- Playing with arrays: slicing, cutting, extracting, sorting, filtering, where function, etc.
This is list of forthcoming topics that we hope to treat soon:
- How to execute scripts. import, %run, #! /usr/bin/env python.
- Object Oriented programing
No comments:
Post a Comment