Differences between revisions 37 and 38
Revision 37 as of 2005-09-19 14:57:52
Size: 2447
Editor: 63
Comment: incremental save.....
Revision 38 as of 2005-09-19 15:10:10
Size: 2420
Editor: 63
Comment: finished classification. 'Redlinks' like in MediaWiki would be so helpful! :-)
Deletions are marked like this. Additions are marked like this.
Line 16: Line 16:
== As yet unsorted ==

Line 20: Line 17:

 *I'm a total Python newbie. How do I get Python started on a Palm handheld ( http://c2.com/cgi/wiki?PalmPython ) ? Or should I focus on learning Python on a desktop PC first ? -- DavidCary
  I would recommend learning Python on a normal desktop system, with a recent version, a full suite of libraries, and [http://ipython.scipy.org/ IPython] (Interactive Python) installed. After you've learned the basics then you can probably adapt more readily to the limitations of the Palm Pilot interface, implementation, version (older), and libraries (reduced subset). ["JimD"]

 *SubtractionQuestion

 *TestHarnessDesign -- I've been assigned the task of designing a test harness for embedded systems, servers and software. -- ["JimD"]

 * How do you save python code and use it for anything? --elpenmaster
  Save it as "scriptName.py" and then execute it with the Python interpreter. As for choosing a purpose for the code, that's entirely up to you. &["PeytonMcCullough"]
   How do I save it as scriptname.py? --elpenmaster
Line 42: Line 28:

 *I'm a total Python newbie. How do I get Python started on a Palm handheld ( http://c2.com/cgi/wiki?PalmPython ) ? Or should I focus on learning Python on a desktop PC first ? -- DavidCary
  I would recommend learning Python on a normal desktop system, with a recent version, a full suite of libraries, and [http://ipython.scipy.org/ IPython] (Interactive Python) installed. After you've learned the basics then you can probably adapt more readily to the limitations of the Palm Pilot interface, implementation, version (older), and libraries (reduced subset). ["JimD"]

 *SubtractionQuestion

 * How do you save python code and use it for anything? --elpenmaster
  Save it as "scriptName.py" and then execute it with the Python interpreter. As for choosing a purpose for the code, that's entirely up to you. &["PeytonMcCullough"]
   How do I save it as scriptname.py? --elpenmaster

 *TestHarnessDesign -- I've been assigned the task of designing a test harness for embedded systems, servers and software. -- ["JimD"]

This page was created as a place for people to ask questions. It is intended that the question be the WikiName of the page containing the answer. As answers are provided, this will develop naturaly into a FAQ Answers page.

See also ["Code"], ["How to publish Python modules"], ["Wanted..."].

Not yet answered

  • ["How do I get / set the modification date of a file?"]
  • ["Why do I get permission denied errors when using macostools.copy"]
  • ["How do I publish Python modules?"]
  • ["When I import Tkinter, Python exits. Why?"]
  • ["Does anyone know why msOffice products (using win32com return) u'dana\u2019s best' rather than u'dana's best'?"]
  • This is an actual question. I have have a prototype for a python related website. Right now I am just running it off old PC (http://66.32.187.134). Where could I host this site & and do you think this site would be helpful to the advancement of Python programming knowledge? Thanks. Father Jack

  • ["How can I truly "protect" the python source code we create for a commercial product?"]
  • ["Where can I find a tiny python installation (under 2 MB) for an embedded linux system?"]

Answered (fully or partially)

  • ["How to I use gzip module with pickle?"]
  • ["How can "normal" users report bugs in Python or the documentation?"]
  • ["How can I convert a hex representation to an integer?"]
  • I'm a total Python newbie. How do I get Python started on a Palm handheld ( http://c2.com/cgi/wiki?PalmPython ) ? Or should I focus on learning Python on a desktop PC first ? -- DavidCary

    • I would recommend learning Python on a normal desktop system, with a recent version, a full suite of libraries, and [http://ipython.scipy.org/ IPython] (Interactive Python) installed. After you've learned the basics then you can probably adapt more readily to the limitations of the Palm Pilot interface, implementation, version (older), and libraries (reduced subset). ["JimD"]

  • SubtractionQuestion

  • How do you save python code and use it for anything? --elpenmaster
    • Save it as "scriptName.py" and then execute it with the Python interpreter. As for choosing a purpose for the code, that's entirely up to you. &["PeytonMcCullough"]

      • How do I save it as scriptname.py? --elpenmaster
  • TestHarnessDesign -- I've been assigned the task of designing a test harness for embedded systems, servers and software. -- ["JimD"]

Asking for Help (last edited 2019-11-04 14:47:35 by ChrisM)

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