<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Python libraries</title><link>https://sourceforge.net/p/geoms2/wiki/Python%2520libraries/</link><description>Recent changes to Python libraries</description><atom:link href="https://sourceforge.net/p/geoms2/wiki/Python%20libraries/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 11 Feb 2014 16:43:51 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/geoms2/wiki/Python%20libraries/feed" rel="self" type="application/rss+xml"/><item><title>Python libraries modified by CMRP Software</title><link>https://sourceforge.net/p/geoms2/wiki/Python%2520libraries/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -21,6 +21,7 @@
 * [shutil](http://docs.python.org/2/library/shutil.html) - "*The shutil module offers a number of high-level operations on files and collections of files. In particular, functions are provided which support file copying and removal.*"
 * [sys](http://docs.python.org/2/library/sys.html) - "*This module provides access to some variables used or maintained by the interpreter and to functions that interact strongly with the interpreter. It is always available.*"
 * [itertools](http://docs.python.org/2/library/itertools.html) - "*This module implements a number of iterator building blocks inspired by constructs from APL, Haskell, and SML. Each has been recast in a form suitable for Python.*"
+* [webbrowser](http://docs.python.org/2/library/webbrowser.html) - "*The webbrowser module provides a high-level interface to allow displaying Web-based documents to users.*"

 Scientific analysis and object manipulation
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">CMRP Software</dc:creator><pubDate>Tue, 11 Feb 2014 16:43:51 -0000</pubDate><guid>https://sourceforge.netd8a5f821bb3e88f382de5a9b5d1f66510cedf854</guid></item><item><title>Python libraries modified by CMRP Software</title><link>https://sourceforge.net/p/geoms2/wiki/Python%2520libraries/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -19,6 +19,8 @@
 * [os](http://docs.python.org/2/library/os.html) - "*This module provides a portable way of using operating system dependent functionality.*"
 * [subprocess](http://docs.python.org/2/library/subprocess.html) - "*The subprocess module allows you to spawn new processes, connect to their input/output/error pipes, and obtain their return codes.*"
 * [shutil](http://docs.python.org/2/library/shutil.html) - "*The shutil module offers a number of high-level operations on files and collections of files. In particular, functions are provided which support file copying and removal.*"
+* [sys](http://docs.python.org/2/library/sys.html) - "*This module provides access to some variables used or maintained by the interpreter and to functions that interact strongly with the interpreter. It is always available.*"
+* [itertools](http://docs.python.org/2/library/itertools.html) - "*This module implements a number of iterator building blocks inspired by constructs from APL, Haskell, and SML. Each has been recast in a form suitable for Python.*"

 Scientific analysis and object manipulation
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">CMRP Software</dc:creator><pubDate>Fri, 20 Dec 2013 17:41:56 -0000</pubDate><guid>https://sourceforge.netf873fb8d5577105d471643a440a9accdac68b2db</guid></item><item><title>Python libraries modified by CMRP Software</title><link>https://sourceforge.net/p/geoms2/wiki/Python%2520libraries/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -11,7 +11,14 @@

 Python native and minor operations
 ----------------------------------
-Not written yet
+
+This software was compiled in Python 2.7. The import "from __future__ import divsion" is the first in every script where calculations are being made.
+
+* [tempfile](http://docs.python.org/2/library/tempfile.html) - "*This module generates temporary files and directories. It works on all supported platforms.*
+* [win32api](https://sourceforge.net/projects/pywin32/) - "*The canonical name for - Python for Windows extensions.*" (Notice that this library may be changed in Linux or OSX distributions).
+* [os](http://docs.python.org/2/library/os.html) - "*This module provides a portable way of using operating system dependent functionality.*"
+* [subprocess](http://docs.python.org/2/library/subprocess.html) - "*The subprocess module allows you to spawn new processes, connect to their input/output/error pipes, and obtain their return codes.*"
+* [shutil](http://docs.python.org/2/library/shutil.html) - "*The shutil module offers a number of high-level operations on files and collections of files. In particular, functions are provided which support file copying and removal.*"

 Scientific analysis and object manipulation
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">CMRP Software</dc:creator><pubDate>Fri, 20 Dec 2013 17:37:57 -0000</pubDate><guid>https://sourceforge.netb42db4cf81fc4acbffa68d50456906bdd3584e3a</guid></item><item><title>Python libraries modified by CMRP Software</title><link>https://sourceforge.net/p/geoms2/wiki/Python%2520libraries/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -5,23 +5,16 @@
 A big part of ***[GEOMS2](Home)*** use the [Python](http://www.python.org/) programming language. In this article are listed the Python libraries used in this software.

-Article index
--------------
-
-1.  Python native and minor operations
-2.  Scientific analysis and object manipulation
-3.  Graphical user interface
-4.  2D graphics
-5.  3D graphics
+[TOC]

-1. Python native and minor operations
+Python native and minor operations
 ----------------------------------
 Not written yet

-2. Scientific analysis and object manipulation
+Scientific analysis and object manipulation
 -------------------------------------------
 * [Numpy](http://www.numpy.org/) - "*NumPy is the fundamental package for scientific computing with Python.*"
 * [Scipy](http://www.scipy.org/) - "*SciPy (pronounced “Sigh Pie”) is a Python-based ecosystem of open-source software for mathematics, science, and engineering.*"
@@ -29,19 +22,19 @@

 Numpy is the base behind all ***[GEOMS2](Home)*** objects by using its powerful [numpy arrays](Numpy array). Using numpy arrays is by far faster and more memory efficient than using the python native lists. Scipy and Scikit learn where used in several procedures within ***[GEOMS2](Home)***, namely array filters and atributes, and statistical analysis. 

-3. Graphical user interface
+Graphical user interface
 ---------------------------
 * [wxPython](http://www.wxpython.org/) - "*...a blending of the wxWidgets C++ class library with the Python programming language.*"

 There were several options regarding the library used to build the ***[GEOMS2](Home)*** user interface. At the last point point, however, the choice was between wxPython and pyQT. Both beeing mazing libraries wxPython was chosen simply because our knowledge on this library was greater than on the alternative, and community support seemed to be better.

-4. 2D graphics
+2D graphics
 --------------
 * [Matplotlib](http://matplotlib.org/) - "*matplotlib is a python 2D plotting library which produces publication quality figures in a variety of hardcopy formats and interactive environments across platforms.*"

 Again there were plenty of options regarding 2D plot libraries for ***[GEOMS2](Home)*** but matplotlib was simple to use, pretty and flexible. No big doubts here.

-5. 3D graphics
+3D graphics
 --------------
 * [Mayavi](http://code.enthought.com/projects/mayavi/) - "*Mayavi seeks to provide easy and interactive visualization of 3-D data.*"

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">CMRP Software</dc:creator><pubDate>Sun, 15 Dec 2013 23:44:16 -0000</pubDate><guid>https://sourceforge.netb74e53ba55c726b0b48ac76e8d23d6e0264beac9</guid></item><item><title>Python libraries modified by CMRP Software</title><link>https://sourceforge.net/p/geoms2/wiki/Python%2520libraries/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="python-libraries"&gt;Python libraries&lt;/h1&gt;
&lt;p&gt;A big part of &lt;strong&gt;&lt;em&gt;&lt;a class="" href="/p/geoms2/wiki/Home/"&gt;GEOMS2&lt;/a&gt;&lt;/em&gt;&lt;/strong&gt; use the &lt;a class="" href="http://www.python.org/" rel="nofollow"&gt;Python&lt;/a&gt; programming language. In this article are listed the Python libraries used in this software.&lt;/p&gt;
&lt;h2 id="article-index"&gt;Article index&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Python native and minor operations&lt;/li&gt;
&lt;li&gt;Scientific analysis and object manipulation&lt;/li&gt;
&lt;li&gt;Graphical user interface&lt;/li&gt;
&lt;li&gt;2D graphics&lt;/li&gt;
&lt;li&gt;3D graphics&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="1-python-native-and-minor-operations"&gt;1. Python native and minor operations&lt;/h2&gt;
&lt;p&gt;Not written yet&lt;/p&gt;
&lt;h2 id="2-scientific-analysis-and-object-manipulation"&gt;2. Scientific analysis and object manipulation&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class="" href="http://www.numpy.org/" rel="nofollow"&gt;Numpy&lt;/a&gt; - "&lt;em&gt;NumPy is the fundamental package for scientific computing with Python.&lt;/em&gt;"&lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://www.scipy.org/" rel="nofollow"&gt;Scipy&lt;/a&gt; - "&lt;em&gt;SciPy (pronounced “Sigh Pie”) is a Python-based ecosystem of open-source software for mathematics, science, and engineering.&lt;/em&gt;"&lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://scikit-learn.org/stable/" rel="nofollow"&gt;Scikit-learn&lt;/a&gt; - "&lt;em&gt;Simple and efficient tools for data mining and data analysis.&lt;/em&gt;"&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Numpy is the base behind all &lt;strong&gt;&lt;em&gt;&lt;a class="" href="/p/geoms2/wiki/Home/"&gt;GEOMS2&lt;/a&gt;&lt;/em&gt;&lt;/strong&gt; objects by using its powerful &lt;a class="" href="../Numpy%20array"&gt;numpy arrays&lt;/a&gt;. Using numpy arrays is by far faster and more memory efficient than using the python native lists. Scipy and Scikit learn where used in several procedures within &lt;strong&gt;&lt;em&gt;&lt;a class="" href="/p/geoms2/wiki/Home/"&gt;GEOMS2&lt;/a&gt;&lt;/em&gt;&lt;/strong&gt;, namely array filters and atributes, and statistical analysis. &lt;/p&gt;
&lt;h2 id="3-graphical-user-interface"&gt;3. Graphical user interface&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class="" href="http://www.wxpython.org/" rel="nofollow"&gt;wxPython&lt;/a&gt; - "&lt;em&gt;...a blending of the wxWidgets C++ class library with the Python programming language.&lt;/em&gt;"&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;There were several options regarding the library used to build the &lt;strong&gt;&lt;em&gt;&lt;a class="" href="/p/geoms2/wiki/Home/"&gt;GEOMS2&lt;/a&gt;&lt;/em&gt;&lt;/strong&gt; user interface. At the last point point, however, the choice was between wxPython and pyQT. Both beeing mazing libraries wxPython was chosen simply because our knowledge on this library was greater than on the alternative, and community support seemed to be better.&lt;/p&gt;
&lt;h2 id="4-2d-graphics"&gt;4. 2D graphics&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class="" href="http://matplotlib.org/" rel="nofollow"&gt;Matplotlib&lt;/a&gt; - "&lt;em&gt;matplotlib is a python 2D plotting library which produces publication quality figures in a variety of hardcopy formats and interactive environments across platforms.&lt;/em&gt;"&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Again there were plenty of options regarding 2D plot libraries for &lt;strong&gt;&lt;em&gt;&lt;a class="" href="/p/geoms2/wiki/Home/"&gt;GEOMS2&lt;/a&gt;&lt;/em&gt;&lt;/strong&gt; but matplotlib was simple to use, pretty and flexible. No big doubts here.&lt;/p&gt;
&lt;h2 id="5-3d-graphics"&gt;5. 3D graphics&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class="" href="http://code.enthought.com/projects/mayavi/" rel="nofollow"&gt;Mayavi&lt;/a&gt; - "&lt;em&gt;Mayavi seeks to provide easy and interactive visualization of 3-D data.&lt;/em&gt;"&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This was a tough one. By one hand Mayavi functions were closer to what was intended of this software (meaning shorter development time), by the other scripting in this library to make a software of the complexity of &lt;strong&gt;&lt;em&gt;&lt;a class="" href="/p/geoms2/wiki/Home/"&gt;GEOMS2&lt;/a&gt;&lt;/em&gt;&lt;/strong&gt; wasn't easy, mainly due to poor support. In the end this was chosen for the same reason wxPython was for GUI programming. We just knew it better.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">CMRP Software</dc:creator><pubDate>Sun, 15 Dec 2013 18:38:38 -0000</pubDate><guid>https://sourceforge.net19bf92d09a20aac61a8b3b9141420b2b92d88f21</guid></item></channel></rss>