Differences between revisions 4 and 5
Revision 4 as of 2009-05-21 19:28:09
Size: 2339
Comment:
Revision 5 as of 2009-06-02 00:06:28
Size: 3853
Comment: Convert to reST; begin filling out content
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Content notes = #format rst

Goals
=================

This is a micro-site to direct new users to hand-picked Python resources
so they can figure out what Python is and how to learn it.

* Site must have an attractive and text-light design.
  * To this end, no list will have more than 5-6 items.
* Site must either not require much ongoing maintenance, or must be maintable in some collective way (a CMS; a wiki; etc.).

Non-goals
------------------------------

* Completeness: it's impossible to link to everything.
* How Python is developed: this microsite is aimed at beginners, who don't need that sort of information)


Notes on Content
=================
Line 10: Line 30:
== What is Python? == What is Python?
===================
Line 14: Line 35:
 * Object-oriented programming language
 * Free software
 * Used by (various companies/organizations/projects)
 * Used in (various applications: Blender, etc.)
Python features:
Line 19: Line 37:
== Learning More == * Object-oriented programming language.
* Clear, readable syntax.
* Includes an extensive standard library
* Many extensions and libraries available.
* Free software.

Some applications that use Python are:

* `Django <http://www.djangoproject.com/>`__: "The Web framework for perfectionists with deadlines."
* `Blender <http://www.blender.org>`__: 3D content creation suite.
* `SciPy <http://www.scipy.org>`__: Library of scientific tools.
* `Roundup <http://roundup.sourceforge.net>`__ and `Trac <http://www.edgewall.com/trac/>`__ for bug tracking and project management.

Some companies and organizations that use Python are: (partial listing of PSF members)

 * CCP Games
 * Google
 * Lucasfilm
 * Hewlett-Packard (Opsware, Tabblo)
 * Red Hat (XXX or Ubuntu? or both?)
 * Read our `collection of Python success stories <http://www.python.org/about/success/>`__.

Learning More
============================
Line 36: Line 77:
== Try Python == Try Python
===========================
Line 46: Line 88:
== Tools for Python Development == Tools for Python Development
======================================
Line 52: Line 95:
 * WingIDE
 * Komodo
 * Eclipse/PyDev
* WingIDE
* Komodo
* Eclipse/PyDev
Line 58: Line 101:
 * ActiveState
 * Enthought
* ActiveState
* Enthought
Line 62: Line 105:
 * Subversion
 * Bazaar
 * Mercurial
* Subversion
* Bazaar
* Mercurial

Bug trackers:
* Roundup
* Trac

Build tools:
* SCons
* Buildbot
Line 71: Line 123:
== Finding Libraries == Finding Libraries
================================
Line 79: Line 132:
== Joining the Community == Joining the Community
================================
Line 91: Line 145:
 * PyCon; EuroPython * PyCon; EuroPython
Line 93: Line 147:
== Additional topics == PSF

Additional topics?
===================================
Line 97: Line 154:
 * Python 2 vs. Python 3:
 * The Zen of Python principles
 * Special page for Django & other web toolkits?
 * A news page that pulls RSS feeds from pypi and python.org?
 * Link to Software Carpentry tutorials?

Not within scope:

 * How Python is developed: this microsite is aimed at beginners, who don't need that sort of information)
* Python 2 vs. Python 3:
* The Zen of Python principles
* Special page for Django & other web toolkits?
* A news page that pulls RSS feeds from pypi and python.org?
* Link to Software Carpentry tutorials?

Goals

This is a micro-site to direct new users to hand-picked Python resources so they can figure out what Python is and how to learn it.

  • Site must have an attractive and text-light design. * To this end, no list will have more than 5-6 items.
  • Site must either not require much ongoing maintenance, or must be maintable in some collective way (a CMS; a wiki; etc.).

Non-goals

  • Completeness: it's impossible to link to everything.
  • How Python is developed: this microsite is aimed at beginners, who don't need that sort of information)

Notes on Content

Top page will feature:

  • Large headings, w/ an icon that will be re-used on the sub-pages.
  • The subhead from each page.

The sub-page will contain the title and the expanded content below.

What is Python?

Subhead: Python is an easy-to-learn but powerful programming language, available as open source. (more)

Python features:

  • Object-oriented programming language.
  • Clear, readable syntax.
  • Includes an extensive standard library
  • Many extensions and libraries available.
  • Free software.

Some applications that use Python are:

  • Django: "The Web framework for perfectionists with deadlines."
  • Blender: 3D content creation suite.
  • SciPy: Library of scientific tools.
  • Roundup and Trac for bug tracking and project management.

Some companies and organizations that use Python are: (partial listing of PSF members)

Learning More

Subhead: Find books, videos, and online documentation for Python. (more)

Books and tutorials

  • O'Reilly: Learning Python, Programming Python
  • Prentice Hall: Core Python Programming
  • New Riders: Essential Reference
  • docs.python.org

Videos:

  • ShowMeDo
  • PyCon 2009 tutorials
  • Python Fundamentals DVD

Try Python

Subhead: Download Python for your computer, check whether it's already part of your system, or even try it on the web. (more)

Download links

Is Python already installed?

Link to shell.appspot.com, sample programs

Tools for Python Development

Subhead: Powerful development environments and editors help you write and debug Python code.

IDEs:

  • WingIDE
  • Komodo
  • Eclipse/PyDev

Distributions:

  • ActiveState
  • Enthought

Version control: * Subversion * Bazaar * Mercurial

Bug trackers: * Roundup * Trac

Build tools: * SCons * Buildbot

Checking tools: pylint/pychecker/pyflakes

What else?

Finding Libraries

Subhead: Explore the thousands of add-on libraries available for Python. (more)

PyPI; commonly-used libraries

Link to an easy-install tutorial/page?

Joining the Community

Subhead: Connect to other Python users on the web, at local user groups, and at conferences. (more)

planet.python.org

Python wiki

User groups

Conferences

  • PyCon; EuroPython

PSF

Additional topics?

I'm not sure whether the following material is worth including.

  • Python 2 vs. Python 3:
  • The Zen of Python principles
  • Special page for Django & other web toolkits?
  • A news page that pulls RSS feeds from pypi and python.org?
  • Link to Software Carpentry tutorials?

PythonWebsite/Learning/Top (last edited 2024-01-04 11:18:18 by MarcAndreLemburg)

Unable to edit the page? See the FrontPage for instructions.