-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathhelp.html
520 lines (427 loc) · 23.7 KB
/
help.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>SageMath - Help and Support
</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="search"
type="application/opensearchdescription+xml"
href="https://www.sagemath.org/res/sage-search.xml"
title="Search sagemath.org" />
<link href='res/sage.css' type="text/css" rel="stylesheet" />
<link rel="shortcut icon" href="pix/sageicon.png" type="image/x-icon" />
<link rel="mask-icon" href="pix/icon_only/sagemath_pinned_tab_icon.svg" color="blue" />
<script src="//code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>
<script src='res/sage.js' type="text/javascript"></script>
<link href='//fonts.googleapis.com/css?family=RobotoDraft:regular,bold,italic,thin,light,bolditalic,black,medium&lang=en,fr,de,es' rel='stylesheet' type='text/css'>
<link href="https://mathstodon.xyz/@sagemath" rel="me" />
<meta property="og:title" content="SageMath Mathematical Software System - Sage"/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="https://www.sagemath.org/"/>
<meta property="og:image" content="https://sagemath.org/pix/logo_sagemath+icon_oldstyle.png"/>
<meta property="og:site_name" content="SageMath Mathematical Software System"/>
<meta property="og:description" content="SageMath is a free and open-source mathematical software system."/>
<style type="text/css">
li.c1 {list-style: none; display: inline}
</style>
</head>
<body>
<div id="header" class="small">
<div id="header-logo">
<a href="index.html">
<img width="250" height="65" alt="SageMath Logo" class="round raised"
src="pix/logo_sagemath+icon_oldstyle.png" title="SageMath Mathematical Software" />
</a></div>
<div id="header-text"><form action="search.html" method="get">
<a href="https://github.com/sagemath/sage">GitHub</a>
·
<a href="https://wiki.sagemath.org/">Wiki</a>
·
<a href="https://ask.sagemath.org/">Questions?</a>
·
<a href="https://github.com/sponsors/sagemath" style="font-weight: bold;">
<span style="color:#ea4aaa">♥</span> Sponsor
</a>
·
<a href="https://opencollective.com/sage_math" style="font-weight: bold;">Donate</a>
</form>
Online:
<a href="https://cocalc.com/?utm_source=sagemath.org&utm_medium=top">CoCalc</a>
·
<a href="https://sagecell.sagemath.org/">SageCell</a>
or
<a href="https://doc.sagemath.org/html/en/installation/index.html">Install</a>,
<a href="https://github.com/sagemath/sage">Clone</a>
<br/>
<a href="https://www.facebook.com/pages/Sage-Math/26593144945">
<img alt="F" src="pix/facebook-favicon.ico" width="16" height="16" /></a>
<a href="https://mathstodon.xyz/@sagemath">
<img alt="T" src="pix/mastodon-favicon.ico" width="16" height="16"/></a></div>
</div>
<div id="sage-nav-buffer" style="display: none"></div>
<ul id="sage-nav"><li><a href="index.html">Home</a>
<ul>
<li><a href="search.html">Search</a></li>
<li><a href="development-ack.html">Acknowledgments</a></li>
<li><a href="https://wiki.sagemath.org/Workshops">SageMath Days</a></li>
</ul>
</li>
<li><a href="tour.html">Tour</a>
<ul>
<li><a href="tour.html">Overview</a></li>
<li><a href="library-why.html">Why Sage?</a></li>
<li class="section"><a href="tour-quickstart.html">Quickstart</a></li>
<li><a href="tour-graphics.html">Graphics</a></li>
<li><a href="tour-research.html">Research</a></li>
<li class="section"><a href="https://wiki.sagemath.org/interact/">Interactive Plots (wiki)</a></li>
<li><a href="https://doc.sagemath.org/html/en/a_tour_of_sage/">A Tour of SageMath</a></li>
</ul>
</li>
<li><a href="help.html">Help</a>
<ul>
<li><a href="https://doc.sagemath.org"><b>Online Documentation</b></a></li>
<li class="section"><a href="help.html">Support Resources</a></li>
<li><a href="help-groups.html">Mailing Lists</a></li>
<li><a href="https://ask.sagemath.org" class="ext">Ask a question</a></li>
<li><a href="https://sagemath.zulipchat.com/" class="ext">Chat on Zulip</a></li>
<li><a href="help-video.html">Videos</a></li>
<li class="section"><a href="https://doc.sagemath.org/html/en/tutorial/">Tutorial</a></li>
<li><a href="https://doc.sagemath.org/html/en/constructions/">Constructions</a></li>
<li><a href="https://doc.sagemath.org/html/en/reference/">Reference Manual</a></li>
</ul>
</li>
<li><a href="library.html">Library</a>
<ul>
<li><a href="library.html">Overview</a></li>
<li><a href="library-stories.html">Testimonials</a></li>
<li><a href="library-publications.html">Publications</a></li>
<li><a href="library-publications-combinat.html">Publications Combinat</a></li>
<li><a href="library-publications.html#books" >Books</a></li>
<li class="section"><a href="library-marketing.html">Marketing</a></li>
<li><a href="library-press.html">Press Kit</a></li>
<li class="section"><a href="calctut/index.html">Calculus Tutorial</a></li>
</ul>
</li>
<li><a href="https://doc.sagemath.org/html/en/installation/index.html">Download</a>
<ul>
<li><a href="https://doc.sagemath.org/html/en/installation/index.html">Install guide: What/how to download</a>
<li class="section"><a href="https://github.com/sagemath/sage">Clone from GitHub</a></li>
<li class="section"><a href="https://github.com/3-manifolds/Sage_macOS/releases" class="ext">macOS binaries (3-manifolds)</a></li>
<li><a href="https://doc.sagemath.org/html/en/installation/conda.html#sec-installation-conda">Linux/macOS binaries (conda-forge)</a></li>
<li><a href="https://docs.microsoft.com/en-us/windows/wsl/install">Windows: Use Windows Subsystem for Linux</a></li>
</ul>
</li>
<li><a href="development.html">Development</a>
<ul>
<li><a href="https://github.com/sagemath/sage/blob/develop/CONTRIBUTING.md" class="ext">Contributing to SageMath</a></li>
<li><a href="https://github.com/sagemath/sage" class="ext">GitHub repository</a></li>
<li><a href="development-groups.html">Mailing Lists</a></li>
<li><a href="development-map.html">Developer Map</a></li>
<li><a href="development-prize.html">Prize</a></li>
<li><a href="development-ack.html">Acknowledgment</a></li>
<li><a href="https://doc.sagemath.org/html/en/developer/" class="ext">Developer Guide</a></li>
</ul>
</li>
<li><a href="links.html">Links</a>
<ul>
<li><a href="https://github.com/sagemath/sage/wiki/Mathematical-Software-Landscape" class="ext">Math Software Landscape</a></li>
<li><a href="https://doc.sagemath.org/html/en/reference/spkg/" class="ext">SageMath Components</a></li>
<li class="section"><a href="https://sagecell.sagemath.org/" class="ext">SageMath Cell Server</a></li>
<li><a href="https://wiki.sagemath.org/">SageMath Wiki</a></li>
<li><a href="https://groups.google.com/forum/#!forum/sage-devel">Report a bug</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</li></ul>
<h1>Help and Support</h1>
<ul>
<li><b style="font-size:110%"><a href="https://doc.sagemath.org">SageMath standard documentation</a></b></li>
<ul>
<li>For more translations <a href="#moretranslations">see here</a></li>
</ul>
<li><a href="#furtherResources">Further resources</a></li>
<li><a href="./help-groups.html">Support and discussion groups</a></li>
<li><a href="https://ask.sagemath.org/">Ask a question on ask.sagemath.org</a></li>
<li><a href="./help-zulip.html">Chat on Zulip</a></li>
</ul>
<!-- SageMath standard documentation -->
<h2><a name="SageStandardDoc">SageMath standard documentation</a></h2>
<div class="normal justify bodypadding">
The
<a href="https://doc.sagemath.org/index.html">SageMath standard documentation</a> consists of the following documents,
in both HTML and PDF versions, and some translations of the standard documentation.
<br>
<ul>
<li><a href="https://doc.sagemath.org/html/en/a_tour_of_sage/">A Tour of SageMath</a>,
<a href="https://doc.sagemath.org/pdf/en/a_tour_of_sage/a_tour_of_sage.pdf">PDF</a> —
a brief tour of some of SageMath's features</li>
<ul>
<li><a href="https://doc.sagemath.org/html/fr/a_tour_of_sage/">SageMath en quelques mots (Français)</a>,
<a href="https://doc.sagemath.org/pdf/fr/a_tour_of_sage/a_tour_of_sage.pdf">PDF</a></li>
<li><a href="https://doc.sagemath.org/html/de/a_tour_of_sage/">Ein Rundgang durch SageMath (Deutsch)</a>,
<a href="https://doc.sagemath.org/pdf/de/a_tour_of_sage/a_tour_of_sage.pdf">PDF</a></li>
<li><a href="https://doc.sagemath.org/html/it/a_tour_of_sage/">Esplora SageMath (Italiano)</a>,
<a href="https://doc.sagemath.org/pdf/it/a_tour_of_sage/a_tour_of_sage.pdf">PDF</a></li>
<li><a href="https://doc.sagemath.org/html/pt/a_tour_of_sage/">Uma Turnê pelo SageMath (Português)</a>,
<a href="https://doc.sagemath.org/pdf/pt/a_tour_of_sage/a_tour_of_sage.pdf">PDF</a></li>
<li><a href="https://doc.sagemath.org/html/tr/a_tour_of_sage/">SageMath Turu (Türk dili)</a>,
<a href="https://doc.sagemath.org/pdf/tr/a_tour_of_sage/a_tour_of_sage.pdf">PDF</a></li>
</ul>
<li>Official <a href="https://doc.sagemath.org/html/en/tutorial/">Tutorial</a>
<a href="https://doc.sagemath.org/pdf/en/tutorial/SageTutorial.pdf">PDF</a>
— information for beginners, recommended
<ul>
<li><a href="https://doc.sagemath.org/html/de/tutorial/">SageMath Tutorial (Deutsch)</a>,
<a href="https://doc.sagemath.org/pdf/de/tutorial/SageTutorial-de.pdf">PDF</a></li>
<li><a href="https://doc.sagemath.org/html/fr/tutorial/">Tutoriel SageMath (Français)</a>,
<a href="https://doc.sagemath.org/pdf/fr/tutorial/tutorial-fr.pdf">PDF</a></li>
<li><a href="https://doc.sagemath.org/html/ru/tutorial/">учебное пособие SageMath (русский язык)</a>,
<a href="https://doc.sagemath.org/pdf/ru/tutorial/SageTutorial_ru.pdf">PDF</a></li>
</ul>
</li>
<li><a href="https://doc.sagemath.org/html/en/thematic_tutorials/">Thematic Tutorials</a>,
<a href="https://doc.sagemath.org/pdf/en/thematic_tutorials/thematic_tutorials.pdf">PDF</a>
<ul>
<li>Introduction to SageMath</li>
<ul>
<li><a href="https://doc.sagemath.org/html/en/prep/Logging-On.html">Logging on to a SageMath Server and Creating a Worksheet (PREP)</a></li>
<li><a href="https://doc.sagemath.org/html/en/prep/Intro-Tutorial.html">Introductory SageMath Tutorial (PREP)</a></li>
<li><a href="https://doc.sagemath.org/html/en/thematic_tutorials/tutorial-notebook-and-help-long.html">Tutorial: Using the SageMath notebook, navigating the help system, first exercises</a></li>
<li><a href="https://doc.sagemath.org/html/en/tutorial/">SageMath’s main tutorial</a></li>
<li><a href="https://doc.sagemath.org/html/de/thematische_anleitungen/sage_gymnasium.html">SageMath thematische Anleitungen (Deutsch)</a>,
<a href="https://doc.sagemath.org/pdf/de/thematische_anleitungen/ThematischeAnleitungen-de.pdf">PDF</a></li>
</ul>
<li>Calculus and plotting</li>
<ul>
<li><a href="https://doc.sagemath.org/html/en/prep/Symbolics-and-Basic-Plotting.html">Tutorial: Symbolics and Plotting (PREP)</a></li>
<li><a href="https://doc.sagemath.org/html/en/prep/Calculus.html">Tutorial: Calculus (PREP)</a></li>
<li><a href="https://doc.sagemath.org/html/en/prep/Advanced-2DPlotting.html">Tutorial: Advanced-2D Plotting (PREP)</a></li>
</ul>
<li>Algebra</li>
<ul>
<li><a href="https://doc.sagemath.org/html/en/thematic_tutorials/linear_programming.html">Linear Programming (Mixed Integer)</a></li>
<li><a href="https://doc.sagemath.org/html/en/thematic_tutorials/group_theory.html">Group Theory and SageMath</a></li>
<li><a href="https://doc.sagemath.org/html/en/thematic_tutorials/lie.html">Lie Methods and Related Combinatorics in SageMath</a></li>
</ul>
<li>Number Theory</li>
<ul>
<li><a href="https://doc.sagemath.org/html/en/thematic_tutorials/numtheory_rsa.html">Number Theory and the RSA Public Key Cryptosystem</a></li>
<li><a href="https://doc.sagemath.org/html/en/reference/padics/sage/rings/padics/tutorial.html">Introduction to the p-adics</a></li>
</ul>
<li>Combinatorics</li>
<ul>
<li><a href="https://doc.sagemath.org/html/en/reference/combinat/sage/combinat/tutorial.html">Introduction to combinatorics in SageMath</a></li>
</ul>
<li>Algebraic Combinatorics</li>
<ul>
<li><a href="https://doc.sagemath.org/html/en/reference/combinat/sage/combinat/sf/sf.html">Tutorial: Symmetric Functions</a></li>
<li><a href="https://doc.sagemath.org/html/en/thematic_tutorials/lie.html">Lie Methods and Related Combinatorics in SageMath</a></li>
<li><a href="https://doc.sagemath.org/html/en/thematic_tutorials/sandpile.html">Abelian Sandpile Model</a></li>
</ul>
<li>Programming and Design</li>
<ul>
<li><a href="https://doc.sagemath.org/html/en/prep/Programming.html">Tutorial: SageMath Introductory Programming (PREP)</a></li>
<li><a href="https://doc.sagemath.org/html/en/thematic_tutorials/tutorial-programming-python.html">Tutorial: Programming in Python and SageMath</a></li>
<li><a href="https://doc.sagemath.org/html/en/thematic_tutorials/tutorial-comprehensions.html">Tutorial: Comprehensions, Iterators, and Iterables</a></li>
<li><a href="https://doc.sagemath.org/html/en/thematic_tutorials/tutorial-objects-and-classes.html">Tutorial: Objects and Classes in Python and SageMath</a></li>
<li><a href="https://doc.sagemath.org/html/en/thematic_tutorials/functional_programming.html">Functional Programming for Mathematicians</a></li>
</ul>
<li>Modeling Mathematics on a computer</li>
<ul>
<li><a href="https://doc.sagemath.org/html/en/thematic_tutorials/coercion_and_categories.html">How to implement new algebraic structures in SageMath</a></li>
<li><a href="https://doc.sagemath.org/html/en/reference/categories/sage/categories/primer.html">Elements, parents, and categories in SageMath: a (draft of) primer</a></li>
<li><a href="https://doc.sagemath.org/html/en/reference/categories/sage/categories/tutorial.html">Implementing a new parent: a (draft of) tutorial</a></li>
</ul>
</ul>
</li>
<li><a href="https://doc.sagemath.org/html/en/faq/">FAQ</a>,
<a href="https://doc.sagemath.org/pdf/en/faq/faq.pdf">PDF</a> —
frequently asked questions with answers</li>
<li><a href="https://doc.sagemath.org/html/en/reference/">Reference Manual</a>,
<a href="https://doc.sagemath.org/pdf/en/reference">PDF</a> —
details about built-in functions</li>
<li><a href="https://doc.sagemath.org/html/en/installation">Installation Guide</a>,
<a href="https://doc.sagemath.org/pdf/en/installation/installation.pdf">PDF</a> —
helps you install SageMath (<a href="./download.html">download</a>)</li>
<li><a href="https://doc.sagemath.org/html/en/developer/">Developer's Guide</a>,
<a href="https://doc.sagemath.org/pdf/en/developer/developer.pdf">PDF</a> —
guidelines for current and prospective SageMath developers</li>
<li><a href="https://doc.sagemath.org/html/en/constructions/">Constructions</a>
(<a href="http://www.lulu.com/product/paperback/sage-constructions/4089083">Printed & Bound</a>),
<a href="https://doc.sagemath.org/pdf/en/constructions/constructions.pdf">PDF</a> —
describes how to explain specific mathematical objects to SageMath</li>
</ul>
<!-- Download the standard documentation in various formats -->
<!-- You can download the standard documentation. Multiple formats are
available. -->
<div class="normal justify bodypadding">
<p>You can download the entire standard documentation as a compressed file:
<a href="https://doc.sagemath.org#download">download</a>.
</p>
</li>
</ul>
<!-- further resources -->
<h2><a name="furtherResources">Further resources</a></h2>
<ul>
<li id="moretranslations">More Translated Resources</li>
<ul>
<li><a href="./es/Introduccion_a_SAGE.pdf">Introduccion:
Matemáticas Elementales con SageMath (Español)</a></li>
<li><a href="./es/Manual_SAGE_principiantes.pdf">Manual de SageMath
para principiantes (Español)</a></li>
<li><a href="./files/Sage_Persian_tutorial.pdf">Persian Tutorial (Farsi): آموزش فارسی (PDF)</a>
<a href="./files/Sage_Persian_tutorial.docx">DOCX</a>)</li>
<li><a href="./files/introduccio-al-sage_Amoros2012.pdf">Introducció al SAGE</a>
— mini tutorial in Catalan by Maria Bras Amorós</li>
</ul>
</ul>
<ul>
<li>More SageMath-hosted resources</li>
<ul>
<li><a href="http://wiki.sagemath.org/quickref">Quick Reference Cards</a> —
overview of important functions</li>
<li><a href="./help-zulip.html">Zulip chat site</a> —
Zulip chat with a number of channels</li>
<li><a href="./help-video.html"><strong>Screencasts</strong></a> —
videos explaining how SageMath works</li>
<li><a href="http://wiki.sagemath.org/faq"
>FAQ: Frequently Asked Questions</a></li>
<li><a href="./library-publications.html#books">Books</a> — a collection of
online books explaining mathematics (calculus, linear algebra,
number theory, etc.) using SageMath</li>
<li><a href="./search.html"><strong>Search</strong></a> — an
online search interface indexing SageMath documentation, discussion
groups, various web resources, blogs and various other places on
the web</li>
</ul>
</ul>
<ul>
<li>Contributed Thematic Tutorials</li>
<ul>
<li><a href="http://openwetware.org/wiki/Open_writing_projects/Sage_and_cython_a_brief_introduction"
>SageMath and Cython: A Brief Introduction</a>
by Marshall Hampton — a brief introduction to SageMath focusing on
Cython</li>
<li><a href="http://bitbucket.org/mvngu/numtheory-crypto/downloads/numtheory-crypto.pdf"
>Number Theory and the RSA Public Key Cryptosystem</a>
by Minh Van Nguyen — using SageMath to study elementary number
theory and the RSA public key cryptosystem</li>
<li><a href="http://www.steinertriples.fr/ncohen/tut/LP/"
>Linear Programming in SageMath</a> by Nathann Cohen
— There are many very good solvers around and they are now
available in SageMath.</li>
<li><a href="http://www.steinertriples.fr/ncohen/tut/Graphs/"
>SageMath and Graph Theory</a> by Nathann Cohen
— SageMath will not solve your graph problems in polynomial time.
But everything that is already written, YOU do not have to write it
again!</li>
<li><a href="http://sage.math.washington.edu/home/wdj/cookbook/coding-theory/sage-coding-cookbook.pdf"
>Linear Error-Correcting Codes</a> by David Joyner and
Robert Miller — introduces some of SageMath's functionality in the
theory of error-correcting codes</li>
<li><a href="http://buzzard.ups.edu/sage/sage-group-theory-primer.pdf"
>Group Theory and SageMath: A Primer</a> by Rob Beezer
— a compilation of SageMath commands useful for a student studying
group theory for the first time</li>
</ul>
</ul>
<ul>
<li>General Tutorials and Books</li>
<ul>
<li><i><a href="sagebook/english.html">Computational Mathematics with SageMath</a></i>
(French version: <i><a href="sagebook/french.html">Calcul mathématique avec Sage</a></i>) by Paul Zimmermann et. al.
— an in-depth introduction to SageMath written for different levels (high school, undergraduate, graduate) which
serves as an example-rich complement to the official SageMath documentation, available as a free PDF or on paperback.</li>
<li><b><a href="http://www.gregorybard.com/Sage.html">Gregory V. Bard - SageMath for Undergraduates</a> (<a href="http://www.gregorybard.com/sage_for_undergraduates_color.pdf.zip">PDF</a>)</b> —
detailed introduction into SageMath for undergraduates and others, who simply want to learn SageMath.
Published by "The American Mathematical Society", 2014.</b></li>
<li><a href="http://arachnoid.com/sage/">
Exploring Mathematics with SageMath</a> by Paul Lutus — overview
of using SageMath in various areas of applied mathematics</li>
<li><a href="http://www-rohan.sdsu.edu/~mosulliv/Teaching/sdsu-sage-tutorial/index.html">SageMath Tutorial</a> by Mike O'Sullivan, Ryan Rosenbaum, and David Monarres</li>
<li><a href="https://www.uam.es/personal_pdi/ciencias/pangulo/laboratorio/sage_for_newbies_v1.23.pdf"
>SageMath for Newbies</a> — book by T. Kosan
<ul>
<li>Spanish translation:
<a href="./es/Manual_SAGE_principiantes.pdf">Manual de SageMath para principiantes (Español)</a>
</li>
</ul>
</li>
</ul>
</ul>
<div class="normal justify bodypadding">
<!-- Python resources -->
Understanding <a href="https://www.python.org">Python</a> is
very important for using the full power of SageMath. Python is the interface and
primary programming language of SageMath. Here are some external resources:
</div>
<ul>
<li>
<a href="https://en.wikibooks.org/wiki/Non-Programmer%27s_Tutorial_for_Python_3">
<strong>Non-Programmer's Tutorial for Python</strong></a> —
from Wikibooks, the open-content
textbooks collection, offspring of Wikipedia and probably the
easiest introduction of all</li>
<li>
<a href="http://docs.python.org/tut/"
>Python Tutorial by Guido van Rossum</a> —
written by the father of Python</li>
<li>
<a
href="https://www.diveintopython3.net/">Dive Into Python</a> —
maybe not so dry as the one above and better suited for beginners</li>
<li><a href="http://greenteapress.com/thinkpython/">Python for Software Design</a>
— How to Think Like a Computer Scientist by Allen B. Downey
</li>
<li>
<a
href="https://www.youtube.com/watch?v=bDgD9whDfEY">Google I/O: Painless
Python Part 1</a> /
<a
href="https://www.youtube.com/watch?v=y7vwZ20SDzc">Part 2</a> —
talk introducing Python</li>
<li>
<a
href="https://www.itmaybeahack.com/homepage/books/python.html">
Building Skills in Python</a> —
suitable for people who are already comfortable with programming</li>
</ul>
<div style="height:auto;min-height:50px;"> </div>
<div id="footer" class="center">
<table>
<tr id="links">
<td><a id="footer-webmaster" href="https://github.com/sagemath/website"></a></td>
<td>·</td>
<td><a id="footer-cc" title="website content is Creative Commons 3.0 licensed"
href="https://creativecommons.org/licenses/by-sa/4.0/"></a></td>
<td>·</td>
<td><a id="footer-contact" title="Contact SageMath Project" href="contact.html"></a></td>
</tr>
<tr style="height: 70px;">
<td align="right" colspan="1">
<a style="background:none;" href="https://www.clustrmaps.com/map/Sagemath.org">
<img width="65" height="42"
style="border:0px;"
id="clustrMapsImg"
src="https://www.clustrmaps.com/stats/maps-no_clusters/sagemath.org-thumb.jpg" alt="Locations of visitors to this page" />
</a>
</td>
<td></td>
<td align="center" style="padding-bottom: 10px;vertical-align: center">
<div id="histats_counter"></div>
<noscript>
<a href="https://www.histats.com" alt="free web stats" target="_blank" >
<div id="histatsC"><img border="0" src="https://s4is.histats.com/stats/i/1579950.gif?1579950&103"></div></a>
</noscript>
</td>
<td></td>
</tr>
<tr>
<td colspan="7" style="text-align: center;">
<iframe src="https://github.com/sponsors/sagemath/button" title="Sponsor sagemath" height="35" width="116" style="border: 0; vertical-align: middle;"></iframe>
</td>
</tr>
</table>
</div></body>
</html>