New to Python yesterday and today set out to transition decades of exponential curve fitting from Wavemetrics IgorPro to Python lmfit. Just installed on Mac python 2.7 and pip 7.1.2. How do I best install lmfit?
--
You received this message because you are subscribed to the Google Groups "lmfit-py" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lmfit-py+u...@googlegroups.com.
To post to this group, send email to lmfi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/lmfit-py/CA%2B7ESbpLZ%2BpsL_5BU-skQi59GVN%3DB%3DFw1ijKEGT_0JEq%3DpSTPw%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "lmfit-py" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lmfit-py+u...@googlegroups.com.
To post to this group, send email to lmfi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/lmfit-py/19c85ad8-03c3-4fa1-9023-e3a1729eea57%40googlegroups.com.
I really like pycharm for an ide.
Jupyter notebooks are excellent, analogous to a packed experiment file.
I recommend python 3 for all new work.
To view this discussion on the web visit https://groups.google.com/d/msgid/lmfit-py/86e6c75a-905c-42f1-bc8a-2adfc8c3bab3%40googlegroups.com.
Hi Matt,Thank you for the heads-up on Anaconda Python from ContinuumIO, which I will look into. I also have received similar guidance and have decided to trash what I have installed although the initial simple programming went well, in favor of what you suggest or the equivalent. Not that familiar and liking the idea of a separate user folder from Python for me in particular is a good way to go.Any thoughts on Canopy, or any other alternatives to Anaconda, before I make the initial plunge?