タグ

pythonに関するwata88のブックマーク (152)

  • Writing Python like it’s Rust

    I started programming in Rust several years ago, and it has gradually changed the way I design programs in other programming languages, most notably in Python. Before I started using Rust, I was usually writing Python code in a very dynamic and type-loose way, without type hints, passing and returning dictionaries everywhere, and occasionally falling back to “stringly-typed” interfaces. However, a

  • Mojoは「C言語のように速いPython」なのか - k0kubun's blog

    LLVMやSwiftを作ったChris LattnerがCEOをやっている会社が、Pythonの使用感とC言語並の性能を併せ持つ言語としてMojoをアナウンスした。 まだ手元で試せる状態でリリースされてはいないが、最大35000倍Pythonより速いという。 Mojo🔥 combines the usability of Python with the performance of C, unlocking unparalleled programmability of AI hardware and extensibility of AI models. Also, it's up to 35000x faster than Python 🤯 and … deploys 🏎 pic.twitter.com/tjT09U4F80— Modular (@Modular_AI) May

    Mojoは「C言語のように速いPython」なのか - k0kubun's blog
  • 線形代数演習講義へのjulia導入を考える


    Julia Advent Calendar 202212/23   julia使python  
  • Python 4.0が登場しない理由


    TechRepublic  PythonPython 2.0Python 3.0Python4 Microsoft ReactorPython 4.0Image: Dan Stroud under the Creative Commons licence Python 4.0 Microsoft ReactorPython
    Python 4.0が登場しない理由
    wata88
    wata88 2021/06/06
    今となっては2->3やり切った感がある。とはいえ、見積もりが甘かったのはそう。まあでもいいじゃん
  • Basic Music Theory in ~200 Lines of Python | Manohar Vanga

    Note: all the code for this article can be found here as a Github gist. There’s also a nice discussion on Hacker News with lots of comments that might be of interest. I’m a self-taught guitarist of many years, and like a lot of self-taught musicians, am woefully inept at (Western) music theory. So naturally, I decided to write some code. This article explains the very basics of Western music theor

    Basic Music Theory in ~200 Lines of Python | Manohar Vanga
    wata88
    wata88 2021/04/20
    pythonで学ぶ音楽理論
  • 今時のPythonはこう書く2020 - Qiita


     Python1 (使Python) 1 
    今時のPythonはこう書く2020 - Qiita
  • Python 3.9 時代の型安全な Pythonの極め方 / Mastering Type Safety in Python 3.9 Era

    PyCon JP 2020 の「Python 3.9 時代の型安全な Python の極め方」の発表資料です

    Python 3.9 時代の型安全な Pythonの極め方 / Mastering Type Safety in Python 3.9 Era
  • 時系列予測で使えるpythonライブラリ一覧 - ざこぷろのメモ


    python使 使     Prophet PyFlux Pyro Pytorch Lightgbm :Darts  GitHub github.com  kaggleM5 Forecasting - Accuracy  使walmart 
    時系列予測で使えるpythonライブラリ一覧 - ざこぷろのメモ
  • docs.python.jpでのドキュメント公開終了 - atsuoishimoto's diary


    python.jpPythondocs.python.org  www.python.jp  python.jp python.org python.jpVPSPython python.jpPython
    docs.python.jpでのドキュメント公開終了 - atsuoishimoto's diary
  • Red Hat Enterprise Linux 8 のPython事情 - 赤帽エンジニアブログ


    Red Hat RHEL8Python Red Hat Enterprise Linux8"python"!? Red Hat Enterprise Linux8 "python" ("python3") python!? RHELPythonRHEL "python"RHEL 83Python RHEL 8 BetaPython3 platform-python: RHEL
    Red Hat Enterprise Linux 8 のPython事情 - 赤帽エンジニアブログ
  • PythonとKerasを使ってAlphaZero AIを自作する | POSTD


    Connect4 3 AlphaZeroAI2 AlphaZero  4  AlphaGoAlphaGo ZeroAlphaZero 20163DeepmindAlphaGo1824-110 AlphaGo  3 DeepMind201710
    PythonとKerasを使ってAlphaZero AIを自作する | POSTD
    wata88
    wata88 2018/03/30
    面白そう
  • https://docs.google.com/presentation/d/1LHplQ8nqNJNxaqY7DL4eM329jZKfO-E15XHoadYeLfE/mobilepresent?slide=id.g240ca7fffa_0_15369

    https://docs.google.com/presentation/d/1LHplQ8nqNJNxaqY7DL4eM329jZKfO-E15XHoadYeLfE/mobilepresent?slide=id.g240ca7fffa_0_15369
  • LambdaでAWSの料金を毎日Slackに通知する(Python3) - Qiita


      使$30 CloudWatch LambdaSlackAWS LambdaPython3Python3 Node.jsPython3  Slack incoming-webhooks URL  channel lambda-uploader req
    LambdaでAWSの料金を毎日Slackに通知する(Python3) - Qiita
  • wheelのありがたさとAnacondaへの要望 - YAMAGUCHI::weblog


     PythonAnaconda Python 2017.01 - YAMAGUCHI::weblogPython 2017.01 - YAMAGUCHI::weblog @aodag  TL;DR condaPyPA  Python
    wheelのありがたさとAnacondaへの要望 - YAMAGUCHI::weblog
    wata88
    wata88 2017/02/03
    anaconda 入れてしまえば一通り必要なライブラリ入ってしまうからなぁ
  • 【Ruby】PythonプログラマーがRubyを触って感じたこと - 歩いたら休め


    PythonPythonRCRubyWeb Ruby RubyPython 2
    【Ruby】PythonプログラマーがRubyを触って感じたこと - 歩いたら休め
  • Python 3.6 の(個人的に)注目の変更点 - methaneのブログ

    Python 3.6b1 がリリースされましたね。(フライング) beta1 ということで、 3.6 に向けた新機能の追加は (provisional package を除いて) 終了です。ただし、仕様が確定したと言うわけではなくて、beta版に対するフィードバックを元に新機能を修正したり、最悪 revert して 3.7 に持ち越しにされる可能性もあります。 なお、 3.6b1 が出る前の1週間が core dev sprint があり、そこでめちゃくちゃ大量に大きめの変更が入りました。なので、常用環境には全くオススメできませんが、OSS開発者だったら .travis.yml に python: "nightly" を追加してリグレッションの発見に貢献したり(←これめっちゃ有り難いです)、それ以外の人も 3.6 を試してみて早めにフィードバックをしてもらえると、年末の 3.6 がより完成

    Python 3.6 の(個人的に)注目の変更点 - methaneのブログ
  • Python 3誕生の理由 ― つまり、なぜunicode/str/bytesの仕様は変更されたのか | POSTD


    12 PuPPy(the Puget Sound Python users group)Q&A Python3string/bytesPython3PythonPython3 unicode / str / bytes Python3
    Python 3誕生の理由 ― つまり、なぜunicode/str/bytesの仕様は変更されたのか | POSTD
  • Python の新しいプロファイラ vmprof が面白い - methaneのブログ


    PyPy 2.6  vmprof CPython/PyPy   PyPy 使CPython  Python  (cProfile)  
    Python の新しいプロファイラ vmprof が面白い - methaneのブログ
  • scikit-learn から学ぶ機械学習の手法の概要 - Qiita


     scikit-learn  scikit-learn  TF-IDF  DBSCAN  使使 scikit-learn 使 
    scikit-learn から学ぶ機械学習の手法の概要 - Qiita
    wata88
    wata88 2015/04/05
    一覧として良い
  • The Python Challenge

    The first programming riddle on the net There are currently 33 levels. Click here to get challenged What people have said about us: "These sorts of things are in my opinion the best way to learn a language.", brberg at Media Cloisters "It's the best web site of the year so far.", Andy Todd at halfcooked "Addictive way to learn the ins and outs of Python.. a must for all programmers!", salimma at s

    wata88
    wata88 2015/03/18
    暇つぶしに良さそう