Python Learning Sage & Python for Beginner Programmers

  • Thread starter Thread starter Hercuflea
  • Start date Start date
  • Tags Tags
    Beginner Python
AI Thread Summary
Learning Sage as an alternative to MATLAB is a viable option, especially for those with limited programming experience. The Sage website offers extensive resources, including videos, sample code, and documentation, which are beneficial for beginners. Additionally, platforms like Udacity provide valuable video tutorials on Python. For those looking to deepen their understanding of Python, "Dive into Python" by Mark Pilgrim is recommended as a free online resource. Overall, with some foundational knowledge in programming, it is feasible to learn Python and Sage effectively.
Hercuflea
Messages
593
Reaction score
49
Hey everyone I am looking to learn the Sage software as an alternative to MATLAB. I would like to leaern Python as well. I have a bit of a limited programming experience (A in a Programming Principles course last semester which used Java). So I know loops, stacks, methods, class variables, data fields, strings, static vs non static, and some other basics but that is about it. Anybody know of a good resource for learning Python (focused on Sage), or is it too advanced for someone who has only had a semester of CS?
 
Technology news on Phys.org


The Sage website has some great resources: videos, tons of sample code, documentation..check this to start: http://www.sagemath.org/tour.html

In addition, "udacity.com" has some great videos on Python.

There are tons of Python resources out there. Since you have some experience programming, "Dive into Python" by Pilgrim might be a decent choice. It is freely available on the web.
 
Last edited by a moderator:
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