Import Python: ImportPython Issue 92 - django-perf-rec track django...
Worthy ReadPython alias commands that play nice with virtualenvOver the years, I’ve come up with my own Python aliases that play nice with virtual environments. For this post, I tried to stay as...
View ArticleImport Python: ImportPython Issue 93
Worthy ReadSetting up Sublime Text for Python DeveloperssublimeWe have been sharing Daniel's articles and videos from this youtube channel https://www.youtube.com/channel/UCI0vQvr9aFn27yR6Ej6n5UA for a...
View ArticleImport Python: ImportPython Issue 94
Worthy ReadReview of Djaneiro, a Sublime Text plugin for Django development.django,sublimeIn this review I’ll explain how Djaneiro can make your Django development workflow more productive and I’ll go...
View ArticleImport Python: ImportPython Issue 95
Worthy ReadFixing Python Performance with RustperformanceExcellent post from Armin Ronacher on tackling a CPython performance bottleneck with a custom Rust extension module. How to create read only...
View ArticleImport Python: Why Another Python Newsletter ?
Have been subscriber of Python Weekly for a long time and lately Pycoder's weekly. Both newsletters do a tremendous job. Have learned a lot from the links they share every week. Then why launch Yet...
View ArticleImport Python: Terms, Conditions and Privacy
Importpython weekly newsletter has been gaining subscribers and it's high time for us to have a proper terms and conditions in place. We finally do.Click Here To Read.
View ArticleImport Python: Halting Content Recommendation and Ranking
Gmail marked all emails ( Issue no 15 ) as SPAM. Many subscribers brought it to our notice. Why ? Our guess is Massive unique URL generation To track which subscriber has clicked on which...
View ArticleImport Python: Python Practice Book Review
Python Practice Book is written by Anand Chitipothu. Python Practice Book introduces one Python language concept at a time and immediately follows up with a questions or two to test your understanding...
View ArticleImport Python: Porting To Python 3 Book Campaign
TL;DR version of the post: We love Python 3. Porting to Python 3- Edition 2 is an awesome book. There is a campaign underway to get the book updated and free for all to read / contribute to. Have a...
View ArticleImport Python: Free Community Run Python Job Board
Unofficial Python Job Board is a 100% free and community run job board. To add a job vacancy/posting simply send a pull request ( yes you read that correctly ) to Python Job RepositorySubmitting a Job...
View ArticleVasudev Ram: Read from CSV with D, write to PDF with Python
By Vasudev RamCSV => PDFHere is another in my series of applications of xtopdf, my PDF creation toolkit for Python (xtopdf source here).This xtopdf application is actually a pipeline (nothing...
View ArticleKushal Das: Science Hack Day India 2016
Few months back Praveen called to tell me about the new event he is organizing along with FOSSASIA, Science Hack Day, India. I never even registered for the event as Praveen told me that he just added...
View ArticleA. Jesse Jiryu Davis: Announcing Motor 0.7
Three weeks after I released the beta, I’m proud to present Motor 0.7.For asynchronous I/O Motor now uses a thread pool, which is faster and simpler than the prior implementation with greenlets. It no...
View ArticleContinuum Analytics News: Recursion Pharmaceuticals Selects Anaconda to...
NewsWednesday, October 26, 2016Open Data Science Platform Accelerates Time-to-Market for Drug RemediesAUSTIN, TX—October 26, 2016—Continuum Analytics, the creator and driving force behind Anaconda, the...
View ArticleContinuum Analytics News: Recursion Pharmaceuticals Wants to Cure Rare...
Company BlogWednesday, October 26, 2016Michele ChambersEVP Anaconda Business Unit & CMOContinuum AnalyticsToday we are pleased to announce that Continuum Analytics and Recursion Pharmaceuticals are...
View ArticleZaki Akhmad: Fail Running Test Code
I was recalling, how did I run the test code. Until I found that I had written the snippet. I copy-paste it… and the test code was fail. Something wrong. No changes in the test code since my last...
View ArticleMike Driscoll: Creating Graphs with Python and GooPyCharts
Over the summer, I came across an interesting plotting library called GooPyCharts which is a Python wrapper for the Google Charts API. In this article, we will spend a few minutes learning how to use...
View ArticleZato Blog: Interesting real-world Single Sign-On with JWT, WebSockets and Zato
OverviewIn a recent project, an interesting situation occurred that let JSON Web Tokens (JWT) and WebSockets, two newly added features of Zato middleware server, be nicely employed in practice with...
View ArticleFull Stack Python: How to Build Your First Slack Bot with Python
Bots are a useful way to interact with chat services such as Slack. If you have never built a bot before, this post provides an easy starter tutorial for combining the Slack API with Python to create...
View ArticleFull Stack Python: Dialing Outbound Phone Calls with a Bottle Web App
Python web apps built with the Bottle web framework can send and receive SMS text messages. In this tutorial we will go beyond texting and learn how to dial outbound phone calls. The calls will read a...
View Article