はてなブックマークアプリ

サクサク読めて、
アプリ限定の機能も多数!

アプリで開く

はてなブックマーク

  • はてなブックマークって?
  • アプリ・拡張の紹介
  • ユーザー登録
  • ログイン
  • Hatena

はてなブックマーク

トップへ戻る

  • 総合
    • 人気
    • 新着
    • IT
    • 最新ガジェット
    • 自然科学
    • 経済・金融
    • おもしろ
    • マンガ
    • ゲーム
    • はてなブログ(総合)
  • 一般
    • 人気
    • 新着
    • 社会ニュース
    • 地域
    • 国際
    • 天気
    • グルメ
    • 映画・音楽
    • スポーツ
    • はてな匿名ダイアリー
    • はてなブログ(一般)
  • 世の中
    • 人気
    • 新着
    • 新型コロナウイルス
    • 働き方
    • 生き方
    • 地域
    • 医療・ヘルス
    • 教育
    • はてな匿名ダイアリー
    • はてなブログ(世の中)
  • 政治と経済
    • 人気
    • 新着
    • 政治
    • 経済・金融
    • 企業
    • 仕事・就職
    • マーケット
    • 国際
    • はてなブログ(政治と経済)
  • 暮らし
    • 人気
    • 新着
    • カルチャー・ライフスタイル
    • ファッション
    • 運動・エクササイズ
    • 結婚・子育て
    • 住まい
    • グルメ
    • 相続
    • はてなブログ(暮らし)
    • 掃除・整理整頓
    • 雑貨
    • 買ってよかったもの
    • 旅行
    • アウトドア
    • 趣味
  • 学び
    • 人気
    • 新着
    • 人文科学
    • 社会科学
    • 自然科学
    • 語学
    • ビジネス・経営学
    • デザイン
    • 法律
    • 本・書評
    • 将棋・囲碁
    • はてなブログ(学び)
  • テクノロジー
    • 人気
    • 新着
    • IT
    • セキュリティ技術
    • はてなブログ(テクノロジー)
    • AI・機械学習
    • プログラミング
    • エンジニア
  • おもしろ
    • 人気
    • 新着
    • まとめ
    • ネタ
    • おもしろ
    • これはすごい
    • かわいい
    • 雑学
    • 癒やし
    • はてなブログ(おもしろ)
  • エンタメ
    • 人気
    • 新着
    • スポーツ
    • 映画
    • 音楽
    • アイドル
    • 芸能
    • お笑い
    • サッカー
    • 話題の動画
    • はてなブログ(エンタメ)
  • アニメとゲーム
    • 人気
    • 新着
    • マンガ
    • Webマンガ
    • ゲーム
    • 任天堂
    • PlayStation
    • アニメ
    • バーチャルYouTuber
    • オタクカルチャー
    • はてなブログ(アニメとゲーム)
    • はてなブログ(ゲーム)
  • おすすめ

    WWDC25

『ZetCode - Learn C#, Go, Python, Java, and JavaScript Programming』

  • 人気
  • 新着
  • すべて
  • First programs in PyQt5 - center window, tooltip, quit button, message box

    4 users

    zetcode.com

    last modified October 18, 2023 In this part of the PyQt5 tutorial we learn some basic functionality. The examples show a tooltip and an icon, close a window, show a message box and center a window on the desktop. PyQt5 simple example This is a simple example showing a small window. Yet we can do a lot with this window. We can resize it, maximise it or minimise it. This requires a lot of coding. So

    • テクノロジー
    • 2015/10/16 12:17
    • Python
    • PyQt5 tutorial - learn GUI programming with Python and PyQt5

      13 users

      zetcode.com

      last modified October 18, 2023 This is PyQt5 tutorial. The tutorial is suited for beginners and intermediate programmers. After reading this tutorial, you will be able to program non-trivial PyQt5 applications. The code examples are availabe at the author's PyQt5-Tutorial-Examples repository. Python PyQt6 covers the latest version of PyQt. Table of contents E-book A unique e-book covering advanced

      • テクノロジー
      • 2015/02/01 23:10
      • PyQt
      • python
      • tutorial
      • あとで読む
      • Ruby input & output - I/O operations in Ruby

        3 users

        zetcode.com

        Input & output in Ruby last modified October 18, 2023 In this part of the Ruby tutorial, we talk about input & output operations in Ruby. Input is any data that is read by the program, either from a keyboard, file or other programs. Output is data that is produced by the program. The output may go to the screen, to a file or to another program. Input & output is a large topic. We bring forward som

        • テクノロジー
        • 2013/07/05 12:00
        • Ruby
        • MySQL Ruby - programming MySQL in Ruby

          3 users

          zetcode.com

          last modified July 6, 2020 This is a Ruby programming tutorial for the MySQL database. It covers the basics of MySQL programming with Ruby. It uses the mysql module. The examples were created and tested on Ubuntu Linux. There is a similar MySQL C API tutorial, MySQL Visual Basic tutorial, or MySQL Python tutorial on ZetCode. You may also consider to look at the MySQL tutorial, too. MySQL & RubyMyS

          • テクノロジー
          • 2013/01/07 12:36
          • mysql
          • ruby
          • C# Qyoto tutorial

            5 users

            zetcode.com

            This is C# Qyoto programming tutorial. Qyoto is a binding of the Qt library to the C# and other .NET languages. The Qyoto C# tutorial is suitable for beginners and intermediate programmers. Table of contents Qyoto is a library that provides binding of the Qt library to the .NET languages like C# or Visual Basic. Qt is a powerful cross-platform application development framework. Its native language

            • テクノロジー
            • 2012/11/09 02:24
            • Qyoto
            • Qt
            • c#
            • .net
            • language
            • net
            • iOS
            • Android
            • SQLite Ruby tutorial|ZetCode

              4 users

              zetcode.com

              last modified July 6, 2020 This is a Ruby programming tutorial for the SQLite database. It covers the basics of SQLite programming with Ruby. It uses the sqlite3 module. The examples were created and tested on Linux. Table of Contents SQLite & Ruby SQLite is an embedded relational database engine. It is a self-contained, serverless, zero-configuration and transactional SQL database engine. SQLite

              • テクノロジー
              • 2012/10/27 18:09
              • DB
              • Ruby
              • programming
              • PySide tutorial

                3 users

                zetcode.com

                last modified October 18, 2023 This is PySide tutorial. The tutorial is suited for beginners and intermediate programmers. After reading this tutorial, you will be able to program nontrivial PySide applications. Table of contents PySide is Python library to create cross-platform graphical user interfaces. It is a Python binding to the Qt framework. Qt library is one of the most powerful GUI librar

                • テクノロジー
                • 2012/04/01 14:55
                • PySide
                • tutorial
                • Python
                • development
                • SQLite Python - SQLite programming in Python

                  6 users

                  zetcode.com

                  last modified July 6, 2020 The tutorial was superseded with the Python SQLite tutorial. This is a Python programming tutorial for the SQLite database. It covers the basics of SQLite programming with the Python language. You might also want to check the Python tutorial, SQLite tutorial or MySQL Python tutorial or PostgreSQL Python tutorial on ZetCode. To work with this tutorial, we must have Python

                  • テクノロジー
                  • 2012/03/08 17:59
                  • python
                  • SQL
                  • tutorial
                  • 勉強
                  • Programming
                  • Python PostgreSQL proramming with psycopg2 module

                    5 users

                    zetcode.com

                    last modified January 29, 2024 In this article we show how to program PostgreSQL databases in Python with psycopg2 module. PostgreSQL is a powerful, open source object-relational database system. It is a multi-user database management system. It runs on multiple platforms including Linux, FreeBSD, Solaris, Microsoft Windows and Mac OS X. PostgreSQL is developed by the PostgreSQL Global Development

                    • テクノロジー
                    • 2012/02/03 12:38
                    • python
                    • MySQL Python - programming MySQL in Python

                      13 users

                      zetcode.com

                      last modified July 6, 2020 This is MySQL Python programming tutorial. It covers the basics of MySQL programming with Python. It uses the MySQLdb module. The examples were created and tested on Ubuntu Linux. MySQLdb is a Python 2 legacy database module for MySQL. For modern Python 3 MySQL programming, use PyMySQL module. See PyMySQL tutorial. About MySQL database MySQL is a leading open source data

                      • テクノロジー
                      • 2011/05/28 16:51
                      • MySQL
                      • python
                      • Tutorial
                      • *プログラミング
                      • database
                      • *あとで読む
                      • SQLite tutorial - introductory SQLite

                        5 users

                        zetcode.com

                        last modified July 6, 2020 This is SQLite tutorial. It covers the SQLite database engine, sqlite3 command line tool, and the SQL language covered by the database engine. Table of Contents SQLite is an embedded relational database engine. Its developers call it a self-contained, serverless, zero-configuration and transactional SQL database engine. Related tutorials and e-books SQLite Python ebook i

                        • テクノロジー
                        • 2010/09/24 20:06
                        • Qt4 tutorial - learn C++ GUI programming in Qt

                          3 users

                          zetcode.com

                          This is Qt4 tutorial. In this tutorial, you will learn the basics of GUI programming with Qt4 and C++. The Qt4 tutorial is suitable of beginners and intermediate programmers. Qt5 tutorial is a successor of this tutorial. Note that the tutorial uses features of C++11. Table of contents Qt is a cross-platform application development framework. Some of the well known applications developed with Qt ar

                          • 世の中
                          • 2010/04/19 17:07
                          • Java 2D games - programming Java games

                            3 users

                            zetcode.com

                            last modified January 10, 2023 This is Java 2D games tutorial. In this tutorial, you will learn the basics of 2D game programming in Java. The Java 2D games tutorial is suitable for beginners and intermediate programmers. Table of contentsBasicsAnimationMoving spritesCollision detectionPuzzleSnakeBreakoutTetrisPacmanSpace InvadersMinesweeperSokobanThe tutorial uses Java Swing to create the games.

                            • テクノロジー
                            • 2009/12/20 16:10
                            • java
                            • game
                            • PyGTK tutorial

                              3 users

                              zetcode.com

                              last modified October 18, 2023 This is PyGTK tutorial. In this tutorial, we learn the basics of GUI programming in PyGTK. The PyGTK tutorial is suitable for beginners and more advanced programmers. PyGTK is outdated, have a look at Python Gtk tutorial. Table of contents PyGTK is a set of Python wrappers for the GTK+ GUI library. It offers a comprehensive set of graphical elements and other useful

                              • アニメとゲーム
                              • 2009/12/20 00:58
                              • python
                              • Events in wxPython

                                4 users

                                zetcode.com

                                last modified January 10, 2023 Events are integral part of every GUI application. All GUI applications are event-driven. An application reacts to different event types which are generated during its life. Events are generated mainly by the user of an application. But they can be generated by other means as well; e.g. Internet connection, window manager, or timer. So when we call MainLoop() method,

                                • テクノロジー
                                • 2009/08/16 17:59
                                • Python
                                • First steps in wxPython

                                  4 users

                                  zetcode.com

                                  First Stepslast modified January 10, 2023 In this part of the wxPython tutorial, we will create some simple examples. Simple exampleWe start with a very simple example. Our first script will only show a small window. It will not do much. We will analyse the script line by line. #!/usr/bin/env python # simple.py import wx app = wx.App() frame = wx.Frame(None, title='Simple application') frame.Show(

                                  • テクノロジー
                                  • 2009/07/28 19:52
                                  • python
                                  • Ubuntu
                                  • wxWidgets tutorial

                                    8 users

                                    zetcode.com

                                    last modified October 18, 2023 This is wxWidgets tutorial for the C++ programming language. wxWidgets is a cross platform toolkit or framework for creating C++ GUI applications. After reading this tutorial, you will be able to program non trivial wxWidgets applications. Table of contents wxWidgets is a GUI (Graphical User Interface) toolkit for creating C++ applications. It is an open source, matu

                                    • テクノロジー
                                    • 2009/02/03 08:23
                                    • wxWidgets
                                    • GUI
                                    • C++
                                    • Tutorial
                                    • プログラミング
                                    • ZetCode - Learn C#, Go, Python, Java, and JavaScript Programming

                                      36 users

                                      zetcode.com

                                      Learn Programming with ZetCode Accessible tutorials for C#, Go, Python, Java, and JavaScript to help you master coding. Explore Tutorials

                                      • テクノロジー
                                      • 2009/01/25 21:09
                                      • GUI
                                      • Python
                                      • programming
                                      • Qt
                                      • tutorial
                                      • wxPython
                                      • java
                                      • プログラミング
                                      • Introduction to PyQt4 toolkit

                                        56 users

                                        zetcode.com

                                        last modified October 18, 2023 This is PyQt4 tutorial. The tutorial is suited for beginners and intermediate programmers. After reading this tutorial, you will be able to program non trivial PyQt4 applications. PyQt5 tutorial is the successor of this tutorial. Table of contents E-book A unique e-book covering advanced features of the PyQt4 library: Advanced PyQt4 tutorial. Author My name is Jan Bo

                                        • テクノロジー
                                        • 2008/08/26 01:45
                                        • PyQt
                                        • Python
                                        • pyqt4
                                        • Qt
                                        • tutorial
                                        • *tutorial
                                        • *programming
                                        • wxPython Graphics Device Interface - graphics programming

                                          10 users

                                          zetcode.com

                                          wxPython graphics last modified January 10, 2023 The GDI (Graphics Device Interface) is an interface for working with graphics. It is used to interact with graphic devices such as monitor, printer or a file. The GDI allows programmers to display data on a screen or printer without having to be concerned about the details of a particular device. The GDI insulates the programmer from the hardware. F

                                          • テクノロジー
                                          • 2008/08/20 17:58
                                          • wxPython
                                          • python
                                          • プログラミング
                                          • GTK+ programming tutorial

                                            4 users

                                            zetcode.com

                                            GTK+ tutorial This is a GTK+ programming tutorial. In this tutorial, we will learn the basics of GUI programming in GTK+ and C language. The GTK+ tutorial is suitable for beginners and intermediate programmers. Table of contents Introduction First programs Menus and toolbars Layout management Events Dialogs Widgets Widgets II GtkTreeView widget GtkTextView widget Custom GTK+ widget GTK+ is a libra

                                            • 世の中
                                            • 2008/07/15 21:22
                                            • Cairo graphics tutorial

                                              12 users

                                              zetcode.com

                                              last modified July 17, 2023 This is Cairo graphics tutorial. The tutorial will teach you the basics of graphics programming in Cairo with the C programming language. This tutorial is for beginners and intermediate developers. Table of contents Cairo is a library for creating 2D vector graphics. It is written in the C programming language. There are bindings for other computer languages. Python, Pe

                                              • 学び
                                              • 2008/06/27 23:54
                                              • cairo
                                              • GTK
                                              • tutorial
                                              • wxPython tutorial - Python GUI programming in wxPython

                                                40 users

                                                zetcode.com

                                                last modified January 10, 2023 This is wxPython tutorial. In this tutorial, you will learn the basics of GUI programming in wxPython. The tutorial is suitable for beginners and intermediate programmers. The tutorial covers wxPython Phoenix version 4.0.1. The sources of the examples are available at the wxPython-examples repository. Table of contents wxPython is a cross platform toolkit for creatin

                                                • テクノロジー
                                                • 2008/05/16 20:11
                                                • wxpython
                                                • python
                                                • Tutorial
                                                • programming
                                                • *tutorial
                                                • チュートリアル
                                                • *programming
                                                • wxwidget

                                                このページはまだ
                                                ブックマークされていません

                                                このページを最初にブックマークしてみませんか?

                                                『ZetCode - Learn C#, Go, Python, Java, and JavaScript Programming』の新着エントリーを見る

                                                キーボードショートカット一覧

                                                j次のブックマーク

                                                k前のブックマーク

                                                lあとで読む

                                                eコメント一覧を開く

                                                oページを開く

                                                はてなブックマーク

                                                • 総合
                                                • 一般
                                                • 世の中
                                                • 政治と経済
                                                • 暮らし
                                                • 学び
                                                • テクノロジー
                                                • エンタメ
                                                • アニメとゲーム
                                                • おもしろ
                                                • アプリ・拡張機能
                                                • 開発ブログ
                                                • ヘルプ
                                                • お問い合わせ
                                                • ガイドライン
                                                • 利用規約
                                                • プライバシーポリシー
                                                • 利用者情報の外部送信について
                                                • ガイドライン
                                                • 利用規約
                                                • プライバシーポリシー
                                                • 利用者情報の外部送信について

                                                公式Twitter

                                                • 公式アカウント
                                                • ホットエントリー

                                                はてなのサービス

                                                • はてなブログ
                                                • はてなブログPro
                                                • 人力検索はてな
                                                • はてなブログ タグ
                                                • はてなニュース
                                                • ソレドコ
                                                • App Storeからダウンロード
                                                • Google Playで手に入れよう
                                                Copyright © 2005-2025 Hatena. All Rights Reserved.
                                                設定を変更しましたx