How can plot a function with different point sizes? f=[(k,k*sin(k^2)) for k in range(1,101)] # size=[(i) for i in range(0,101)] p=points(f, pointsize=5, color=
Is it possible to import the sagemath functions inside a python session? What I wish to do, from a user perspective is something like: >>> import sa
In my Python workflow, I commonly use the -i flag to open a Python interpreter which first executes the script I am working on, then allows me to interact with
everyone! I know this is probably a dumb question, but I'm having a lot of trouble with Sage, and it's frustrating the hell out of me. To give a bit of an expla
I want to try out PyCharm for sage mathematics development. Normally I run eclipse to do sage development, but now I want to try it with PyCharm. To launch ec