Code Archive Skip to content Google About Google Privacy Terms
pythonã®æ¥ä»é¢é£ã®æä½ã¡ã¢ã§ãã pythonã¯ãæ¨æºã§datetimeã¢ã¸ã¥ã¼ã«ãcalendarã¢ã¸ã¥ã¼ã«ãtimeã¢ã¸ã¥ã¼ã«ã«æ¥ä»é¢é£ã®æä½ãæä¾ããã¦ãã¾ããã¾ãã¯ãpythonã®æ¨æºã¢ã¸ã¥ã¼ã«ã§ã®æ¥ä»å¦çãã¾ã¨ãã¦ã¿ã¾ãã ï¼ï¼æ¨æºã¢ã¸ã¥ã¼ã«ã使ã£ãæ¥ä»å¦ç ç¾å¨ã®æ¥ä»ãå¾ã from datetime import date date.today() # datetime.date(2009, 7, 8) from datetime import date import time date.fromtimestamp(time.time()) # datetime.date(2009, 7, 8) ç¾å¨æ¥æãå¾ã from datetime import datetime datetime.now() # datetime.datetime(2009, 7, 8, 22,
Not your computer? Use a private browsing window to sign in. Learn more about using Guest mode
æãã¯è¨èã«ã ã¯ã¦ãªããã°ã¯ãããªãã®æããèããæ®ãããã ãã¾ãã¾ãªäººã綴ã£ãå¤æ§ãªä¾¡å¤è¦³ã«è§¦ãããã§ããå ´æã§ãã
The Python SQL Toolkit and Object Relational Mapper SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL. It provides a full suite of well known enterprise-level persistence patterns, designed for efficient and high-performing database access, adapted into a simple and Pythonic domain language. Documentation Curre
ããã«ã¡ã¯ï¼4æããå ¥ç¤¾ããYet Another Sakatokuãé å¾³åå°ã§ããä»ã¾ã§åãã¯ã©ã¹ãåãè·å ´ã«å¥ã®ãé å¾³ããããããã®ãçµé¨ãããã¨ããªãã®ã§ä¸æè°ãªæ°åã§ãã ã¦ãã¦ã§ã¯æ°è¦ãµã¼ãã¹ã®éçºãæ å½ãããã¨ã«ãªã£ãã®ã§ãããè¨èªããã¬ã¼ã ã¯ã¼ã¯ã®é¸æã¯éçºè ã«ä»»ããã¦ããã¨ãããã¨ãªã®ã§ãPythonã¨Djangoã®çµã¿åããã§éçºãå§ãããã¨ã«ãã¾ããã Pythonã§ã®Webéçºã¯ãæ¥æ¬ã§ã¯ã¾ã ã¡ã¸ã£ã¼ã§ã¯ãªãã¨æãã®ã§ããã®ã¦ãã¦ã©ãã§tipsããã©ã¤ãã©ãªã»ãã¬ã¼ã ã¯ã¼ã¯ã®ä½¿ãæ¹ãç´¹ä»ã§ããã°ã¨æãã¾ãã ä»åã¯ãåãå ¥ç¤¾ãã¦ããæåã«è¡ã£ãPythonéçºç°å¢ã®ã»ããã¢ããã«ã¤ãã¦æ¸ãã¦ã¿ããã¨æãã¾ãã virtual-pythonã§éçºç°å¢ãã¤ãã éçºã«ããã£ã¦æ§ã ãªã©ã¤ãã©ãªãã¤ã³ã¹ãã¼ã«ããå¿ è¦ãåºã¦ãã¾ãããé常ã®Pythonã®ãã¼ã ãã£ã¬ã¯ããªãä¾ã
Pythonçã®Capistranoã¨è¨ããã¦ä¹ ããFabricã ãã©ãããã¥ã¡ã³ãéãã«ãã£ã¦ãå ¨ãåããªãã£ãçµé¨ãããã®ã§ãã£ã¨ã¹ã«ã¼ãã¦ãããhttp://pypi.python.org/pypi/Fabric/0.9rc1http://docs.fabfile.org/0.9/PyPIã«ä¸ãã£ã¦ãã0.9ã¨ãããã¼ã¸ã§ã³ã¯ãã¾ãã¾ãåãã®ã§æ¤è¨ãã価å¤ããããã¤ã³ã¹ãã¼ã«ã¯ãã¤ãéãã $ pip install Fabric åºæ¬çãªãã¨Fabricãã¤ã³ã¹ãã¼ã«ããã¨fabã¨ããã¹ã¯ãªãããã¤ã³ã¹ãã¼ã«ãããã®ã§ã $ fab -H localhost -f fabfile.py command> ã®ããã«ãã¦å®è¡ãããfabfile.pyã¯è¨å®ãã¡ã¤ã«ã®ååã ããfabfile.pyã¨ããååã§è¨å®ãã¡ã¤ã«ãä¿åãã¦ããã°çç¥ã§ããã-Hãªãã·ã§ã³ã¯ãã¹ãåã®æå®ããªãã·ã§
Bottle is a fast and simple WSGI-framework for the Python Programming Language. It offers request dispatching with url parameter support (routes), templates, key/value databases, a build-in HTTP server and adapters for many third party WSGI/HTTP-server and template engines. All in a single file and with no dependencies other than the Python standard library. Installation and Dependencies You can i
¶ Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. By using non-blocking network I/O, Tornado can scale to tens of thousands of open connections, making it ideal for long polling, WebSockets, and other applications that require a long-lived connection to each user. Quick links¶ Current version: 6.4.2 (download from PyPI, release notes) Sour
ã©ã³ãã³ã°
ã©ã³ãã³ã°
ã©ã³ãã³ã°
ãªãªã¼ã¹ãé害æ å ±ãªã©ã®ãµã¼ãã¹ã®ãç¥ãã
ææ°ã®äººæ°ã¨ã³ããªã¼ã®é ä¿¡
å¦çãå®è¡ä¸ã§ã
j次ã®ããã¯ãã¼ã¯
kåã®ããã¯ãã¼ã¯
lãã¨ã§èªã
eã³ã¡ã³ãä¸è¦§ãéã
oãã¼ã¸ãéã
{{#tags}}- {{label}}
{{/tags}}