Python for Physics and Astronomy: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 60: | Line 60: | ||
##[http://prancer.physics.louisville.edu/astrowiki/index.php/Image_processing_with_Python_and_SciPy#Python_Imaging_Library_-_PIL Python Imaging Library - PIL] | ##[http://prancer.physics.louisville.edu/astrowiki/index.php/Image_processing_with_Python_and_SciPy#Python_Imaging_Library_-_PIL Python Imaging Library - PIL] | ||
##[http://prancer.physics.louisville.edu/astrowiki/index.php/Image_processing_with_Python_and_SciPy#Images_with_NumPy_and_SciPy Images with NumPy and SciPy] | ##[http://prancer.physics.louisville.edu/astrowiki/index.php/Image_processing_with_Python_and_SciPy#Images_with_NumPy_and_SciPy Images with NumPy and SciPy] | ||
##[http://prancer.physics.louisville.edu/astrowiki/index.php/Image_processing_with_Python_and_SciPy# | ##[http://prancer.physics.louisville.edu/astrowiki/index.php/Image_processing_with_Python_and_SciPy#Astronomical_FITS_Files Astronomical FITS Files] | ||
##[http://prancer.physics.louisville.edu/astrowiki/index.php/Image_processing_with_Python_and_SciPy#Other_processing Other processing] | ##[http://prancer.physics.louisville.edu/astrowiki/index.php/Image_processing_with_Python_and_SciPy#Other_processing Other processing] | ||
##[http://prancer.physics.louisville.edu/astrowiki/index.php/Image_processing_with_Python_and_SciPy#SciKits SciKits] | ##[http://prancer.physics.louisville.edu/astrowiki/index.php/Image_processing_with_Python_and_SciPy#SciKits SciKits] | ||
##[http://prancer.physics.louisville.edu/astrowiki/index.php/Image_processing_with_Python_and_SciPy#AstroImageJ_and_Alsvid AstroImageJ and Alsvid] | |||
##[http://prancer.physics.louisville.edu/astrowiki/index.php/Python_examples Examples] | ##[http://prancer.physics.louisville.edu/astrowiki/index.php/Python_examples Examples] | ||
##[http://prancer.physics.louisville.edu/astrowiki/index.php/Python_assignments Assignments] | ##[http://prancer.physics.louisville.edu/astrowiki/index.php/Python_assignments Assignments] |
Revision as of 05:50, 10 April 2018
The Python programming language is a widely used tool for basic research and engineering. Its rapid rise in popularity is supported by comprehensive, largely open-source, contributions from scientists who use it for their own work. This short course offers an introduction to Python with examples drawn from physics and astronomy.
This resource was developed as part of a full semester
Research Methods class. Various examples that may be useful for
developing small Python programs are collected here. They are a basis for a few exercises that were assigned during the course are are available here.
The topics and examples covered --
- Why program? Choosing a language.
- Very simple Python
- Elements of Python programming
- Solving problems with Python
- Graphical User Interfaces with Python
- Graphics with Python
- NumPy, SciPy and SciKits
- Image processing with Python and SciPy
- User interfaces
- How to create a javascript program
These topics may be added to a longer version of this course or as working notes when time allows.
- Real world interfacing
- Instrumentation and communication
- Serial ports
- USB
- TCPIP
- Threading
- Incorporating manufacturer's code
- Working with the web
- HTTP servers
- Getting data from servers
- Sending data to servers
- Common gateway interface - CGI
- Using Python with CGI
- Programming for server-side processing
- Python and other languages
- Bash scripting in Unix-like systems
- Very simple C
- Using Python with other code
- Android for web development
- LabVIEW for instrument control and data analysis
- Java for astronomical calculations: AstroCC and AstroImageJ