Catalin George Festila: Python and OAuth2 with Google API.
If you want to do this then is simple to do. The most complex part come from google settings.But that can be easy if you make it from few times.I used OAuth2 with json file to make authentification.You...
View ArticleFlavio Percoco: Embracing new languages in OpenStack
OpenStack has been an (almost) Python-only community for a very long time. Other programming languages have been used for very specific use cases - UI, configuration files, deployment tools, for...
View ArticlePyCon: Registration is open for PyCon 2017!
This year our conference registrar is happy to offer a sleek and more modern interface for registering and getting your hotel room for PyCon 2017 in Portland, Oregon! There were a few technical kinks...
View ArticleMike Driscoll: PyDev of the Week: Al Sweigart
This week we welcome Al Sweigart as our PyDev of the Week. Al is the author of the PyAutoGUI and Pyperclip packages. He is also the author of several Python books such as:Automate the Boring Stuff with...
View ArticleMike Driscoll: Python 101 is FREE for 48 hours!
Today I am releasing my first book, Python 101, for free for 48 hours. Python 101 was written as an introduction to the Python programming language. While it is intended for beginners, some have...
View ArticleDoug Hellmann: imaplib — IMAP4 Client Library — PyMOTW 3
imaplib implements a client for communicating with Internet Message Access Protocol (IMAP) version 4 servers. The IMAP protocol defines a set of commands sent to the server and the responses delivered...
View ArticlePossbility and Probability: On moving from Java into Python
Before coming to Python, I did a lot of work in Java. Java is pretty good language and environment, but it is different than Python. Beyond the language syntax there’s a ton little differences to be...
View ArticleNed Batchelder: Mac un-installs
The Mac is a nice machine and operating system, but there's one part of the experience I don't understand: software installation and uninstallation. I'm sure the App Store is meant to solve some of...
View ArticleCurtis Miller: Deceit in Politics; An Analysis of PolitiFact Data
Naturally, both Hillary Clinton and Donald Trump have been accused of lying; if I had told you in 2012 that both candidates from both political parties were being accused of lies, you would likely have...
View ArticleFrançois Dion: Something For Your Mind, Polymath Podcast episode 2
A is for AnomalyIn this episode, "A is for Anomaly", our first of the alphabetical episodes, we cover financial fraud, the Roman quaestores, outliers, PDFs and EKGs. Bleep... Bleep... Bleep..."so...
View ArticleFrançois Dion: Something For Your Mind, Polymath Podcast episode 3
"Improving your communications and Entrepreneurship"In this episode, , we will cover these two different topics. Specifically, we will talk about kinematic displays, improving your communications,...
View ArticlePhilip Semanchuk: Just in Time to Vote!
I just returned from Tunisia a couple of days ago.In 2014 and 2015 I worked for Caktus Group to help develop an SMS-based voter registration system on behalf of the Libyan government (specifically the...
View ArticleExperienced Django: KidsTasks: Another redesign!
My work on the KidsTasks app has hit a bit of a roadblock. I’ve been looking at adding forms for the users (i.e. mom) to assign new tasks to kids. As I’ve worked, I’ve realized that I made two...
View ArticleeGenix.com: PyDDF Python Sprint 2016
The following text is in German, since we're announcing a Python sprint in Düsseldorf, Germany.AnkündigungPyDDF Python Sprint 2016 in DüsseldorfSamstag, 19.11.2016, 10:00-18:00 Uhr Sonntag, 20.11.2016,...
View ArticleTalk Python to Me: #84 Are we failing to fund Python's core infrastructure?
When was the last time you used a 3rd party package in Python? Have you recently pip installed SQLAlchemy? Maybe looked up the documentation on a package you found on PyPI? <br/> <br/> The...
View ArticleS. Lott: PyData DC 2016 -- YouTube Channel
All The Talks: https://www.youtube.com/playlist?list=PLGVZCDnMOq0qLoYpkeySVtfdbQg1A_GiBYou will learn a lot.Me: Steven Lott | NoSQL doesn't mean No SchemaSteven Lott | The Five Kinds of Python...
View ArticleRobin Parmar: How to building a website in 2016
After many years I have updated my personal website. In the process I had to consider what might be the "right way" to build a site in the current era. This post will discuss different options,...
View ArticleMike Driscoll: Python 201 is the Featured Book on Leanpub Today
Leanpub is featuring my second book on their homepage today:You can get the book for 50% off until tomorrow by using the following link: http://leanpub.com/python201/c/50percentPython 201 covers the...
View ArticleWesley Chun: Using the Google Slides API with Python
NOTE: The code covered in this post are also available in a video walkthrough however the code here differs slightly, featuring some minor improvements to the code in the video.IntroductionOne of the...
View Article