Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need to stop importing entire sympy lib. #24

Open
spacetimeengineer opened this issue Mar 3, 2019 · 2 comments
Open

Need to stop importing entire sympy lib. #24

spacetimeengineer opened this issue Mar 3, 2019 · 2 comments

Comments

@spacetimeengineer
Copy link
Owner

Need to stop importing entire sympy lib. This is dumb.

@BinaryBlock
Copy link

BinaryBlock commented Mar 6, 2019

😆 Are you actually using SymPy in your code at this point? Also, you can just include the specific Classes you're using... instead of full import statement.

Full import, like you're using: from sympy import *
Import specific classes: from sympy import Symbol, pprint
https://github.com/sympy/sympy/blob/d2fcf9ecdfef464b26f0e118018a7817059d22a2/examples/beginner/basic.py#L8

Just some thoughts. Are you using composer to build this?

@spacetimeengineer
Copy link
Owner Author

Nah, just vs code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants