Changes between Initial Version and Version 2 of Ticket #30500
- Timestamp:
- 09/03/20 20:10:03 (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30500 – Description
initial v2 7 7 - !PyCharm 8 8 - Spyder 9 - Sublime Text 9 10 - vi / vim 10 11 - VSCode / vscodium 11 12 12 and maybe others. 13 and maybe others such as 14 15 - Alpha, Alphatk 16 - ATOM + Hydrogen 17 - Blender 18 - Eclipse 19 - IDLE 20 - Leo 21 - PyDev 22 - PyScripter 23 - Wing 24 - Xcode 13 25 14 26 What to document: 15 27 16 - setting up syntax highlighting for .sage files 17 - ways to make Sage execute fragments of code 28 - setting up syntax highlighting for .py, .pyx, .spyx, .sage files 18 29 - telling the editor or IDE to use Sage's Python 30 - making Sage execute fragments of code 19 31 20 32 Maybe one ticket per IDE or text editor? … … 23 35 24 36 - some wiki pages 25 - some answers to questions, or discussions, on 26 - Ask Sage 27 - sage-devel 28 - sage-support 29 - Stack Overflow 37 - https://wiki.sagemath.org/PyCharm 38 - https://wiki.sagemath.org/SpyderInstructions 30 39 40 - some answers to questions, or discussions, 41 on Ask Sage, sage-devel, sage-support, Stack Overflow 42 43 - [https://ask.sagemath.org/question/39742 Ask Sage question 39742: Make PyCharm recognise the Sage Python interpreter] 44 - [https://stackoverflow.com/q/47378147 Stack Overflow question 47378147: Use PyCharm (or any Windows IDE) to run SageMath scripts] 45 - [https://groups.google.com/d/topic/sage-devel/iKQY5Em-QpY/discussion sage-devel discussion, 2017-12, started by PHPirate: Running Sage from an IDE like PyCharm on Windows] 46 - [https://ask.sagemath.org/question/38750 Ask Sage question 38750: How to use Sage in PyCharm in Ubuntu] 31 47 Related: 32 48