In Python, a module introduces a new namespace and adds functions, classes and variables into your programs, enabling them to do things which they would not be able to without the capabilities imported from the module
Programming, Numerical Computation and FOSS
random thoughts on programming, numerical and scientific computing and free and opensource software
Friday, January 4, 2013
Importing Modules into a Python Program
Labels:
Python
| Reactions: |
Thursday, May 24, 2012
NumPy Array Indexing
Extracting values from and inserting values into a Python list object is intuitive and powerful
Labels:
Arrays,
NumPy ndarray,
Python
| Reactions: |
Tuesday, May 22, 2012
Direct Stiffness Method - An Overview
A brief overview of the direct stiffness method as applicable to skeletal structures
Labels:
Direct Stiffness Method
| Reactions: |
Thursday, April 12, 2012
NumPy Arrays
NumPy ndarray is a versatile n-dim array implementation and quite different compared to Scilab matrices
Labels:
NumPy ndarray,
Python,
Scilab
| Reactions: |
Sunday, April 8, 2012
Direct Stiffness Method - DoF Numbering
An introduction to numbering degree of freedom numbers for direct stiffness method of analysis of skeletal structures
Labels:
Direct Stiffness Method,
Python
| Reactions: |
Subscribe to:
Posts (Atom)