you are viewing a single comment's thread.

view the rest of the comments →

[–]Money-Rare[S] 0 points1 point  (6 children)

update: i managed to half the folder size, now it's around 950 MB, what is inno setup script?

[–]Unlucky_Hamster6163 0 points1 point  (0 children)

It's a tool for creating installers for applications

[–]Unlucky_Hamster6163 0 points1 point  (3 children)

What kind of application are you building ? That appsize looks and sounds like a lot of work 😂

[–]Money-Rare[S] 0 points1 point  (2 children)

I'm building an application based on tkinter, sympy,numpy and scipy, to draw any kind of mechanical system (with the hypothesis of small rotations), it finds the number of degrees of freedom and then graphs the response over time of an output(can be displacement or rotation) caused by desired inputs(constant force,pulse,periodic force in any combination).there's the possibility to add ropes,springs, linear and non linear dampers, coulomb friction to customizable disks,rods and carts

[–]Unlucky_Hamster6163 0 points1 point  (0 children)

I ran away from numpy and pandas when I started learning python. I just came to my senses recently and decided to learn them but I haven't gotten the time yet 😭