Size: 9971
Comment:
|
Size: 10166
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 113: | Line 113: |
- | Related thematic tutorials: - `Introduction to Cython`_ |
Line 151: | Line 153: |
.. _`Introduction to Cython`: http://combinat.sagemath.org/doc/thematic_tutorials/siena_tutorials/Worksheet10-IntroductionToCython.html |
Sage Days 38 Tutorials
Tutorial II: Calculus and Linear Algebra in Sage
Leader: ?
Worksheet:
Resources:
Tutorial III: Programming in Python and Sage
Leader: Florent Hivert
Worksheet:
Related thematic tutorials:
- Loops and Iterators
- Objects and Classes in Python and Sage
- Functional Programming for Mathematicians
- Testing a conjecture in parallel
- Implementing Algebraic Structures
Learn-to-program resources:
- Project Euler: Project Euler is a series of challenging mathematical/computer programming problems that will require more than just mathematical insights to solve. This is a great source of problems to attempt while learning Sage/Python. (Projet Euler en Français; Проект Эйлера (Russian).)
- Learn to Code: The Full Beginner's Guide from lifehacker.com: 5 lessons on the basics of programming (PDF version)
- Google's Exploring Computational Thinking
- Python challenge
Python resources:
- Learn Python in 10 minutes (disponible en français)
- Instant Python: a minimal crash-course in Python.
- Code Like a Pythonista: Idiomatic Python is an interactive tutorial that covers many essential Python idioms and techniques in depth.
- Dive into Python is a Python book for experienced programmers. Also available in French, Plongez au coeur de Python, and other languages.
- Python tutorial: the "official" Python tutorial from the Python Software Foundation
- Learn Python the Hard Way is a very beginner book for people who want to learn to code.
- Google's Python class for people with a little bit of programming experience; includes videos of lecture, written materials and exercises.
- Discover Python is a series of articles published in IBM's developerWorks technical resource center.
- Python Programming Wikibook
- Python Standard Library
- High Performance Python
Tutorial IV: Contributing to Sage
Leader: Anne Schilling
Worksheet:
- How to Referee Sage Trac Tickets
- How to contribute to Sage by Sébastien Labbé
Related thematic tutorials:
ReStructuredText resources:
- Quick reStructuredText: quick reference for reStructuredText
- reStructuredText: more detailed reference
- reStructuredText (saifoo.net)
Mercurial resources:
- Hg Init: a Mercurial Tutorial. In this user-friendly, six-part tutorial, Joel Spolsky teaches you the key concepts of Mercurial.
- Learning Mercurial in Workflows. This page illustrates the use of Mercurial in various workflows.
- Mq Tutorial. A tutorial on Mercurial queues.
- A Git User’s Guide to Mercurial Queues
Tutorial V: Cython
Leader: Florent Hivert
Worksheet:
Related thematic tutorials:
Resources:
- Cython: all the benefits of Python with the speed of C
- A quick Cython introduction
- Cython tutorial: describes the Cython language and shows how it can be used both to write optimized code and to interface with external C libraries.
- Cython user's guide
- Cython, Sage, and the Need for Speed
- Getting Started With Cython
- Python extensions with C libraries made easy by Cython