From rick.smith771 at gmail.com Fri Jan 16 02:19:35 2015 From: rick.smith771 at gmail.com (Rick Smith) Date: Thu, 15 Jan 2015 20:19:35 -0500 Subject: [Baypiggies] [Job Posting] Python Driver Test Engineer Message-ID: Python Developers, DataStax currently has an opening for a Software Engineer in Test with a focus on Python Driver[1] test development. This is a full-time position and you would be able to work remotely or in our Santa Clara office. In this position, you would have the opportunity to: - Work closely with driver developers, create complex testing scenarios, and develop code to implement automated tests; most tests spin up multi-node Cassandra clusters (either locally or in the cloud) to operate against. - Dive deep into the code base to understand and debug driver issues. - Work closely with a fantastic community to help answer questions and resolve issues. - Be an important contributor in a challenging, fun, and fast-paced environment. - Work hard as part of the DataStax distributed engineering team with opportunities to learn and collaborate with colleagues of various disciplines worldwide. If you are interested, please check out this link for details and how to apply. [1] https://github.com/datastax/python-driver Thanks! Rick Smith DataStax Development Tools Test Engineering Manager -------------- next part -------------- An HTML attachment was scrubbed... URL: From aahz at pythoncraft.com Wed Jan 28 01:29:07 2015 From: aahz at pythoncraft.com (Aahz) Date: Wed, 28 Jan 2015 01:29:07 +0100 (CET) Subject: [Baypiggies] OSCON 2015 CfP DEADLINE Feb 2 Message-ID: <3kX5KH6rBvz7Ml4@mail.python.org> OSCON (O'Reilly Open Source Conference) will be held in Portland, OR July 20-24. The Call for Proposals is now open with a DEADLINE of Monday February 2: http://www.oscon.com/open-source-2015/public/cfp/360 O'Reilly has completely reorganized OSCON. Instead of focusing on individual technologies, there are a bunch of themes: * Identity - An emerging and nuanced facet in the digital age and an exciting cross-functional track at OSCON 2015. * Security - We'll explore security from top to bottom, offering frameworks and libraries, strategies for testing, and field reports of both security failure and success. * Privacy - Computers remember our interactions at a level of detail the physical world never has. Do we want to be remembered, and for how long? * Performance - From compilation and interpreter time to DOM manipulation, browser responsiveness, and network latency, we'll explore performance in all its facets. * Mobility - We'll look at what it means to have a successful mobile game plan, from wearables to native apps. * People - Making projects work requires communications, collaboration, and respect; we'll look at the ways a new generation of tools and approaches can help you work. * Architecture - Software architecture is a massive multidisciplinary subject, covering many roles and responsibilities--and a key position in the success of any business. * Scale - You've created a great web interface that is well designed, secure, and works well in a beta with 100 consumers, but how about 10,000, 1,000,000, or more? * Storage - Find your way among the myriad choices for storing data and optimizing your systems for stability, distribution, convenience, and performance. * Teaching - You want to share your best practices, projects, and tools with the world, but how do you go about sharing this knowledge? We'll examine learning theory and methods of teaching. * Design - It's critical for success; learn how to incorporate design best practices from the beginning of your project rather and all the way through. * Solve - Harness the power of math to manipulate, secure, and create data. * Data - Let's tackle data's continued, growing influence over the entire business world and how you can make it work for you. * Foundations - A strong foundation in computational thinking, problem solving, and programming best practices makes for a successful programmer. See the CfP page for more details. -- Aahz (aahz at pythoncraft.com) <*> http://www.pythoncraft.com/ "The joy of coding Python should be in seeing short, concise, readable classes that express a lot of action in a small amount of clear code -- not in reams of trivial code that bores the reader to death." --GvR From victormasintercastellanos at yahoo.com Sat Jan 31 07:34:00 2015 From: victormasintercastellanos at yahoo.com (Victor Masinter-Castellanos) Date: Sat, 31 Jan 2015 06:34:00 +0000 (UTC) Subject: [Baypiggies] rdflib Message-ID: <1655308394.72882.1422686040310.JavaMail.yahoo@mail.yahoo.com> Hi all, I have installed rdflib (https://github.com/RDFLib/rdflib) it works fine as far as I can tell. the problem is just that the documentation does not install. I try?python setup.py build_sphinx and it gives me error: invalid command 'build_sphinx' however, I know that sphinx is fine because I test it with? which sphinx-quickstart? and it give me back? /Applications/anaconda/bin/sphinx-quickstart I am on a mac, `osx 10.10.1, Python 2.7.9, Anaconda 2.1.0 x86_64` what am I missing??? -------------- next part -------------- An HTML attachment was scrubbed... URL: From nathan at yergler.net Sat Jan 31 07:43:34 2015 From: nathan at yergler.net (Nathan Yergler) Date: Fri, 30 Jan 2015 22:43:34 -0800 Subject: [Baypiggies] rdflib In-Reply-To: <1655308394.72882.1422686040310.JavaMail.yahoo@mail.yahoo.com> References: <1655308394.72882.1422686040310.JavaMail.yahoo@mail.yahoo.com> Message-ID: I don't think build_sphinx is a valid distutils command for setup.py Glancing at the repo, it appears you could build the docs by changing to that directory and running make: $ cd docs $ make html On Fri, Jan 30, 2015 at 10:34 PM, Victor Masinter-Castellanos wrote: > Hi all, I have installed rdflib (https://github.com/RDFLib/rdflib) it works > fine as far as I can tell. the problem is just that the documentation does > not install. I try python setup.py build_sphinx and it gives me > > error: invalid command 'build_sphinx' > > however, I know that sphinx is fine because I test it with > > which sphinx-quickstart > > and it give me back > > /Applications/anaconda/bin/sphinx-quickstart > > I am on a mac, `osx 10.10.1, Python 2.7.9, Anaconda 2.1.0 x86_64` > > what am I missing? > > > _______________________________________________ > Baypiggies mailing list > Baypiggies at python.org > To change your subscription options or unsubscribe: > https://mail.python.org/mailman/listinfo/baypiggies