Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Vinicius Mesel Newsgroups: comp.lang.python Subject: Analytical Geometry in Python with GeoMath Date: Tue, 03 May 2016 20:48:37 -0300 Lines: 24 Message-ID: References: <154790603d7.1040ee3bd58689.8427362743863775803@vmesel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de hWdcwcgEtal+ArggANc7FQwf9cSdYlCyexQqxizPNSmA== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.066 X-Spam-Evidence: '*H*': 0.87; '*S*': 0.00; 'subject:Python': 0.05; 'url:github': 0.09; 'python.': 0.11; 'guys,': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'run:': 0.16; 'x-mailer:zoho mail': 0.16; 'hey': 0.20; 'library': 0.20; 'to:name:python- list@python.org': 0.20; 'install': 0.25; 'header:User-Agent:1': 0.26; 'analytical': 0.29; "i'm": 0.30; 'announce': 0.32; 'solving': 0.35; 'created': 0.36; 'to:addr:python-list': 0.36; 'guys': 0.38; 'to:addr:python.org': 0.40; 'subject:with': 0.40; 'called': 0.40; 'some': 0.40; 'your': 0.60; 'back': 0.62; 'intent': 0.66; 'here': 0.66; 'link:': 0.69; 'me!': 0.84; 'pip': 0.84; 'physicians': 0.91 X-Priority: Medium User-Agent: Zoho Mail X-Mailer: Zoho Mail X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: <154790603d7.1040ee3bd58689.8427362743863775803@vmesel.com> Xref: csiph.com comp.lang.python:108107 Hey guys, I'm back after some time in the darkness(lol). So I'm here to announce my contribution for the mathematicians and physicians and other guys who love geometry like me! I created a library called "GeoMath" that it's intent is to solve all Analytical Geometry problems in a simple way using Python. If you want to check it out, here is the link: https://github.com/vmesel/GeoMath And if you want to install it and start solving your problems with it, just run: pip install geomath! Tnx, Vinicius Mesel