2

Hi I'm learning python and am trying to leverage it more in my daily coding. I do allot of work with MSSQL and am a bit a bit spoiled with using C#/LINQ. What is the most efficient way to access data from MSSQL (or Oracle) using python 3.3 ?

Obviously I know it's a matter of using the right tool for the job, however I would like to be able to push myself to utilize python more even if its not the right tool for a particular job just for the learning experience.

Thanks All ...

1 Answer 1

1

Check out SQLAlchemy. It supports what I think you're trying to do.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.