Mike Driscoll: PyDev of the Week: David Goodger
This week we welcome David Goodger as our PyDev of the Week! David is the original author of reStructuredText and Docutils. He has an old school website where you can get an idea of what he’s been up...
View ArticleDoug Hellmann: fnmatch — Unix-style Glob Pattern Matching — PyMOTW 3
The fnmatch module is used to compare filenames against glob-style patterns such as used by Unix shells. Read more… This post is part of the Python Module of the Week series for Python 3. See...
View ArticleCatalin George Festila: Use te tweepy to deal with twitter api - part 001.
I will show you how to install the python module named tweepy and how to make authentication into twitter webpage.This will install the tweepy python module.C:\>cd Python27C:\Python27>cd...
View ArticleReal Python: Introduction to MongoDB and Python
Python is a powerful programming language used for many different types of applications within the development community. Many know it as a flexible language that can handle just about any task. So,...
View ArticleCalvin Spealman: Let's Make A Game: Three New Episodes Available
My game development video project, Let's Make A Game, is still underway. There are three more episodes available, for a total of six episodes released so far.Let's Make A Game! Off And On Again:...
View ArticleAndre Roberge: Reeborg's answer to pip
If you are not familiar with Reeborg's World, then this post is likely not of interest to you and I apologize for the title. As Python programmers know, pip is extremely convenient to install Python...
View ArticleDaniel Bader: How to speak at a Python conference
How to speak at a Python conferenceMy tutorial on how you can get a first-time speaking gig at a tech conference like PyCon as a software developer.I gave a talk at PyCon Germany this year and I was...
View ArticlePython Engineering at Microsoft: Publish to Azure in Visual Studio 2017
This week, those of you using Visual Studio 2017 RC will be getting an update notification. This is a refresh of RC, with a whole lot of improvements and fixes (based on your feedback), and a selection...
View ArticleLintel Technologies: How Implement Multiservice in Twisted.
Multiservice module is service collection provided by twisted, which is useful for creating a new service and combines with two or more existing services.The major tools that manages Twisted...
View ArticleS. Lott: Amazing how Windows is “special.”
Here's the quote:...it is amazing how Windows is “special.” Back when ..., special things had to be done for Windows. Python continues the tradition w/ an entire section in its doco titled “3. Using...
View ArticlePyCharm: Python 3.6: A quick look
The new version of Python, version 3.6, is planned to be released on Friday December 16th. Let’s take a quick look at the new features that are included in this release, and play around with it a...
View ArticleContinuum Analytics News: Counting Down to AnacondaCON 2017
Company BlogTuesday, December 13, 2016Michele ChambersEVP Anaconda Business Unit & CMOContinuum Analyticsfairmarket (1).jpgThe entire #AnacondaCREW is busy gearing up for our inaugural user...
View ArticlePeter Bengtsson: Using Fanout.io in Django
Earlier this year we started using Fanout.io in Air Mozilla to enhance the experience for users awaiting content updates. Here I hope to flesh out its details a bit to inspire others to deploy a...
View ArticleWesley Chun: Formatting text with the Google Slides API
IntroductionIf you know something about public speaking, you're aware that the most effective presentations are those which have more images and less text. As a developer of applications that...
View ArticleGlyph Lefkowitz: A Blowhard At Large
I don’t like Tweetstorms™1, or, to turn to a neologism, “manthreading”. They actively annoy me. Stop it. People who do this are almost always blowhards.Blogs are free. Put your ideas on your blog.As...
View ArticleExperienced Django: Build Tools
I’m doing a survey for build tools in python. Now, before any of you say “make”, be warned that I’ve been doing C and C++ programming for decades and even those project don’t even use make anymore if...
View ArticleCatalin George Festila: Use the twitter python module - part 001.
About this python module python-twitter you can read here.C:\>cd Python27C:\Python27>cd ScriptsC:\Python27\Scripts>pip install python-twitterCollecting python-twitterDownloading...
View ArticleDataCamp: Python Data Visualization: Bokeh Cheat Sheet
Bokeh distinguishes itself from other Python visualization libraries such as Matplotlib or Seaborn in the fact that it is an interactive visualization library that is ideal for anyone who would like to...
View ArticlePython Anywhere: New release, ft. 2016-style Javascript and the Deep Tarpit.
The main driver for our release this morning was a move, behind the scenes, to put our servers into a "VPC", and despite the fact that it'll have no visible impact, it was a significant change to the...
View Article