並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 9 件 / 9件

新着順 人気順

python docstring format for functionsの検索結果1 - 9 件 / 9件

  • Replit — How to train your own Large Language Models

    Learn how Replit trains Large Language Models (LLMs) using Databricks, Hugging Face, and MosaicML IntroductionLarge Language Models, like OpenAI's GPT-4 or Google's PaLM, have taken the world of artificial intelligence by storm. Yet most companies don't currently have the ability to train these models, and are completely reliant on only a handful of large tech firms as providers of the technology.

      Replit — How to train your own Large Language Models
    • Kalyn: a self-hosting compiler for x86-64

      Over the course of my Spring 2020 semester at Harvey Mudd College, I developed a self-hosting compiler entirely from scratch. This article walks through many interesting parts of the project. It’s laid out so you can just read from beginning to end, but if you’re more interested in a particular topic, feel free to jump there. Or, take a look at the project on GitHub. Table of contents What the pro

      • [Python] VSCodeでのdocstring生成拡張 - Qiita

        初めに 実用として使用しているエディタ(VSCode)での拡張機能によるdcstring生成補助をさらりと紹介する。 自身の関連記事 ・docstringのスタイルと書き方。(2021/01/30) [Python] docstringのスタイルと書き方 ・VSCodeでのdocstring生成に関する機能拡張。(2021/02/01)←本記事 [Python] VSCodeでのdocstring生成拡張 ・docstringを利用した関数テスト。(2021/02/07) [Python] 関数のテストとその手法概要(dcstest, unittest, pytest) VSCode 大人気のエディタ。説明を引用します。 Visual Studio CodeはMicrosoftが開発しているWindows、Linux、macOS用のソースコードエディタである。 デバッグ、埋め込みGitコン

          [Python] VSCodeでのdocstring生成拡張 - Qiita
        • NumPy 2.0.0 Release Notes — NumPy v2.4.dev0 Manual

          Getting started What is NumPy? Installation NumPy quickstart NumPy: the absolute basics for beginners Fundamentals and usage NumPy fundamentals NumPy for MATLAB users NumPy tutorials NumPy how-tos Advanced usage and interoperability Using NumPy C-API F2PY user guide and reference manual Under-the-hood documentation for developers Interoperability with NumPy Extras Glossary Release notes 2.4.0 2.3.

          • Let's Write a Tree-Sitter Major Mode

            Let’s Write a Tree-Sitter Major Mode Creating a standard programming major mode presents significant challenges, with the intricate tasks of establishing proper indentation and font highlighting being among the two hardest things to get right. It's painstaking work, and it'll quickly descend into a brawl between the font lock engine and your desire for correctness. Tree-sitter makes writing many m

              Let's Write a Tree-Sitter Major Mode
            • What's New in Emacs 28.1?

              Try Mastering Emacs for free! Are you struggling with the basics? Have you mastered movement and editing yet? When you have read Mastering Emacs you will understand Emacs. It’s that time again: there’s a new major version of Emacs and, with it, a treasure trove of new features and changes. Notable features include the formal inclusion of native compilation, a technique that will greatly speed up y

              • Python behind the scenes #11: how the Python import system works

                If you ask me to name the most misunderstood aspect of Python, I will answer without a second thought: the Python import system. Just remember how many times you used relative imports and got something like ImportError: attempted relative import with no known parent package; or tried to figure out how to structure a project so that all the imports work correctly; or hacked sys.path when you couldn

                • The AI-Native Software Engineer

                  An AI-native software engineer is one who deeply integrates AI into their daily workflow, treating it as a partner to amplify their abilities. This requires a fundamental mindset shift. Instead of thinking “AI might replace me” an AI-native engineer asks for every task: “Could AI help me do this faster, better, or differently?”. The mindset is optimistic and proactive - you see AI as a multiplier

                    The AI-Native Software Engineer
                  • Version 1.0

                    Version 1.0# For a short description of the main highlights of the release, please refer to Release Highlights for scikit-learn 1.0. Legend for changelogs Major Feature something big that you couldn’t do before. Feature something that you couldn’t do before. Efficiency an existing feature now may not require as much computation or memory. Enhancement a miscellaneous minor improvement. Fix somethin

                    1