Size: 2326
Comment:
|
Size: 2400
Comment: Hope it's OK for me to be bold and begin a sorting scheme for not yet answered.
|
Deletions are marked like this. | Additions are marked like this. |
Line 5: | Line 5: |
["How do I get / set the modification date of a file?"] | == Not yet answered == *["How do I get / set the modification date of a file?"] |
Line 7: | Line 8: |
["Why do I get permission denied errors when using macostools.copy"] | *["Why do I get permission denied errors when using macostools.copy"] |
Line 9: | Line 10: |
["How to I use gzip module with pickle?"] | == As yet unsorted == *["How to I use gzip module with pickle?"] |
Line 11: | Line 13: |
["How do I publish Python modules?"] | *["How do I publish Python modules?"] |
Line 13: | Line 15: |
["When I import Tkinter, Python exits. Why?"] | *["When I import Tkinter, Python exits. Why?"] |
Line 15: | Line 17: |
["How can "normal" users report bugs in Python or the documentation?"] | *["How can "normal" users report bugs in Python or the documentation?"] |
Line 17: | Line 19: |
["How can I convert a hex representation to an integer?"] | *["How can I convert a hex representation to an integer?"] |
Line 19: | Line 21: |
["Does anyone know why msOffice products (using win32com return) u'dana\u2019s best' rather than u'dana's best'?"] | *["Does anyone know why msOffice products (using win32com return) u'dana\u2019s best' rather than u'dana's best'?"] |
Line 21: | Line 23: |
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 (https://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 | *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 (https://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 |
Line 23: | Line 25: |
I'm a total Python newbie. How do I get Python started on a Palm handheld ( https://c2.com/cgi/wiki?PalmPython ) ? | *I'm a total Python newbie. How do I get Python started on a Palm handheld ( https://c2.com/cgi/wiki?PalmPython ) ? |
Line 27: | Line 29: |
SubtractionQuestion | *SubtractionQuestion |
Line 29: | Line 31: |
TestHarnessDesign -- I've been assigned the task of designing a test harness for embedded systems, servers and software. -- ["JimD"] | *TestHarnessDesign -- I've been assigned the task of designing a test harness for embedded systems, servers and software. -- ["JimD"] |
Line 31: | Line 33: |
How do you save python code and use it for anything? --elpenmaster | * How do you save python code and use it for anything? --elpenmaster |
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"]
As yet unsorted
- ["How to I use gzip module with pickle?"]
- ["How do I publish Python modules?"]
- ["When I import Tkinter, Python exits. Why?"]
- ["How can "normal" users report bugs in Python or the documentation?"]
- ["How can I convert a hex representation to an integer?"]
- ["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 (https://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
I'm a total Python newbie. How do I get Python started on a Palm handheld ( https://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 [https://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"]
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
["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?"]