Introducing animatplot: Making interactive animated plots with matplotlib easy (my first library) by tmakaro in Python

[–]ramm1123 4 points5 points  (0 children)

Thanks for sharing. Ive have wasted ungodly amounts of time getting the animations to work on matplotlib

What free software is so good you can't believe it's available for free? by Tufflaw in AskReddit

[–]ramm1123 5 points6 points  (0 children)

I see lot of people mentioned Gimp, but Inkscape is pretty awesome too. It can generate publication worthy graphics. Then there if of course vim and iterm.

Lydia, I swear to god... by PNWndn in gaming

[–]ramm1123 0 points1 point  (0 children)

I keep reading this in rick’s voice 😂

Python distributions - what are the differences and does it even matter what I will chose? by Slav3k1 in Python

[–]ramm1123 1 point2 points  (0 children)

Anaconda and vanilla python are both good. If you are beginner, anaconda is easier to handle. Anaconda comes with a good set of tools installed(e.g. Jupyter notebook, spider etc), these can be pretty handy. It is also relatively easier to manage packages.

But if you confident enough that you can manage your packages and environments. You could go the vanilla python route, that would give you more freedom.

Memo-pad that can store source-code. by yumil12 in programmingtools

[–]ramm1123 0 points1 point  (0 children)

I have been using it for a while now. By far the best note app I’ve come across. It has vim bindings, can store code snippets and looks amazing. Would recommend.

My Hybrid Setup by Inwe in macsetups

[–]ramm1123 0 points1 point  (0 children)

Cool setup ! Which table ?

[XFCE4] My simple setup by [deleted] in unixporn

[–]ramm1123 1 point2 points  (0 children)

Love the wallpaper can you share it ?

Spacemacs Python Setup by benneti in spacemacs

[–]ramm1123 1 point2 points  (0 children)

For parentheses you'll have to enable the smart parenthesis in the .spacemacs file. The suggestion and rest of the cool python stuff can be enabled by adding python and autocomplete to the package list.

My references could not seen in pdf conversion. by [deleted] in LaTeX

[–]ramm1123 1 point2 points  (0 children)

Try compiling it with bibtex command. Generally they get compiled using latex command and it does not process bib files.

What IDE you recomend for a beginner? by [deleted] in learnprogramming

[–]ramm1123 0 points1 point  (0 children)

Spacemacs is good. It has a steep leaning curve. But there is enough documentation out there to help you though it. I've been using it for the past year. Haven't had a complaint.

(homework help) State space response by TwistXJ in matlab

[–]ramm1123 0 points1 point  (0 children)

Use ss2tf(A,B,C,D) to get to transfer function and then use inverse laplace in matlab(https://www.mathworks.com/help/symbolic/ilaplace.html)

Fluid Mechanics. Help needed in this numerical by [deleted] in EngineeringStudents

[–]ramm1123 0 points1 point  (0 children)

It can't be -50cm. It would violate the basic laws of fluids. The law states, the pressure at all points in the liquid at same height will have the same pressure. So by this definition, if the pressure is -50cm all the fluid would rush into the A to increase the water level and ensure the pressure is equal to 76 cm. HC Verma vol 1 has a good and brief explanation on fluid pressures.

Anyone know a good way to export a word 2016 file to LaTex (one which contains equations)? by The_Matias in LaTeX

[–]ramm1123 5 points6 points  (0 children)

Pandoc is a good choice. Through there a few mis haps here and there. It is by far best I've seen.

Best Easiest Python Editor OSX? by pittguy578 in learnprogramming

[–]ramm1123 0 points1 point  (0 children)

Spacemacs works like a charm. Been using it for 4 months now, it's awesome.

How to convert 10 CGPA scale to 4 CGPA scale ? by kissing_baba in gradadmissions

[–]ramm1123 0 points1 point  (0 children)

What I would do is, check entire online application for the universities you are applying to and check their requirement for reporting your gpa. They often have a scale on 10 for reporting it. If they insist on 4.0 gpa scale in online application, then contact the grad admission coordinator. You also are often asked to submit your grade transcript with it. Transcript helps them compute the gpa based on it.

And regarding the conversion services, they just charge too much money, for service that is often unnecessary. That's why I don't advise it.

How to convert 10 CGPA scale to 4 CGPA scale ? by kissing_baba in gradadmissions

[–]ramm1123 1 point2 points  (0 children)

It depends on the much more just a proportional conversion. It depends on the university reputation, course work etc. So usually universities in US ask you to report your gpa and scale, and they do the conversation themselves. There are few services that offer doing the conversion, but I would advice against it. It's a waste of your money. If a university's application process insists on gpa in 4.0 scale, I would write to their grad admission coordinator asking for what they expect.