963 shaares
117 results
tagged
python
This is the Python client library for Google's discovery based APIs. To get started, please see the full documentation for this library. Additionally, dynamically generated documentation is available for all of the APIs supported by this library.
An alternative to shipping your code is freezing it — shipping it as an executable with a bundled Python interpreter. Many applications you use every day do this.
Flask-Stormpath is an extension for Flask that makes it incredibly simple to add users and user data to your application. It aims to completely abstract away all user registration, login, authentication, and authorization problems, and make building secure websites painless. And the best part? You don’t even need a database!
Unfortunately, while Flask is an excellent framework, it has one fatal flaw: authentication. As someone who’s been writing Flask apps since practically day 1, the single largest problem I’ve seen in the community and ecosystem is lack of a good authentication framework.
If you are a Flask developer right now, and in the process of figuring out how to build support for user accounts (and user data) into your application: I can’t help but think you’re going to have a difficult time. Why? Because you’re essentially limited to a few (subpar) choices
If you are a Flask developer right now, and in the process of figuring out how to build support for user accounts (and user data) into your application: I can’t help but think you’re going to have a difficult time. Why? Because you’re essentially limited to a few (subpar) choices
Flask-OAuth is an extension to Flask that allows you to interact with remote OAuth enabled applications. Currently it only implements the consumer interface so you cannot expose your own API with OAuth.
Flak-OAuth depends on the python-oauth2 module.
Flak-OAuth depends on the python-oauth2 module.
How to generate a string with n characters in Python.
Quick answer to get a 10 characters x string :
string_val = "x" * 10
Quick answer to get a 10 characters x string :
string_val = "x" * 10
Simple API to access Netatmo weather station data from any python script (for Netatmo information, see www.netatmo.com)
Sample
This document provides all the basic information you need to start using the library. It covers important library concepts, shows examples for various use cases, and gives links to more information.
Google Calendar API V3 Python
Hundreds of articles on Python and related technologies (including PIL, ElementTree, Tkinter, and other extensions).
Some Books. (the eff-bot guide to) The Python Standard Library, Python Imaging Library Handbook, An Introduction to Tkinter.
Some Code. Source code for various Python modules, available via Subversion (stable vendor drops) and Mercurial (works in progress).
Some Downloads. Assorted Python modules, extensions, and other artifacts.
Some Books. (the eff-bot guide to) The Python Standard Library, Python Imaging Library Handbook, An Introduction to Tkinter.
Some Code. Source code for various Python modules, available via Subversion (stable vendor drops) and Mercurial (works in progress).
Some Downloads. Assorted Python modules, extensions, and other artifacts.
differences between list and tuple in Python.
Iteration sur les éléments d'un dictionnaire
Les icones dans tkinter/Python doivent être au format xbm, par ailleurs, leur nom doit être précédé de @ :
ex: win.iconbitmap('@py-blue-trans-out.xbm')
ex: win.iconbitmap('@py-blue-trans-out.xbm')