When I tried to connect database from Python, my password contains special character say for example: 123@789. My Connection fails because of this.
I make connection to the database as follows:
engine = sqlalchemy.create_engine('sybase+pyodbc://user:123@789@Database')