Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
2
Posts with Upvotes
1
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~3K People Reached
Favorite Forums
Favorite Tags

5 Posted Topics

Member Avatar for Gribouillis
Member Avatar for vegaseat

Nice one! Probably on Python 2 you can slightly optimize by using xrange instead of range.

Member Avatar for rubik-pypol
3
395
Member Avatar for TrustyTony

Very interesting. Can you post it somewhere too, so that I can copy-paste it and try it? As a gist, for example: https://gist.github.com

Member Avatar for TrustyTony
1
1K
Member Avatar for chriswelborn

Nice work, how can I copy-paste the code to try it locally? It seems to me that it's not possible to disable line numbers, and they get inside the selection.

Member Avatar for chriswelborn
2
366
Member Avatar for rubik-pypol

Hi, I am a new user and I want to show you my Python library. [B][I][U][COLOR="Red"]pypol[/COLOR][/U][/I][/B] pypol is a Python library that allows you to manipulate monomials, polynomials and algebraic fractions. An example: [CODE]>>> import pypol >>> a = pypol.polynomial('3xy - 3a^2 + 2b') >>> a - 3a² + 3xy …

Member Avatar for rubik-pypol
0
407

The End.