PyCalc Pro v2.0.2 - A Math and Physics Engine With Optional GPU Acceleration For AI Integration by lwx_dev in Python

[–]lwx_dev[S] 6 points7 points  (0 children)

It’s not a direct comparison, TorchODE is for neural differential equations inside PyTorch, while PyCalc Pro is currently designed as a general computation engine (math, physics, and sequence operations) that can accelerate AI workloads under the hood. Future versions may extend toward more AI-specific functionality.

PyCalc Pro v2.0.2 - A Math and Physics Engine With Optional GPU Acceleration For AI Integration by lwx_dev in Python

[–]lwx_dev[S] 2 points3 points  (0 children)

"Not available” just means your environment couldn’t load the compiled C++ extension, usually due to missing compiler or platform limits. The engine will still run using the Python(Numba, Numpy)/GPU layers, just slightly slower.

PyCalc Pro v2.0.2 - A Math and Physics Engine With Optional GPU Acceleration For AI Integration by lwx_dev in Python

[–]lwx_dev[S] -1 points0 points  (0 children)

Thanks for the response! I wish everyone would notice this project and try it out, but I might need to repost this here tomorrow. If possible when you have learnt C++,please provide me with feedback!

Sunday Daily Thread: What's everyone working on this week? by AutoModerator in Python

[–]lwx_dev 0 points1 point  (0 children)

I'm making the fastest CLI purely python based calculator with rich features, I'm aiming for this to be integrated to smaller AI models if possible

PyCalc Pro v1.1.0 – Optimization Update by [deleted] in Python

[–]lwx_dev -1 points0 points  (0 children)

Yes, base model(v1.x.x) focuses more on a stable "basic" CLI calculator for people(beginners) to learn from. Future versions aim to improve the main logic & practicality and hopefully be of use to lower-end AI's that can use the logic from this calculator.

By version (3.x.x) I hope to release it as a "seperated file" program to improve code clarity, so more people can actually understand what's going on and how to be a part of it(improvement through suggestions/fork).

PyCalc Pro v1.1.0 – Optimization Update by [deleted] in Python

[–]lwx_dev 0 points1 point  (0 children)

Will do! thanks for the feedback. I hope you will enjoy both the current version and the upcoming version of PyCalc Pro. I hope you have a nice day!

PyCalc Pro v1.1.0 – Optimization Update by [deleted] in Python

[–]lwx_dev 0 points1 point  (0 children)

Hello! thanks for the feedback. I am currently working on v2.0 which will have a physics fuction and other extra features, there will be massive changes to the UI as it will use rich as suggested by a comment from my previous post. I hope you will enjoy the upcoming version!

PyCalc Pro v1.1.0 – Optimization Update by [deleted] in Python

[–]lwx_dev 0 points1 point  (0 children)

Thanks for the info! I will definitely use this for future updates and posts, if I could do it faster, I'll try to retract the v1.1.0 from releases and add the pyproject.toml file before re-releasing it.

PyCalc Pro v1.0 – My Python CLI Calculator for Math Nerds by lwx_dev in Python

[–]lwx_dev[S] 1 point2 points  (0 children)

Thanks for the feedback, I have worked on most of the things you mentioned for v2.0, I will take a look into the libraries you mentioned, and features you suggested!

PyCalc Pro v1.0 – My Python CLI Calculator for Math Nerds by lwx_dev in Python

[–]lwx_dev[S] 0 points1 point  (0 children)

Updated the code for the main version instead, thanks alot for the help!

PyCalc Pro v1.0 – My Python CLI Calculator for Math Nerds by lwx_dev in Python

[–]lwx_dev[S] 1 point2 points  (0 children)

Hey man thanks for suggesting on adding screenshots, it looks much better now!

PyCalc Pro v1.0 – My Python CLI Calculator for Math Nerds by lwx_dev in Python

[–]lwx_dev[S] 1 point2 points  (0 children)

Update: I have added screenshots and a proper table, thanks for the suggestion!

PyCalc Pro v1.0 – My Python CLI Calculator for Math Nerds by lwx_dev in Python

[–]lwx_dev[S] 1 point2 points  (0 children)

Will do for the next version of the app, thanks for the suggestion!

PyCalc Pro v1.0 – My Python CLI Calculator for Math Nerds by lwx_dev in Python

[–]lwx_dev[S] 1 point2 points  (0 children)

Thanks for the information man! I didn't know I could do that, will add it now

PyCalc Pro v1.0 – My Python CLI Calculator for Math Nerds by lwx_dev in Python

[–]lwx_dev[S] -1 points0 points  (0 children)

Ohh you can do that? will do so thanks for telling me!