Python Learning Python and Sage - Advice Appreciated

  • Thread starter Thread starter murray92
  • Start date Start date
  • Tags Tags
    Python
AI Thread Summary
Learning Python and Sage is a beneficial starting point for those without a background in programming or mathematics. Python is a widely-used programming language known for its simplicity and versatility, while Sage is an open-source mathematics software system that serves as an alternative to commercial tools like Mathematica. Both tools provide a solid foundation for further exploration in programming and mathematical software. Engaging with these resources can effectively support beginners in their learning journey.
murray92
Messages
21
Reaction score
0
I have no backbround in programming or science/mathematics software, but time and desire to learn...

is learning
Phyton and Sage a good idea?

Advice appreciated!
 
Technology news on Phys.org
Do you mean Python? Haven't heard of Sage.
 
Sage is a open source alternative to matheamtica etc.

http://www.sagemath.org/

Early today (well yesterday ... in GMT+1) I read th blog of the guy that is the main developer behind it, can't find it now though
 
Learning Python and SAGE is a very good way of "STARTING". For more complicated business you will need more but Python and SAGE are pretty cool stuff to start with.
 
Oh thanks for your reply!
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I had a Microsoft Technical interview this past Friday, the question I was asked was this : How do you find the middle value for a dataset that is too big to fit in RAM? I was not able to figure this out during the interview, but I have been look in this all weekend and I read something online that said it can be done at O(N) using something called the counting sort histogram algorithm ( I did not learn that in my advanced data structures and algorithms class). I have watched some youtube...

Similar threads

Back
Top