Graham Dumpleton: Python virtual environments and Docker.
When creating a Docker base image for running Python applications, you have various choices for how you can get Python installed. You can install whatever Python version is supplied by your operating...
View ArticleTalk Python to Me: #41 Getting your first dev job as a Python developer (part 2)
How often do you meet people who are looking to get into the software development space? Do they ask you for advice? Maybe they want to know your story of how you got started and landed that first big...
View ArticleContinuum Analytics News: Numba 0.23 Has Been Released!
Developer BlogPostedFriday, January 15, 2016 .bokeh table { border: none; } .bokeh td { padding: 0; } With this latest release of Numba, we're excited to be able to deliver several frequently requested...
View ArticleAbu Ashraf Masnun: Embedding IPython in your application
If you work with Python regularly, you probably know about IPython already. IPython has web based notebooks, QT based GUI consoles and plain old simple Terminal based REPL which is simply fantastic....
View ArticleJohn Cook: Spectral coordinates in Python
A graph doesn’t have any geometric structure unless we add it. The vertices don’t come with any position in space. The same graph can look very different when arranged different ways.Spectral...
View ArticlePyTennessee: PyTN Profiles: Susan Tan (@arctansusan) and Intellovations...
Speaker: Susan Tan (@arctansusan)Susan is a software engineer at Cisco via the acquisition of Piston, a cloud computing startup located in San Francisco. She likes to use Python-based web frameworks...
View Articleبايثون العربي: كيفية إنشاء و التعامل مع الروابط في جانغو
في هذا الدرس سنقوم ببناء أول صفحة ويب وهي الصفحة الرئيسية للمدونة ، ولكن قبل هذا دعونا نتعلم قليلا عن الروابط وكيفية التعامل معها في جانغو.إن الروابط الأنيقة والمصممة بشكل جيد جزء لا يتجزأ من مشاريع...
View ArticleWeekly Python StackOverflow Report: (ii) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2016-01-15 17:54:29 GMTMost pythonic way to interleave two strings -...
View ArticleWill Kahn-Greene: pyvideo status: January 15th, 2016
What is pyvideo.orgpyvideo.org is an index of Python-related conference and user-group videos on the Internet. Saw a session you liked and want to share it? It's likely you can find it, watch it, and...
View ArticleA. Jesse Jiryu Davis: Experiences Migrating to Lektor
Over the last few weeks I've ported this blog, with over 400 articles, to Armin Ronacher's new static site generator Lektor. Lektor will grow and mature for years to come, but it isn't too early to...
View ArticleKay Hayen: Nuitka Release 0.5.18
This is to inform you about the new stable release of Nuitka. It is the extremely compatible Python compiler. Please see the page "What is Nuitka?" for an overview.This release mainly has a scalability...
View ArticleKristján Valur Jónsson: Mutable default arguments are your friend.
In a recent comment to an elderly post of mine, I was asked about the following code: def mywrapper(func, args=(), kwargs={}): ... The commenter though that I should have made a special mention about...
View ArticleNed Batchelder: Isolated @memoize
When calling functions that are expensive, and expected to return the same results for the same input, lots of people like using an @memoize decorator. It uses a cache to quickly return the same...
View Articleبايثون العربي: مكتبة مقبس الويب urllib2
يعتبر تحليل تطبيقات الويب في غاية الأهمية بالنسبة لمجربي الإختراق وخبراء الحماية ، في معظم الشبكات الحديثة تعتبر تطبيقات الويب من أكبر الأهداف القابلة والمعرضة للهجوم والأخطار وهذا لأنها مكشوفة للجميع...
View ArticlePodcast.__init__: Episode 40 - Ben Darnell on Tornado
Visit our site to listen to past episodes, support the show, join our Discourse community, and sign up for our mailing list.SummaryIf you are trying to build a web application in Python that can scale...
View ArticleGlyph Lefkowitz: Stop Working So Hard
Recently, I saw this tweet where John Carmack posted to a thread on Hacker News about working hours. As this post propagated a good many bad ideas about working hours, particularly in the software...
View ArticleKushal Das: First January Fedora meetup in Pune
Last Friday we had the first Fedora meetup in January here in Pune. This was the first of the many upcoming meetups/workshops. The venue for this meetup was moved to Sayan’s apartment as we never found...
View ArticleGraham Dumpleton: Automating deployment of Lektor blog sites.
Towards the end of last year, Armin Ronacher formally announced a new project of his called Lektor. Armin is one of those developers who when he creates some new piece of software, or publishes a blog...
View ArticleContinuum Analytics News: Using Bokeh at NIST
Developer BlogPostedMonday, January 18, 2016Craig Weinschenk EngineerJoseph Willi .bokeh table { border: none; } .bokeh td { padding: 0; } DisclaimerCertain trade names or company products are...
View ArticleRuslan Spivak: Let’s Build A Simple Interpreter. Part 8.
Today we’ll talk about unary operators, namely unary plus (+) and unary minus (-) operators.A lot of today’s material is based on the material from the previous article, so if you need a refresher just...
View Article