Peter Bengtsson: Podcasttime.io - How Much Time Do Your Podcasts Take To...
It's a web app where you search and find the podcasts *you* listen to. It then gives you a break down how much time that requires to keep up per day, per week and per month.
View ArticleDaniel Bader: Writing Clean Python With Namedtuples
Writing Clean Python With NamedtuplesPython comes with a specialized “namedtuple” container type that doesn’t seem to get the attention it deserves. It’s one of these amazing features in Python that’s...
View ArticleTryton News: Foundation Budget 2017
CC BY 2.0 TaxCredits.net Budget for 2017The Foundation has decided to publish a budget for 2017. This is the result of requests from the community will to know what are the plans of the Foundation. Of...
View ArticleRene Dudfield: Is PostgreSQL good enough?
tldr; you can do jobs, queues, real time change feeds, time series, object store, document store, full text search with PostgreSQL. How to, pros/cons, rough performance and complexity levels are all...
View ArticleMatthew Rocklin: Experiment with Dask and TensorFlow
This work is supported by Continuum Analytics the XDATA Program and the Data Driven Discovery Initiative from the Moore FoundationSummaryThis post briefly describes potential interactions between Dask...
View ArticleOliver Andrich: First Steps with AWS Lambda, Zappa, Flask and Python
I wanted to try out AWS Lambda for a while now. But it took some time to find a reasonable development task that fits this infrastructure. Serverless deployment is very intriguing, escpecially for...
View ArticleContinuum Analytics News: AnacondaCON Recap: A Community Comes Together
Company BlogTuesday, February 14, 2017Michele ChambersEVP Anaconda Business Unit & CMOContinuum AnalyticsLast week, more than 400 Open Data Science community members descended on the city of Austin...
View ArticleWeekly Python Chat: PyCaribbean Chat
I'm going to held a live chat from PyCaribbean in San Juan, Puerto Rico. Have questions about about PyCaribbean or about Python conferences in general? Ask away!
View ArticleGoDjango: Different types of testing in Django
Testing is always one of those topics that can be interesting to talk about. There are a lot of different opinions on testing so it can be fun.Django comes with some great tools for testing, so this...
View ArticleMike Driscoll: What’s New in Python: Asynchronous Comprehensions / Generators
Python 3.6 added the ability to create Asynchronous Comprehensions and Asynchronous Generators. You can read about asynchronous comprehension in PEP 530 while the asynchronous generators are described...
View ArticleDataCamp: New course: Python Data Science Toolbox (Part 2)
We're launching our new course Python Data Science Toolbox (Part 2) by Hugo Bowne-Anderson. In this second course in the Python Data Science Toolbox, you'll continue to build your Python Data Science...
View ArticleFull Stack Python: Creating SSH Keys on Ubuntu Linux 16.04 LTS
SSH keys are a necessity for Python development when you are working with Git, connecting to remote servers and automating your deployments. Let's walk through how to generate SSH key pairs, which...
View ArticleTalk Python to Me: #99 Morepath: Super Powered Python Web Framework
One of the areas where Python truly shines is on the web. Many well known websites like YouTube, Pintrest, and Spotify are powered by Python. In the mid 2000's, a number of powerful and popular...
View ArticleContinuum Analytics News: New Research Proves Increased Awareness in the...
NewsWednesday, February 15, 2017Data science is critical for success, but Continuum Analytics finds just 49 percent have data science teams in place AUSTIN, Texas—February 15, 2017—New research...
View ArticleContinuum Analytics News: New Research eBook - Winning at Data Science: How...
Company BlogWednesday, February 15, 2017Michele ChambersEVP Anaconda Business Unit & CMOContinuum AnalyticsArtboard 1.jpgAs I write this blog post, the entire Anaconda team (myself included) are...
View ArticleEnthought: Traits and TraitsUI: Reactive User Interfaces for Rapid...
The Enthought Tool Suite team is pleased to announce the release of Traits 4.6. Together with the release of TraitsUI 5.1 last year, these core packages of Enthought’s open-source rapid application...
View ArticlePyCharm: PyCharm 2017.1 EAP 7 (build 171.3224.4)
This week, we’re releasing the 7th build in our Early Access Program (EAP) for PyCharm 2017.1! Get it now from our EAP pageNew FeaturesSSH Multi-Factor Authentication using Google Authenticator is now...
View ArticleS. Lott: Intro to Python CSV Processing for Actual Beginners
I've written a lot about CSV processing. Here are some examples http://slott-softwarearchitect.blogspot.com/search/label/csv.It crops up in my books. A lot.In all cases, though, I make the implicit...
View ArticleSemaphore Community: Testing Python Applications with Pytest
This article is brought with ❤ to you by Semaphore.IntroductionTesting applications has become a standard skill set required for any competent developer today. The Python community embraces testing,...
View ArticleCarl Trachte: Crude Testing of Equivalent Code With assert
In engineering and business environments, it is common to have to1) recreate an equivalent calculation in a different format for a different purpose and check the results against the original...
View Article