Hi Friends :
Can somone suggest good book for SQL server 2008 design and implementation ?
thanks
User Profile
Collapse
-
eclipse for python
Hi friends :
i want to use development tool ( Eclipse) for using python programming . i have to use pydev . for installing pydev and use it i need eclipse 3.6 ( pydev installing) . i couldn't find eclipse 3.6 in the internet . could you please help me ?
sincerely -
good book for python programming (intermediate)
Hi friends :
i'm beginner in python programming . i red learning python book ( o'relly) . it was very useful and interesting for me . now i want to read more advanced book (intermediate ) for programming python . could you please recommend some good intermediate books?
sincerely -
question about [0] in os module
Hi friends:
i'm beginner in python . i have a question . what does [0] mean in the below code and when should i use [0] in codes ?
Code:import os import string def replace(file, search_for, replace_with): # replace strings in a text file back = os.path.splitext(file)[B][0][/B] + ".bak" temp = os.path.splitext(file)[B][0][/B] + ".tmp"
-
python web programming
Hi:
i want to begin web programming with python . i couldn't find good references or tutorial about this subject . could you please recommend to me some good references(book s ...)?
i know basic python programmig , xhtml,i can use dreamweaver .
sincerely -
i solved it . i copy the Pmw directory in one of the path of python lib -
setup Pmw for programming GUI
Hi:
i downloaded the Pmw in http://pmw.sourceforge.net/ . this contain a setup file in .py format . i don't know how can i setup Pmw for GUI programming with Tkinter .please help me .
sincerely -
GUI programming in python
HI:
i want to start learning GUI programming in python but i dont know which tools or library (tkinter ، pyqt ، WXpython) is best . which one is easy to learn ?
please help me .
sincerely -
Error in running IDLE
Hi friends :
I tried to start programming with IDLE .
when i want to run IDLE I saw two error message :
one error is :
"IDLE's subprocess didn't make connection. either IDLE cant start a subprocess or personal firwall is blocking the connection"
another error is :
"socket error: no connection could be made because the target machine actively refused it" .
how can i fix this... -
Hi:
thnx for your help .it was work. i had an another fault:i think that class name must be begin with an uppercase letter .
sincerelyLeave a comment:
-
Hi
its depend on your purpose . do you want to use python for geoprocessing in ArcGIS or use python in open sources GIS ?
its better to use ArcGIS if you can. because its most powerful GIS software . u can use Arcpy site package in its environment .also you can use arcobject in Arcgis .
sincrelyLeave a comment:
-
error in an example of oop
Hi:
I'm beginner in python scripting . i begin with learning python book .I write code below . this is an example of this book for oop programming .but i encounter to an error . I don't know what's my fault in this code . please help me.
Code:class person: def __init__(self,name,job=None,pay=0): self.name = name self.job = job self.pay = pay if __name__ == '__main__': bob = person('bob
No activity results to display
Show More
Leave a comment: