rahuldcoder / PythonCalculator

A simple gui calculator which uses python's Tkinter library
0 stars 0 forks source link

Python tkinter GUI curve and surface fitter #1

Open zunzun opened 7 years ago

zunzun commented 7 years ago

I saw your tkinter calculator code and thought you might like to see my Python GUI graphical curve fitter and surface fitter on github, BSD license. The matplotlib 3D surface plots of the fitted equations look really cool.

The code uses a linear solver if the equation is linear, and a non-linear Levenberg-Marquardt solver from scipy if the equation is non-linear. It automatically uses a genetic algorithm to produce initial parameter estimates for the non-linear solver.

The URL on github is https://github.com/zunzun/tkInterFit

James Phillips

rahuldcoder commented 7 years ago

Thanks for inspiring me for a new version of calculator.

Rahul Thakur B.Tech Computer Science and Engineering National Institute of Technology Agartala

On Tue, Jun 27, 2017 at 9:43 PM, James Phillips notifications@github.com wrote:

I saw your tkinter calculator code and thought you might like to see my Python GUI graphical curve fitter and surface fitter on github, BSD license. The matplotlib 3D surface plots of the fitted equations look really cool.

The code uses a linear solver if the equation is linear, and a non-linear Levenberg-Marquardt solver from scipy if the equation is non-linear. It automatically uses a genetic algorithm to produce initial parameter estimates for the non-linear solver.

The URL on github is https://github.com/zunzun/tkInterFit

James Phillips

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/rahuldcoder/PythonCalculator/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/ARjAVwmik2g0JIE_sLnRpR1as-8jDS1Zks5sISofgaJpZM4OG3EN .

zunzun commented 7 years ago

Excellent. Let me know if you have any questions. My background is in nuclear engineering and industrial radiation engineering, and I love Python so I will be glad to help.

James Phillips

rahuldcoder commented 7 years ago

Yes surely, Thank you

Rahul Thakur B.Tech Computer Science and Engineering National Institute of Technology Agartala

On Fri, Jun 30, 2017 at 7:20 AM, James Phillips notifications@github.com wrote:

Excellent. Let me know if you have any questions. My background is in nuclear engineering and industrial radiation engineering, and I love Python so I will be glad to help.

James Phillips

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/rahuldcoder/PythonCalculator/issues/1#issuecomment-312153330, or mute the thread https://github.com/notifications/unsubscribe-auth/ARjAV3_JbVXgZGl1A_BbBrIUIPhPViiDks5sJFRTgaJpZM4OG3EN .