how you get Python files on websites?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • azadi232@gmail.com

    #1

    how you get Python files on websites?


    i downloaded Python 2.4 and did a bit of playing with it (iam using
    Windows platform)
    ............... ............... ............... ............... ............... ......
    i have a few questions about Python

    1. Can Python work with databases like MySql,Oracle? (i think it sounds
    silly)
    2.the Python files have .py extension and i used Windows Command
    Prompt(DOS) to execute the file,how can i use the programs written in
    Python on the web? (for large-scale search engines)

  • bruno at modulix

    #2
    Re: how you get Python files on websites?

    azadi232@gmail. com wrote:
    (snip)[color=blue]
    > i have a few questions about Python
    >
    > 1. Can Python work with databases like MySql,Oracle? (i think it sounds
    > silly)[/color]


    [color=blue]
    > 2.the Python files have .py extension and i used Windows Command
    > Prompt(DOS) to execute the file,how can i use the programs written in
    > Python on the web? (for large-scale search engines)[/color]



    In both cases, the second entry should be a good starting point and
    answer most of these 2 questions.


    --
    bruno desthuilliers
    python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
    p in 'onurb@xiludom. gro'.split('@')])"

    Comment

    • Ben Finney

      #3
      Python and databases (was: Re: how you get Python files on websites?)

      azadi232@gmail. com writes:
      [color=blue]
      > 1. Can Python work with databases like MySql,Oracle? (i think it
      > sounds silly)[/color]

      Not silly:

      <URL:http://www.python.org/topics/database/>

      --
      \ "Money is always to be found when men are to be sent to the |
      `\ frontiers to be destroyed: when the object is to preserve them, |
      _o__) it is no longer so." -- Voltaire, _Dictionnaire Philosophique_ |
      Ben Finney

      Comment

      Working...