PyTennessee, PyPy IO Improvements, db.py and much more.
Issue #140: Tweet
Weekly dose of all things Python.
Hey Everyone,
Keep an eye out on our twitter account this week for announcements about new Pycoder's t-shirts and possibly hoodies!
Share an article with us and if it lands in newsletter get highlighted as a contributor in the newsletter!
Like what we are doing? Support us on Gratipay We are on twitter too!
From our sponsors:
News
Second Annual PyTennessee conference Feb 7th-8th The second annual PyTennessee conference is happening Feb 7-8th in Nashville, TN. There will be 4 keynotes, 36 talks/tutorials, young coders, PyLadies fundraiser and more. The Call for papers is open until Nov 15th. pytennessee.org Shared by @jasonamyers
EuroPython 2015 Call for Participation: On-site Teams The EuroPython Society (EPS) is happy to announce the Call for Participation (CFP) for EuroPython 2015. The purpose of this call is to select teams willing to help organize the EuroPython conference on-site at a suitable location. Check out the link for more details. europython.eu Shared by @mgrouchy
nogotofail A network security testing tool designed to help developers and security researchers spot and fix weak TLS/SSL connections and sensitive cleartext traffic on devices and applications. github.com Shared by @mgrouchy
pyskel A project skeleton for Python packages. Includes a testing suite with py.test and CLI with click. github.com Shared by @mgrouchy
changes Automate release tasks for your Python project with this app, supports things like auto generating changelog entries from commit messages , semantic versioning, etc. github.com Shared by @mgrouchy
db.py db.py is an easier way to interact with your databases, check out release article in news section! github.com Shared by @myusuf3
pgosquery SQL powered operating system instrumentation and analytics (Facebook's OSQuery) except for Postgres using Postgres's foreign data wrapper. github.com Shared by @mgrouchy
tmpnb This is neat. A tool to create temporary Jupyter Notebook servers using Docker containers. github.com Shared by @mgrouchy
RxPY From the README: "RxPY is a library for composing asynchronous and event-based programs using observable collections and LINQ-style query operators in Python". github.com Shared by @mgrouchy
log_calls This library provides a decorator that prints or logs caller's name, args/values and more. github.com Shared by @mgrouchy
Using geopandas on Windows There aren't usually a lot of blog posts for Python users on windows, but this is a nice guide for getting setup with geopandas on Windows. geoffboeing.com Shared by @mgrouchy