Differences between revisions 6 and 7
Revision 6 as of 2008-11-15 14:00:58
Size: 3472
Editor: localhost
Comment: converted to 1.6 markup
Revision 7 as of 2013-06-03 22:31:44
Size: 3436
Editor: EricLewin
Comment: email addr/ change
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
Line 13: Line 12:
Line 15: Line 13:
Line 18: Line 15:
Line 20: Line 16:
Line 29: Line 24:
Line 31: Line 25:
Line 38: Line 31:
Line 40: Line 32:
Line 43: Line 34:
 - either use this [EricLewin/DiscussionPage],  . - either use this [EricLewin/DiscussionPage], - or email me (but please, no blabla, no chat ; professional email...) here : < Eric ''_DOT_'' Lewin+python ''_AT_'' uJF-Grenoble ''_DOT_'' fr >
Line 45: Line 36:
 - or email me (but please, no blabla, no chat ; professional email...) here :
 < Eric ''_DOT_'' Lewin+python ''_AT_'' Obs ''_DOT_'' uJF-Grenoble ''_DOT_'' fr >
-- Thanks in advance, Éric
Line 48: Line 38:
-- Thanks in advance, Eric


---- ''(dernière mise à jour : @sig@)''
----
''(dernière mise à jour : @sig@)''

Me, myself and my concerns :-)

I am not ( ! ) a computer specialist. Therefore some frequent difficulties with some high skill requiring computer tasks. But with probably never enough time to deepen my computer science skills before still far retirement...

I am a geoscientist, a heavy computer user and a geoscience teacher, at Grenoble Observatory and University (France).

I am relatively new to Python (in term of number of written lines of code and spent hours).

Presently, I am mainly interested in Python as in charge of an applied maths course for earth and environmental science sutdent). As I advocate teaching it, it's a ubiquist modern language that deals and behaves rather well with number-crunching, and eventually permits to develop simple GUIs (scientific data visualisation). Therefore I teach it (introduction level) in order to provide to my students a free and rather friendly-user alternative to my favorite calculation environment, which is MATLAB. As a general language, I also use it to cleanly introduce a bit of first-level algorithmics, which I can't, pedagogically speaking, with Matlab-like softwares.

Python has also some, say hobbyist, attraction to me, and I use it from time to time for simple code chunks, or to explain some basic think to my kids (ha ! that turtle module !)

How did I professionally come to Python ?

Some years ago, I had to carry out a Monte-Carlo study about the sensitivity to outliers of some statistics in a context of so-called "heavy tail" distributions. Because being pointed at the "random" Python module which provides ready written simulations for some of these peculiar distributions, I used this study as a personal bench to this language. I was indeed flabbergasted by how I easily wrote the program, thanks to a wonderful documentation, a simple syntax, and how efficient and fast was the code (millions of high-dimension random draws from complicated probability distributions and subsequent calculations in a blink of an eye, this on a WinNT previous-millenium PC ! Whaouh...

Working configurations

  • In classroom : WinXP PCs (not my choice) with Python 2.5, and the three NumPy-SciPy, PIL, and matplotLib packages ;

  • At office, same under (Debian) Linux ;
  • While travelling or working at home, a MacBook Pro (10.4.11) with MacPython 2.4 : I had hard time to find and install it ; it seems to miss the module manager ; therefore, I don't know where to install the modules :-( Not a satisfying install...

  • At home, still a working Py-2.3 on a purple iMac (8.6) i do awake once a month or so... And a family machine, a WinXP machine with Python 2.3, and some modules for trying.

My present difficulties and concerns (july 2008) :

  1. to get a clean MacPython install, with all the necessary modules...

  2. ...which are : NumPy-SciPy, PIL, and matplotLib ; plus some others for trying them.

  3. to develop a series of one-to-two screen pages sample codes, for applied science students (Earth and environmental sciences)...

Other words

Any comments, clues, tips, sorrows, incentives ?

  • - either use this [EricLewin/DiscussionPage], - or email me (but please, no blabla, no chat ; professional email...) here : < Eric _DOT_ Lewin+python _AT_ uJF-Grenoble _DOT_ fr >

-- Thanks in advance, Éric


(dernière mise à jour : @sig@)

CategoryHomepage

EricLewin (last edited 2013-06-03 22:31:44 by EricLewin)

Unable to edit the page? See the FrontPage for instructions.