You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+16-16Lines changed: 16 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -13,20 +13,20 @@
13
13
14
14
15
15
<divclass="row">
16
-
<divclass = "col-md-2">
16
+
<divclass = "col-md-1 col-md-offset-2">
17
17
<imgsrc="images/logo.png" class="img-responsive">
18
18
</div>
19
-
<divclass = "col-md-7" >
19
+
<divclass = "col-md-6" >
20
20
<h2class = "page-header">Python(x,y) - the scientific Python distribution.</h2>
21
21
</div>
22
-
<divclass = "col-md-3">
22
+
<divclass = "col-md-2">
23
23
<ahref="downloads.html">
24
24
<imgsrc="images/dl_icon.png"></a>
25
25
<p><small>Download Python-xy</small></p>
26
26
</div>
27
27
</div>
28
28
<divclass="row">
29
-
<divclass = "col-md-9 col-md-offset-2 " >
29
+
<divclass = "col-md-8 col-md-offset-2 " >
30
30
<p>Python(x,y) is a free scientific and engineering development software for numerical computations, data analysis and data visualization based on Python programming language, Qt graphical user interfaces and Spyder interactive scientific development environment.
31
31
</p>
32
32
</div>
@@ -70,7 +70,7 @@ <h2 class = "page-header">Python(x,y) - the scientific Python distribution.</h2>
70
70
</div>
71
71
</div>
72
72
<divclass="row">
73
-
<divclass = "col-md-9 col-md-offset-2 " >
73
+
<divclass = "col-md-8 col-md-offset-2 " >
74
74
<ul>
75
75
<li>interactive calculations including for example 2D and 3D plotting or symbolic maths, </li>
76
76
<li>simple functionnal programming (with MATLAB-like syntax) as well as powerful object-oriented programming, </li>
@@ -99,7 +99,7 @@ <h3>What is exactly Python(x,y)?</h3>
99
99
</div>
100
100
</div>
101
101
<divclass="row">
102
-
<divclass = "col-md-9 col-md-offset-2 " >
102
+
<divclass = "col-md-8 col-md-offset-2 " >
103
103
<p>Python(x,y) is a scientific-oriented Python Distribution based on Qt and Spyder - see the Plugins page. Its purpose is to help scientific programmers used to interpreted languages (such as MATLAB or IDL) or compiled languages (C/C++ or Fortran) to switch to Python. C/C++ or Fortran programmers should appreciate to reuse their code "as is" by wrapping it so it can be called directly from Python scripts. </p>
104
104
</div>
105
105
</div>
@@ -124,7 +124,7 @@ <h3>Main features</h3>
124
124
</div>
125
125
</div>
126
126
<divclass="row">
127
-
<divclass = "col-md-9 col-md-offset-2 " >
127
+
<divclass = "col-md-8 col-md-offset-2 " >
128
128
<ul>
129
129
<li>collecting scientific-oriented Python libraries and development environment tools ; </li>
130
130
<li>collecting almost all free related documentation ; </li>
@@ -134,32 +134,32 @@ <h3>Main features</h3>
134
134
</div>
135
135
</div>
136
136
<divclass="row">
137
-
<divclass = "col-md-9 col-md-offset-2 " >
137
+
<divclass = "col-md-8 col-md-offset-2 " >
138
138
<h3>Why Python?</h3>
139
139
</div>
140
140
</div>
141
141
<divclass="row">
142
-
<divclass = "col-md-9 col-md-offset-2 " >
142
+
<divclass = "col-md-8 col-md-offset-2 " >
143
143
<p>In many ways, Python is far more superior to other scientific languages: it's a general-purpose language (e.g. with powerful GUI, I/O, internet, and database libraries), it's free and open-source, fundamentally object-oriented, very portable, extensible and embeddable, and so on. However, Python libraries generally suffer from a lack of documentation, even if the growing community contributes everyday with detailed tutorials on many topics. </p>
144
144
</div>
145
145
</div>
146
146
<divclass="row">
147
-
<divclass = "col-md-9 col-md-offset-2 " >
147
+
<divclass = "col-md-8 col-md-offset-2 " >
148
148
<h3>Why a Python distribution for scientists?</h3>
149
149
</div>
150
150
</div>
151
151
<divclass="row">
152
-
<divclass = "col-md-9 col-md-offset-2 " >
152
+
<divclass = "col-md-8 col-md-offset-2 " >
153
153
<p>Because testing all libraries, choosing the right one for the right usage, and grabbing all the free documentation on the internet takes time. Moreover, one needs some perspective to elaborate its own coherent development framework (i.e. Python libraries and development environment). </p>
154
154
</div>
155
155
</div>
156
156
<divclass="row">
157
-
<divclass = "col-md-9 col-md-offset-2 " >
157
+
<divclass = "col-md-8 col-md-offset-2 " >
158
158
<p>Python(x,y) was created for : </p>
159
159
</div>
160
160
</div>
161
161
<divclass="row">
162
-
<divclass = "col-md-9 col-md-offset-2 " >
162
+
<divclass = "col-md-8 col-md-offset-2 " >
163
163
<ul>
164
164
<li>rapid prototyping, using the enhanced Python shell known as IPython ; </li>
165
165
<li>small/big projects (application-like) development, using Spyder - a powerful and interactive cross-platform Integrated Development Environment (IDE) ; </li>
@@ -168,17 +168,17 @@ <h3>Why a Python distribution for scientists?</h3>
168
168
</div>
169
169
</div>
170
170
<divclass="row">
171
-
<divclass = "col-md-9 col-md-offset-2 " >
171
+
<divclass = "col-md-8 col-md-offset-2 " >
172
172
<h3>Why Qt?</h3>
173
173
</div>
174
174
</div>
175
175
<divclass="row">
176
-
<divclass = "col-md-9 col-md-offset-2 " >
176
+
<divclass = "col-md-8 col-md-offset-2 " >
177
177
<p>We strongly recommend using <ahref="http://www.riverbankcomputing.co.uk/software/pyqt/intro" rel="nofollow">PyQt</a> for Graphical User Interface (GUI) development, since it is a very powerful and easy-to-use library – Mark Summerfield’s book is the best way to get started with <ahref="http://www.riverbankcomputing.co.uk/software/pyqt/intro" rel="nofollow">PyQt</a> (it is also a very good, very effective introduction to the Python language). For scientific programs, note that matplotlib figures (mainly 2D graphics) can be embedded in <ahref="http://www.riverbankcomputing.co.uk/software/pyqt/intro" rel="nofollow">PyQt</a> applications window, almost as easily as in MATLAB. </p>
0 commit comments