Profile

カバー写真
認証済
3,236,815 回表示
基本情報投稿フォト動画

Stream

Python

一般公開で共有しました  - 
 
Every 11 year-old in Britain will be getting the BBC Micro Bit this autumn. The platform will be programmable with three programming languages: Touch Develop (https://www.touchdevelop.com/), C++, and Python.

The Python Software Foundation is a supporting organization of this initiative. The PSF blog post on the topic can be found at http://pyfound.blogspot.com/2015/03/bbc-launches-microbit.html
 ·  翻訳
443
133
Dmitry Romantsov さんのプロフィール写真Салават Хакимзянов さんのプロフィール写真bhargav kanumuri さんのプロフィール写真Mike Redrobe さんのプロフィール写真
21 件のコメント
 
Interesting... this is not the Micro Bit - it's PIC based, so fundamentally different - but it looks awfully similar: https://www.kickstarter.com/projects/922345933/codebug/
 ·  翻訳
コメントしよう

Python

一般公開で共有しました  - 
 
Python 2.7.9rc1 is out for testing! Please give it a spin and report any issues to bugs.python.org as this release will contain a bunch of security improvements related to SSL.

"""
Python 2.7.9rc1 is the first release candidate for the next bugfix version of the Python 2.7 series. Python 2.7.9 will include several significant changes unprecedented in a "bugfix" release:

* The entirety of Python 3.4's ssl module has been backported for Python 2.7.9. See PEP 466 for justification.
* HTTPS certificate validation using the system's certificate store is now enabled by default. See PEP 476 for details.
* SSLv3 has been disabled by default due to the POODLE attack.
* The ensurepip module module has been backported, which provides the pip package manager in every Python 2.7 installation. See PEP 477.
"""
 ·  翻訳
The official home of the Python Programming Language
155
28
katty ramos さんのプロフィール写真sunil kumar Sahu さんのプロフィール写真Puget Sound Python さんのプロフィール写真Antoniojr Avellanosa さんのプロフィール写真
46 件のコメント
 
Also recommend CX freeze for compile to exe 
 ·  翻訳
コメントしよう

Python

一般公開で共有しました  - 
 
"""Python 2.7.8 was released on July 1, 2014. This release includes regression and security fixes over 2.7.7 including:

* The openssl version bundled in the Windows installer has been updated.
* A regression in the mimetypes module on Windows has been fixed.
* A possible overflow in the buffer type has been fixed.
* A bug in the CGIHTTPServer module which allows arbitrary execution of code in the server root has been patched.
* A regression in the handling of UNC paths in os.path.join has been fixed.
"""
 ·  翻訳
The official home of the Python Programming Language
236
31
Jesus Rafael Picon Minichini さんのプロフィール写真Bill Hayes さんのプロフィール写真Regis Boudinot さんのプロフィール写真Spericorn Technology Pvt Ltd さんのプロフィール写真
50 件のコメント
 
Good commend Akbar Ebrahimi Fard, I totally agree
 ·  翻訳
コメントしよう

Python

一般公開で共有しました  - 
 
"""Python 3.4.1 has over three hundred bugfixes and other improvements over 3.4.0. One notable change: the version of OpenSSL bundled with the Windows installer no longer has the "HeartBleed" vulnerability."""
 ·  翻訳
The official home of the Python Programming Language
173
24
Nick Toda さんのプロフィール写真Sky Cen さんのプロフィール写真Julien Piccini さんのプロフィール写真Adam M. さんのプロフィール写真
28 件のコメント
 ·  翻訳
コメントしよう

Python

一般公開で共有しました  - 
 
PyCon 2014 videos are starting to come online.
The conference is far from over.
 ·  翻訳
URL: https://us.pycon.org/2014/; Description: PyCon is the largest annual gathering for the community using and developing the open-source Python programming language. It is produced and underwritten by the Python Software Foundation, the 501(c)(3) nonprofit organization dedicated to advancing ...
319
102
Ryan Scarbery さんのプロフィール写真Ming Chen さんのプロフィール写真Terry Ferguson さんのプロフィール写真Mike Fleming さんのプロフィール写真
6 件のコメント
 
+Piotr Bienkowski Thanks for your reply after almost a year! :)
I also changed after this time (from April 2014 which I commented!).
Now, or in fact, After that code Typhon, I choose another language which was my dreamy language. That language has everything I was searched for it. Now I only learn and develop my softwares by that. That language is #Java  
Only C, C++ and Assembly are more powerful than Java (in my opinion)
 ·  翻訳
コメントしよう

Python

一般公開で共有しました  - 
 
Python 3.4.0 was released on March 16th, 2014.

Major new features of the 3.4 series, compared to 3.3

Python 3.4 includes a range of improvements of the 3.x series, including hundreds of small improvements and bug fixes. Among the new major new features and changes in the 3.4 release series are

* PEP 428, a "pathlib" module providing object-oriented filesystem paths
* PEP 435, a standardized "enum" module
* PEP 436, a build enhancement that will help generate introspection information for builtins
* PEP 442, improved semantics for object finalization
* PEP 443, adding single-dispatch generic functions to the standard library
* PEP 445, a new C API for implementing custom memory allocators
* PEP 446, changing file descriptors to not be inherited by default in subprocesses
* PEP 450, a new "statistics" module
* PEP 451, standardizing module metadata for Python's module import system
* PEP 453, a bundled installer for the pip package manager
* PEP 454, a new "tracemalloc" module for tracing Python memory allocations
* PEP 456, a new hash algorithm for Python strings and binary data
* PEP 3154, a new and improved protocol for pickled objects
* PEP 3156, a new "asyncio" module, a new framework for asynchronous I/O
 ·  翻訳
The official home of the Python Programming Language
391
116
sreenu suraa さんのプロフィール写真Ankit Das さんのプロフィール写真Robert King さんのプロフィール写真Mo J. Al-Mughrabi さんのプロフィール写真
10 件のコメント
 
There is no such thing as best programming language Bro. +Shahab Baradaran Dilmaghani 
 ·  翻訳
コメントしよう
このユーザーのサークル内
11 人

Python

一般公開で共有しました  - 
 
Python 3.4.3 is out!

"""Python 3.4.3 was released on February 25th, 2015.

Python 3.4.3 has many bugfixes and other small improvements over 3.4.2.
"""
 ·  翻訳
The official home of the Python Programming Language
328
50
Dmitry “Umnik” Myachin さんのプロフィール写真Ange Abou さんのプロフィール写真Junjie Tao さんのプロフィール写真al-Serembani Studio さんのプロフィール写真
Onk en
+
2
3
2
 
:)
コメントしよう

Python

一般公開で共有しました  - 
 
Python 3.4.2 is out!

"""
Python 3.4.2 has many bugfixes and other small improvements over 3.4.1. One new feature for Mac OS X users: the OS X installers are now distributed as signed installer package files compatible with the OS X Gatekeeper security feature.
"""
 ·  翻訳
The official home of the Python Programming Language
321
53
Linwood Creekmore さんのプロフィール写真Laura Zarlino さんのプロフィール写真kader moossa さんのプロフィール写真Josef Podany さんのプロフィール写真
9 件のコメント
 
thank you for all your work at python
 ·  翻訳
コメントしよう

Python

一般公開で共有しました  - 
 
Python 2.7.7 has been released!

And an FYI in case you were not at PyCon or didn't hear about it afterwards, Python 2.7 support will exist until 2020 (http://legacy.python.org/dev/peps/pep-0373/).
 ·  翻訳
The official home of the Python Programming Language
242
49
Axel Magard さんのプロフィール写真Rupesh Reddy さんのプロフィール写真Adam M. さんのプロフィール写真Pandu Poluan さんのプロフィール写真
34 件のコメント
 
hey guys im a beginner with python i was hoping to find some good people who had some extra time and would help me on a project im working on for my college intro to scripting class my teacher is not very good so i figured the best way to find some extra help other then my school not having tutoring for the subject was to come online and hope for someone if your interested i have the module of the project and can easily share it to you thanks guys have a good  night
 ·  翻訳
コメントしよう
 
 
PyCon 2014 videos are starting to come online.
The conference is far from over.
 ·  翻訳
URL: https://us.pycon.org/2014/; Description: PyCon is the largest annual gathering for the community using and developing the open-source Python programming language. It is produced and underwritten by the Python Software Foundation, the 501(c)(3) nonprofit organization dedicated to advancing ...
元の投稿へのコメント 6 件
84
14
Roman Mednitzer さんのプロフィール写真Oscar Giraldo Castillo さんのプロフィール写真Ryan Halterman さんのプロフィール写真Joel Crocker さんのプロフィール写真
2 件のコメント
 
In english?
 ·  翻訳
コメントしよう

Python

一般公開で共有しました  - 
 
3.3 branch is now in security fix mode.
 ·  翻訳
[Python-Dev] 3.3 branch is now in security fix mode. Georg Brandl g.brandl at gmx.net. Mon Mar 17 19:23:56 CET 2014. Previous message: [Python-Dev] peps: The final update to PEP 429, the Python 3.4 release schedule. (I think!) Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] ...
63
4
rubinette null さんのプロフィール写真pancrazio carbotti さんのプロフィール写真Vesselin Kolev さんのプロフィール写真Pedro Pezzarini さんのプロフィール写真
 
Code Typhon is better than Python. Although Code Typhon uses Pascal types languages, but it has OOP and you could build programs by that very easier than Python and simultaneously you could build programs for any computer device with few clicks! www.pilotlogic.com
 ·  翻訳
コメントしよう

Python

一般公開で共有しました  - 
 
opensource.com recently covered the Google Summer of Code and GNOME Outreach Program for Women, both of which we're happily involved with! Check it out: http://opensource.com/life/14/3/google-summer-code-2014
 ·  翻訳
Mentoring organizations for Google Summer of Code 2014 share their plans for students and open source projects this year.
46
7
Syed Habib さんのプロフィール写真Pedro Pezzarini さんのプロフィール写真Alex Mogilevsky さんのプロフィール写真Naveed Hasan さんのプロフィール写真
3 件のコメント
 
when we come together as developers and not freelancers working "solo". for a start, please join google groups like python-ng
 ·  翻訳
コメントしよう
フォロー・サークル
このユーザーのサークル内
11 人
連絡先情報
連絡先情報
自己紹介
キャッチフレーズ
Python is a remarkably powerful dynamic programming language.
紹介文
>>> import this
The Zen of Python, by Tim Peters

Beautiful is better than ugly.
Explicit is better than implicit.
Simple is better than complex.
Complex is better than complicated.
Flat is better than nested.
Sparse is better than dense.
Readability counts.
Special cases aren't special enough to break the rules.
Although practicality beats purity.
Errors should never pass silently.
Unless explicitly silenced.
In the face of ambiguity, refuse the temptation to guess.
There should be one-- and preferably only one --obvious way to do it.
Although that way may not be obvious at first unless you're Dutch.
Now is better than never.
Although never is often better than *right* now.
If the implementation is hard to explain, it's a bad idea.
If the implementation is easy to explain, it may be a good idea.
Namespaces are one honking great idea -- let's do more of those!
リンク
ウェブサイト