File: urls.xml

package info (click to toggle)
qm 1.1.3-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 8,628 kB
  • ctags: 10,249
  • sloc: python: 41,482; ansic: 20,611; xml: 12,837; sh: 485; makefile: 226
file content (146 lines) | stat: -rw-r--r-- 4,356 bytes parent folder | download | duplicates (6)
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
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE xbel PUBLIC "+//IDN python.org//DTD XML Bookmark Exchange
                       Language 1.0//EN//XML" "hate-sysids">

<xbel>
<title>Pyhoo!</title>
<desc>
This is a collection of useful pointers to Python-related material of
various sorts. It grew out of my personal bookmarks collection, and is
now maintained in XBEL, the XML Bookmark Exchange Language, partly as
an experiment, partly as a demo for xmlproc and partly as a service
for the public and myself.
</desc>

<folder>
<title>Introductions</title>

  <bookmark href="http://www.python.org/doc/Intros.html">
  <title>Introduction pointers @ python.org</title>
  <desc>A set of pointers to Python introductions.</desc>
  </bookmark>

  <bookmark href="http://www.python.org/doc/FAQ.html">
  <title>The Python FAQ</title>
  </bookmark>

  <bookmark href="http://www.python.org/doc/Comparisons.html">
  <title>Comparisons of Python and other languages</title>
  </bookmark>
    
  <bookmark href="http://www.spindoczine.com/folder5/">
  <title>The Quick Python Book</title>
  <desc>An online draft of an upcoming Python tutorial book by Ken
  McDonald.</desc>
  </bookmark> 

  <folder>
  <title>Python in the press</title>
  
    <bookmark href="http://www.webreview.com/97/01/03/edge/">
    <title>Python: It's not just for laughs</title>
    <desc>An article in WebReview about Python.</desc>
    </bookmark>

  </folder>

</folder>

<folder>
<title>References</title>

  <bookmark href="http://starship.skyport.net/quick-ref1_5.html">
  <title>Python 1.5 Quick Reference</title>
  <desc>A very concise and useful reference of Python minutiae.</desc>
  </bookmark>

</folder>

<folder>
<title>Tips and tricks</title>

  <bookmark href="http://www.automatrix.com/~skip/python/fastpython.html">
  <title>Python Performance Tips</title>
  <desc>Some hints on which style and constructs to use to achieve the best
  Python performance.</desc>
  </bookmark>
  
</folder>

<folder>
<title>Topic guides</title>

  <bookmark href="http://www.mcmillan-inc.com/sockets.html">
  <title>Sockets</title>
  <desc>A guide to socket programming with Python.</desc>
  </bookmark>

  <bookmark href="http://www.pythonware.com/library.htm">
  <title>Tkinter guides and documentation</title>
  <desc>An introduction to Tkinter, a class reference and the Tk manual
  pages, all linked to from the Pythonware library page.</desc>
  </bookmark>

  <bookmark href="http://starship.skyport.net/crew/davem/cgifaq/faqw.cgi">
  <title>The Python CGI FAQ</title>
  </bookmark>
  
  <bookmark href="http://www.python.org/topics/">
  <title>Topic Guides @ python.org</title>
  <desc>This is a collection of topic guides as a part of the Python
  language website. Among the topics are XML, databases, Tkinter and
  web programming.</desc>
  </bookmark>

  <bookmark href="http://www.python.org/doc/howto/">
  <title>HOWTOs @ python.org</title>
  <desc>A collection of HOWTO guides, covering Medusa, Curses, Qt,
  regular expressions and XML, among other things.</desc>
  </bookmark>
  
</folder>

<folder>
<title>Development environments</title>

  <bookmark href="http://www.python.org/emacs/">
  <title>Emacs modes for Python</title>
  <desc>This site contains some useful elisp packages such as a Python mode,
  a debugger mode etc.</desc>
  </bookmark>
  
  <bookmark href="http://starship.skyport.net/crew/zack/ptui/">
  <title>PTUI</title>
  <desc>A Tkinter-based IDE by Zachary Roadhouse.</desc>
  </bookmark>
  
  <bookmark href="http://www.netins.net/showcase/Comput-IT/cooledit/index2.html">
  <title>CoolEdit</title>
  <desc>A text editor with Python scripting internally. XWindows-only.</desc>
  </bookmark>
  
  <bookmark href="http://www.idmcomp.com/products/">
  <title>UltraEdit</title>
  <desc>A general text editor for Windows. Python syntax support can be
  downloaded separately.</desc>
  </bookmark>
   
</folder>

<folder>
<title>Miscellaneous</title>

  <bookmark href="http://www.pythonjournal.com/">
  <title>The Python Journal</title>
  <desc>A web journal devoted to Python.</desc>
  </bookmark>

  <bookmark href="http://www.automatrix.com/~skip/python/fastpython.html">
  <title>Python-Friendly ISPs</title>
  <desc>A list of web host providers that also provide Python access for
  CGI and suchlike.</desc>
  </bookmark>

</folder>
  
</xbel>