Is there a web visitor counter available in Python ...

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • W. Watson

    Is there a web visitor counter available in Python ...

    .... that is free for use without advertising that I can use on my web pages?
    I have no idea is suitable for this. My knowledge of Python is somewhat
    minimal at this point. Maybe Java is better choice.

    --
    Wayne Watson (Nevada City, CA)

    Web Page: <speckledwithSt ars.net>
  • Jon \Fluffy\ Saul

    #2
    Re: Is there a web visitor counter available in Python ...

    On Feb 11, 2008 9:21 PM, W. Watson <wolf_tracks@in valid.comwrote:
    ... that is free for use without advertising that I can use on my web pages?
    I have no idea is suitable for this. My knowledge of Python is somewhat
    minimal at this point. Maybe Java is better choice.
    >
    --
    Wayne Watson (Nevada City, CA)
    >
    Web Page: <speckledwithSt ars.net>
    --

    >
    PHP would be the best choice.
    Simple and advanced PHP hit counters can be found with a search of Google.
    "PHP hit counter", etc.

    --
    Push the envelope. Watch it bend.

    Comment

    • W. Watson

      #3
      Re: Is there a web visitor counter available in Python ...

      PHP. Well, that's a new one on me. Google gave me some idea of what it's
      about, and I found some code on how to do it. It requires yet another
      "programmin g language", which means finding the editor, etc.

      Jon "Fluffy" Saul wrote:
      On Feb 11, 2008 9:21 PM, W. Watson <wolf_tracks@in valid.comwrote:
      >... that is free for use without advertising that I can use on my web pages?
      >I have no idea is suitable for this. My knowledge of Python is somewhat
      >minimal at this point. Maybe Java is better choice.
      >>
      >--
      > Wayne Watson (Nevada City, CA)
      >>
      > Web Page: <speckledwithSt ars.net>
      >--
      >http://mail.python.org/mailman/listinfo/python-list
      >>
      PHP would be the best choice.
      Simple and advanced PHP hit counters can be found with a search of Google.
      "PHP hit counter", etc.
      >
      --
      Wayne Watson (Nevada City, CA)

      Web Page: <speckledwithSt ars.net>

      Comment

      • subeen

        #4
        Re: Is there a web visitor counter available in Python ...

        Well, you don't need to worry about code, you can just copy paste the
        code of the hit counters available for free.

        In my blog, http://love-python.blogspot.com/ I am using two type of
        hit counters (both are free). You can try them. They generate code
        that you just paste in the source code of your website.


        Regards,
        Subeen.



        On Feb 12, 11:37 am, "W. Watson" <wolf_tra...@in valid.comwrote:
        PHP. Well, that's a new one on me. Google gave me some idea of what it's
        about, and I found some code on how to do it. It requires yet another
        "programmin g language", which means finding the editor, etc.
        >
        >
        >
        Jon "Fluffy" Saul wrote:
        On Feb 11, 2008 9:21 PM, W. Watson <wolf_tra...@in valid.comwrote:
        ... that is free for use without advertising that I can use on my web pages?
        I have no idea is suitable for this. My knowledge of Python is somewhat
        minimal at this point. Maybe Java is better choice.
        >
        --
        Wayne Watson (Nevada City, CA)
        >
        Web Page: <speckledwithSt ars.net>
        --
        >http://mail.python.org/mailman/listinfo/python-list
        >
        PHP would be the best choice.
        Simple and advanced PHP hit counters can be found with a search of Google.
        "PHP hit counter", etc.
        >
        --
        Wayne Watson (Nevada City, CA)
        >
        Web Page: <speckledwithSt ars.net>

        Comment

        Working...