User Profile

Collapse

Profile Sidebar

Collapse
PyGIS
PyGIS
Last Activity: Jun 19 '11, 12:32 PM
Joined: Feb 27 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • best book for SQL server 2008 design and implementation (70-433)

    Hi Friends :

    Can somone suggest good book for SQL server 2008 design and implementation ?

    thanks
    See more | Go to post

  • PyGIS
    started a topic eclipse for python

    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
    See more | Go to post

  • PyGIS
    started a topic good book for python programming (intermediate)

    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
    See more | Go to post

  • PyGIS
    started a topic question about [0] in os module

    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"
    ...
    See more | Go to post

  • PyGIS
    started a topic python web programming

    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
    See more | Go to post

  • PyGIS
    replied to setup Pmw for programming GUI
    i solved it . i copy the Pmw directory in one of the path of python lib
    See more | Go to post

    Leave a comment:


  • PyGIS
    started a topic setup Pmw for programming GUI

    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
    See more | Go to post

  • PyGIS
    started a topic GUI programming in python

    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
    See more | Go to post

  • PyGIS
    started a topic Error in running IDLE

    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...
    See more | Go to post

  • PyGIS
    replied to error in an example of oop
    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 .
    sincerely
    See more | Go to post

    Leave 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 .
    sincrely
    See more | Go to post
    Last edited by bvdet; Mar 1 '11, 08:40 AM. Reason: Remove email address

    Leave a comment:


  • PyGIS
    started a topic error in an example of oop

    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
    ...
    See more | Go to post
No activity results to display
Show More
Working...