17db96d56Sopenharmony_ci.. _tut-whatnow: 27db96d56Sopenharmony_ci 37db96d56Sopenharmony_ci********* 47db96d56Sopenharmony_ciWhat Now? 57db96d56Sopenharmony_ci********* 67db96d56Sopenharmony_ci 77db96d56Sopenharmony_ciReading this tutorial has probably reinforced your interest in using Python --- 87db96d56Sopenharmony_ciyou should be eager to apply Python to solving your real-world problems. Where 97db96d56Sopenharmony_cishould you go to learn more? 107db96d56Sopenharmony_ci 117db96d56Sopenharmony_ciThis tutorial is part of Python's documentation set. Some other documents in 127db96d56Sopenharmony_cithe set are: 137db96d56Sopenharmony_ci 147db96d56Sopenharmony_ci* :ref:`library-index`: 157db96d56Sopenharmony_ci 167db96d56Sopenharmony_ci You should browse through this manual, which gives complete (though terse) 177db96d56Sopenharmony_ci reference material about types, functions, and the modules in the standard 187db96d56Sopenharmony_ci library. The standard Python distribution includes a *lot* of additional code. 197db96d56Sopenharmony_ci There are modules to read Unix mailboxes, retrieve documents via HTTP, generate 207db96d56Sopenharmony_ci random numbers, parse command-line options, compress data, 217db96d56Sopenharmony_ci and many other tasks. Skimming through the Library Reference will give you an 227db96d56Sopenharmony_ci idea of what's available. 237db96d56Sopenharmony_ci 247db96d56Sopenharmony_ci* :ref:`installing-index` explains how to install additional modules written 257db96d56Sopenharmony_ci by other Python users. 267db96d56Sopenharmony_ci 277db96d56Sopenharmony_ci* :ref:`reference-index`: A detailed explanation of Python's syntax and 287db96d56Sopenharmony_ci semantics. It's heavy reading, but is useful as a complete guide to the 297db96d56Sopenharmony_ci language itself. 307db96d56Sopenharmony_ci 317db96d56Sopenharmony_ciMore Python resources: 327db96d56Sopenharmony_ci 337db96d56Sopenharmony_ci* https://www.python.org: The major Python web site. It contains code, 347db96d56Sopenharmony_ci documentation, and pointers to Python-related pages around the web. 357db96d56Sopenharmony_ci 367db96d56Sopenharmony_ci* https://docs.python.org: Fast access to Python's documentation. 377db96d56Sopenharmony_ci 387db96d56Sopenharmony_ci* https://pypi.org: The Python Package Index, previously also nicknamed 397db96d56Sopenharmony_ci the Cheese Shop [#]_, is an index of user-created Python modules that are available 407db96d56Sopenharmony_ci for download. Once you begin releasing code, you can register it here so that 417db96d56Sopenharmony_ci others can find it. 427db96d56Sopenharmony_ci 437db96d56Sopenharmony_ci* https://code.activestate.com/recipes/langs/python/: The Python Cookbook is a 447db96d56Sopenharmony_ci sizable collection of code examples, larger modules, and useful scripts. 457db96d56Sopenharmony_ci Particularly notable contributions are collected in a book also titled Python 467db96d56Sopenharmony_ci Cookbook (O'Reilly & Associates, ISBN 0-596-00797-3.) 477db96d56Sopenharmony_ci 487db96d56Sopenharmony_ci* https://pyvideo.org collects links to Python-related videos from 497db96d56Sopenharmony_ci conferences and user-group meetings. 507db96d56Sopenharmony_ci 517db96d56Sopenharmony_ci* https://scipy.org: The Scientific Python project includes modules for fast 527db96d56Sopenharmony_ci array computations and manipulations plus a host of packages for such 537db96d56Sopenharmony_ci things as linear algebra, Fourier transforms, non-linear solvers, 547db96d56Sopenharmony_ci random number distributions, statistical analysis and the like. 557db96d56Sopenharmony_ci 567db96d56Sopenharmony_ciFor Python-related questions and problem reports, you can post to the newsgroup 577db96d56Sopenharmony_ci:newsgroup:`comp.lang.python`, or send them to the mailing list at 587db96d56Sopenharmony_cipython-list@python.org. The newsgroup and mailing list are gatewayed, so 597db96d56Sopenharmony_cimessages posted to one will automatically be forwarded to the other. There are 607db96d56Sopenharmony_cihundreds of postings a day, asking (and 617db96d56Sopenharmony_cianswering) questions, suggesting new features, and announcing new modules. 627db96d56Sopenharmony_ciMailing list archives are available at https://mail.python.org/pipermail/. 637db96d56Sopenharmony_ci 647db96d56Sopenharmony_ciBefore posting, be sure to check the list of 657db96d56Sopenharmony_ci:ref:`Frequently Asked Questions <faq-index>` (also called the FAQ). The 667db96d56Sopenharmony_ciFAQ answers many of the questions that come up again and again, and may 677db96d56Sopenharmony_cialready contain the solution for your problem. 687db96d56Sopenharmony_ci 697db96d56Sopenharmony_ci.. rubric:: Footnotes 707db96d56Sopenharmony_ci 717db96d56Sopenharmony_ci.. [#] "Cheese Shop" is a Monty Python's sketch: a customer enters a cheese shop, 727db96d56Sopenharmony_ci but whatever cheese he asks for, the clerk says it's missing. 737db96d56Sopenharmony_ci 74