Continuum Analytics News: Secure and Scalable Data Science Deployments with...
Developer BlogMonday, February 27, 2017Kristopher OverholtContinuum AnalyticsChristine DoigContinuum AnalyticsIn our previous blog post about Productionizing and Deploying Data Science Projects, we...
View ArticleWesley Chun: Adding text & shapes with the Google Slides API
NOTE: The code featured here is also available as a video + overview post as part of this series.IntroductionThis is the fourth entry highlighting primary use cases of the Google Slides API with...
View ArticleFull Stack Python: How to Choose the Right DevOps Tools for You and Your Team
This blog post contains a loose transcript along with the slides and additional resources from my technical talk that will be given at Oracle Code SF 2017, Devoxx San Jose 2017 and DC Continuous...
View ArticleAmit Saha: QueueLogger and Python JSON Logger
Using QueueLogger with Python JSON LoggerWhen logging from multiple processes (via multiprocessing module), using QueueHandler is one approach with Python 2.QueueHandler however sets exc_info attribute...
View ArticleDjango Weblog: Django bugfix release: 1.10.6
Today we've issued the 1.10.6 bugfix release.The release package and checksums are available from our downloads page, as well as from the Python Package Index. The PGP key ID used for this release is...
View ArticlePhilip Semanchuk: Thanks for PyData Carolinas
Thanks to all who made PyData Carolinas 2016 a success! I had conversations about eating well while on the road, conveyor belts, and a Fortran algorithm to calculate the interaction of charged...
View ArticleVasudev Ram: Show error numbers and codes from the os.errno module
By Vasudev RamWhile browsing the Python standard library docs, in particular the module os.errno, I got the idea of writing this small utility to display os.errno error codes and error names, which are...
View ArticlePhilip Semanchuk: Thanks to PYPTUG!
Thanks to PYPTUG, the Python Piedmont Triad Users Group, for inviting me to speak at their monthly meeting last night!I gave a slightly expanded version of the talk I gave at PyData Carolinas 2016...
View ArticleNumFOCUS: Applications are Open for Google Summer of Code 2017
NumFOCUS is excited to once again participate as an umbrella organization for Google Summer of Code 2017— our third time participating in the program!Google Summer of Code sponsors students to work...
View ArticlePyPy Development: Async HTTP benchmarks on PyPy3
Hello everyone,Since Mozilla announced funding, we've been working quite hard on delivering you a working Python 3.5. We are almost ready to release an alpha version of PyPy 3.5. Our goal is to release...
View ArticlePyCharm: PyCharm 2017.1 EAP 9 (build 171.3691.3)
We’re getting closer to the release of PyCharm 2017.1, and you can already get this week’s preview version from our Early Access Program (EAP) page. Get the EAP now!This week we’ve included one small...
View ArticleStarzel.de: Hello Thomas!
We're excited to welcome Thomas Lotze to the team of Starzel.de.
View ArticleEnthought: Webinar – Python for Professionals: The Complete Guide to...
When: March 16, 2017, 11-11:45 AM CTWhere:Live webcast or register if you can’t attend to get a recording after the sessionWhat: Presentation and Q&A with Dr. Michael Connell, VP, Enthought...
View ArticlePyBites: Pythonic String Formatting
The formatting of strings has been a hot topic in Python and something that I struggled with at the beginning. It's quite interesting to see how it's evolved over time to be what it is today!
View ArticleDataCamp: IPython Or Jupyter?
IPython and Jupyter NotebookFor learners as well as for more advanced data scientists, the Jupyter Notebook is one of the popular data science tools out there: the interactive environment is not only...
View ArticleDSPIllustrations.com: The Cyclic Prefix (CP) in OFDM
The Cyclic Prefix for OFDM¶In a previous post, we have elaborated about the building blocks of OFDM.There, we have stated two benefits of using a cyclic prefix between subsequent OFDM symbols:The CP...
View ArticleTalk Python to Me: #101 Adding a full featured Python environment to Visual...
You know the two questions I asked at the end of each episode? <br/> <br/> What's your favorite editor for writing Python code and what less-well-known PyPI package do you recommend?...
View ArticleEuroPython: EuroPython 2017: Official Dates
We are very happy to officially announce the confirmed dates for EuroPython 2017 in Rimini, Italy:EuroPython 2017: July 9-16 2017The conference will be structured as follows:July 9 - Workshops and...
View ArticleEuroPython Society: EuroPython 2017: Official Dates
We are very happy to officially announce the confirmed dates for EuroPython 2017 in Rimini, Italy:EuroPython 2017: July 9-16 2017The conference will be structured as follows:July 9 - Workshops and...
View ArticleKushal Das: Running gotun inside Taskotron
A few weeks ago I wrote about how can we run gotun inside Jenkins. Following the same path, today I am writing how can we run gotun inside Taskotron. Tim Flink & Mike Ruckman (roshi) helped me to...
View Article