Hi daniweb users

My name is luc.
I'm from Germany.
Before I have started with
Python I used PHP.
There you have the funktion
urldecode to decode a url string
or urlencode to encode a url string.
I don't really know I a function like
that in python. can you help me.

skymuss

I think there are functions like quote or urlencode in the urllib module. I suggest you import urllib and look at the output of help(urllib) in your python console.

Also search "encode url in python" with google :)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.