Welcome to AWS Marketplace Discover, deploy, and manage software that runs on AWS The most subscribed products last month
言語としての一貫性を重視したPython 3の進化:よりPythonicなPythonを目指して(後編)(1/2 ページ) Python 3.0では、Python 2で書かれたスクリプトが動かなくなるような実装が行われた。なぜ、後方互換性を崩してまで大きな仕様変更を行ったのか。それは、PythonがよりPythonらしくあるためだ。 前編「Python 3が後方互換性を捨てても求めたもの」では、後方互換性を犠牲にしてでも、よりPythonらしくあるために仕様を変更したことに触れながら、いくつかの機能変更を見てきました。 それは、「誰もが正しいと考える、たった1つの方法をできる限り採用する(There should be one-and preferably only one-obvious way to do it)」というPythonの設計思想を、より高次元で実現するために必要だったから
timezone を置き換えるのに一番スマートなのはなんだろうと考えていたら、 松尾さん(tmatsuo) にサンプルソースを見せていただいて、replace が一番シンプルという事を教えていただきました。 >>> from datetime import datetime, date, time >>> now = datetime.now() >>> tz = zoneinfo.gettz('Asia/Tokyo') >>> now.replace(tzinfo=tz) datetime.datetime(2009, 2, 28, 23, 50, 35, 250110, tzinfo=tzfile('Asia/Tokyo'))
python2.6になって、md5モジュールとshaモジュールをインポートすると >>> import md5 __main__:1: DeprecationWarning: the md5 module is deprecated; use hashlib instead >>> import sha __main__:1: DeprecationWarning: the sha module is deprecated; use the hashlib module instead ワーニングが出てくる。ワーニングは出るけど、使えない事はない。しかし、これがpython3.0だと >>> import md5 Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No mo
In the world of databases and programming, optimizing your workflow can have a huge impact on your productivity and effectiveness. One area in particular where this holds true is in creating views on MySQL databases. Views are a way to create virtual tables from existing tables or create custom queries that join multiple tables together…. Read More In the age of high-tech advancements, Linux is be
Yeah, I said it. The Windows 7 taskbar is the most important Windows UI change since Windows 95, and it will dramatically change the way you use Windows. And it’s better than the Mac’s Dock. That’s because the “superbar”—as the taskbar is known by developers—jerks taskbar functionality in a new direction. It’s no longer merely a window manager—just a place to manage open windows and by proxy, open
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く