Jaime Buelta: ffind v1.0.2 released!
The new version of ffind (1.0.2) is available in GitHub and PyPi. This version includes the ability to execute python modules and scripts directly and some other minor improvements. Happy developing!...
View ArticleMike Driscoll: PyDev of the Week: Karsten Hilbert
This week we welcome Karsten Hilbert as our PyDev of the Week! Karsten took over the GNUmed project, which is a an open source electronic medical record program written mostly in Python. Let’s take a...
View ArticleDoug Hellmann: configparser — Work with Configuration Files — PyMOTW 3
Use the configparser module to manage user-editable configuration files for an application. The contents of the configuration files can be organized into groups and several option value types are...
View ArticleKushal Das: Fedora 24 Cloud/Atomic test day tomorrow
Tomorrow we are going to have a test day for Fedora 24 Cloud/Atomic images. The details of the event can be found in the wiki page. We also setup an event in the testdays application, this is where you...
View ArticleContinuum Analytics News: Community Powered conda Packaging: conda-forge
Developer BlogPostedMonday, May 9, 2016Filipe Fernandes Guest Blogger SECOORAPhilip Elson Guest Blogger Met OfficeMichael Sarahan Continuum AnalyticsJohn Kirkham Guest Blogger Howard Hughes Medical...
View ArticleEnthought: Webinar: Fast Forward Through the “Dirty Work” of Data Analysis:...
No matter whether you are a data scientist, quantitative analyst, or an engineer, whether you are evaluating consumer purchase behavior, stock portfolios, or design simulation results, your...
View ArticleeGenix.com: eGenix pyOpenSSL Distribution 0.13.15 GA
IntroductionThe eGenix.com pyOpenSSL Distribution includes everything you need to get started with SSL in Python. It comes with an easy to use installer that includes the most recent OpenSSL library...
View ArticleS. Lott: Why Python? What's it good for? How is it special?
First. The question is moot. It's a programming language. It's good for programming.When I push back, folks try to produce languages which exist only in certain pigeon holes."You know. PHP is for web...
View ArticleReal Python: Deploying Django + Python 3 + PostgreSQL to AWS Elastic Beanstalk
The following is a soup to nuts walkthrough of how to set up and deploy a Django application, powered by Python 3, and PostgreSQL to Amazon Web Services (AWS) all while remaining...
View ArticleWeekly Python Chat: Python Packaging
If you're a Python programmer creating your first open source project, this Python chat will help you learn how to package your Python code and share it with the world.Special guest Micah Denbraver...
View ArticleTalk Python to Me: #58 Create better Python programs with concurrency,...
What do you focus on once you've learned the core concepts of the Python programming language and ecosystem? <br/> <br/> Obviously, knowing a few fundamental packages in your space is...
View ArticlePython Engineering at Microsoft: How to debug Python Azure Worker Roles
Two months ago I wrote a blog post on Python 3 Adoption. If you want to read the first post you can find it here.In the two months since that blog post was written we have more data to process and I...
View ArticleData School: Easier data analysis in Python with pandas (video series)
Last year, I poured my heart and soul into a 4-hour video series teaching machine learning in Python with scikit-learn. It has been popular among beginner and intermediate scikit-learn users, and has...
View ArticleNed Batchelder: Coverage.py 4.1b3 and the truth about Coverage.py
Work on Coverage.py 4.1 is continuing: beta 3 is available. If you haven't used any of the 4.1 betas, the big change is that branch coverage has been completely rewritten. The new code produces much...
View ArticleAnatoly Techtonik: Open Source, Death, and Open Economy
Open Source is a great idea, great movement and a great boost to the progress of civilization. Open Data made transparent governments possible, which allowed people to regulate tough problems, not hide...
View ArticleeGenix.com: eGenix PyRun - One file Python Runtime 2.2.0 GA
IntroductioneGenix PyRun™ is our open source, one file, no installation version of Python, making the distribution of a Python interpreter to run based scripts and applications to Unix based systems as...
View ArticleIan Ozsvald: PyDataLondon 2016 Conference Write-up
We’ve just run our 3rd PyDataLondon Conference (2016)– 3 days, 4 tracks, 330 people.This builds on PyDataLondon 2015. It was ace! If you’d like to be notified about PyDataLondon 2017 then join this...
View ArticleTryton News: Translation Release for series 4.0
Due to an issue with Pootle, the initial release of series 4.0 is missing many translations. So we decided to make new set of releases with the correct translations even if it breaks rule of no...
View ArticlePyCharm: Announcing PyСharm 2016.1.3 with important fixes
PyCharm 2016.1.3 is now available from the download page. It also will be available shortly as a patch update from within the IDE.Some notable highlights of this update include:A number of fixes for...
View Articlehypothesis.works articles: Generating the right data
One thing that often causes people problems is figuring out how to generate the right data to fit their data model. You can start with just generating strings and integers, but eventually you want to...
View Article