I have XCode installed and also FreeTDS. I tried to connect to my SQL Server and it works perfect.
Now I have to develop an aplication on python that works with this SQL
Just incase anyone is reading this the following worked for me:
brew install freetds sudo pip install pymssql