Update of /cvsroot/pythoncard/PythonCard/docs/html
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22840
Modified Files:
learning_python.html walkthrough1.html
Log Message:
added PyPI
Index: learning_python.html
===================================================================
RCS file: /cvsroot/pythoncard/PythonCard/docs/html/learning_python.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** learning_python.html 26 Jul 2004 15:35:31 -0000 1.12
--- learning_python.html 3 Jan 2006 18:28:32 -0000 1.13
***************
*** 36,40 ****
<li><a href="http://rgruet.free.fr/#QuickRef">Quick Reference</a>
- all essential Python syntax</li>
! <li><a href="http://www.python.org/cgi-bin/faqw.py">FAQ Wizard</a> </li>
</ul>
<h2>Python Community</h2>
--- 36,40 ----
<li><a href="http://rgruet.free.fr/#QuickRef">Quick Reference</a>
- all essential Python syntax</li>
! <li><a href="http://www.python.org/doc/faq/">Python FAQ list</a> </li>
</ul>
<h2>Python Community</h2>
***************
*** 58,63 ****
<li><a href="http://aspn.activestate.com/ASPN/Cookbook/Python">Python Cookbook</a>
- useful recipes </li>
! <li><a href="http://www.vex.net/parnassus/">Vaults of Parnassus</a>
- central repository for 3rd party Python software</li>
<li><a href="http://www.faqts.com/knowledge-base/index.phtml/fid/199/">Python.faqts</a>
- community-maintained knowledge base</li>
--- 58,64 ----
<li><a href="http://aspn.activestate.com/ASPN/Cookbook/Python">Python Cookbook</a>
- useful recipes </li>
! <li><a href="http://cheeseshop.python.org/pypi">Python Package Index (PyPI)</a>
- central repository for 3rd party Python software</li>
+ <li><a href="http://www.vex.net/parnassus/">Vaults of Parnassus</a></li>
<li><a href="http://www.faqts.com/knowledge-base/index.phtml/fid/199/">Python.faqts</a>
- community-maintained knowledge base</li>
Index: walkthrough1.html
===================================================================
RCS file: /cvsroot/pythoncard/PythonCard/docs/html/walkthrough1.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** walkthrough1.html 28 Dec 2005 04:05:22 -0000 1.22
--- walkthrough1.html 3 Jan 2006 18:28:32 -0000 1.23
***************
*** 249,253 ****
development environment to provide helpful supporting windows that tell us
what's going on in our application. We'll also see how to start and build our
! own application, using the PythonCard's built-in layout editor, the Resource
Editor.</p>
<p>We'll be producing more of these walk-through documents on other aspects
--- 249,253 ----
development environment to provide helpful supporting windows that tell us
what's going on in our application. We'll also see how to start and build our
! own application, using the built-in PythonCard layout editor, the Resource
Editor.</p>
<p>We'll be producing more of these walk-through documents on other aspects
|