見出し画像

Pythonista3 アップデート!2023.4

随分アップデートがなかったのですが、ついにバージョンアップがありました。

Pythonのバージョンが3.10に。2.7についてはデフォルトで使えないようになりました。アップルのショートカットに対応。マジックトラックパッドなどのiPadのポインティングディバイスにも対応ということなので、キーボード、マウスを接続してノートパソコンのように使えるのでしょうか。
そして待望されていたPandasの追加がありました。そのほかのモジュールもアップデートされているようです。
対応がiOS12以上ということで古いiPadでも動きそうですが自分の手持ちのiOS12 の古いiPad miniでアップデートして使おうと思いましたが起動せず。次のアップデートで使えるようになって欲しいですね。

Pythonistaは入力も予測変換でき実行も簡単にできるので使い勝手よく使えるソフトなのでバージョンアップしてさらに使いやすくなるのは良かったです。数年来バージョンアップがなかったのでどうなることかと思っていましたが、ほんと嬉しい限りです。

手持ちiPhone,iPadでちょこっとプログラミングして楽しむことができますね。

Version 3.4

  • Pythonista now supports Python 3.10, so you can use structural pattern matching, assignment expressions (added in 3.8), and many other new language features and improvements in the standard library. See What’s New in Python 3.10 for details.

  • Python 2.7 is no longer included. Official support from the PSF has ended in 2020, so this has been coming for a long time. In case you still have Python 2.7 code, the 2to3 tool is still available from the wrench menu.

  • Shortcuts integration: You can now use Pythonista scripts as actions in Apple’s Shortcuts app, without launching the app. You’ll find more information in the shortcuts module documentation and on the App Extensions and Shortcuts page.

  • Improved documentation with modernized theme, dark mode support, and additional content about third-party libraries.

  • Pythonista now requires iOS 12 or later.

  • Improved support for the Magic Trackpad (and other pointer devices) on iPadOS.

  • New text selection gestures in the editor for iOS 13+ (closer to system text gestures).

  • Added pandas and various other third-party modules. A lot of previously-included third-party libraries also have been updated to more recent versions.

  • Bug fixes:

    • Fixed an annoying issue with the up/down arrow keys not working correctly in the editor.

    • Fixed an issue with the “dock accessory panel” button disappearing sometimes.


使い方は"Pythonista3 Advent Calendar 2022"でたくさん、みなさん投稿されていますので参考になります。


この記事が気に入ったらサポートをしてみませんか?