Neden Blockly?
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Blockly, bu blokların oluşturulması, sürüklenme veya bağlanma işlemlerinin karmaşıklığı hakkında endişelenmeden alanınıza engellemeler uygulamanıza odaklanmanızı sağlar.
Aşağıdakiler gibi çok çeşitli eğitim amaçlı kullanım alanları için geçerlidir:
- Öğrencileri metin tabanlı programlamaya yönelik çalışma.
- Bilişimsel düşünmeyi teşvik etme.
- Diğer kavramları (ör. fizik) bilişimsel olarak keşfetme.
Ayrıca aşağıdaki gibi birçok sektörel kullanım alanı da mevcuttur:
- Veri analizi ve temizleme.
- Otomasyon (ör.robot teknolojileri, süreç iş akışları vb.).
- Yapılandırma (ör.online mağazalar, IoT vb.).
Güçlü yönler
Blockly, çeşitli güçlü yönleriyle blok tabanlı programlama ortamı oluşturmak için en popüler seçenek olabilir.
- Kullanılabilirlik. Blockly, NPM'de yayınlanır. Bu sayede, diğer tüm web bağımlılarında olduğu gibi bunu da gerekli kılabilirsiniz.
- Tüm özelliklere sahip. Blockly, 5 popüler programlama dilinde (JavaScript, Python, Lua, Dart ve PHP) kod üreten ortak bloklarla paket halinde sunulur. Ayrıca, size daha da fazla özellik sunan, gelişen bir eklenti ekosistemine sahiptir.
- Özelleştirilebilirlik. Blockly, kendi bloklarınızı, alanlarınızı ve girişlerinizi kolayca tanımlamanıza olanak tanır. Ayrıca, temel işlevlerinin birçoğu
kendi özel işlevlerinizle değiştirilebilir.
- Uluslararası hale getirme. Blockly'nin temel bloklar kitaplığı, Arapça ve İbranice için sağdan sola sürümleri de dahil olmak üzere 90'dan fazla dilde çeviri içerir.
- Açık Kaynak. Google, yeni nesil geliştiricileri hep birlikte eğitebilmemiz için Blockly'nin teknolojisini herkesle paylaşır.
Alternatifler
Blockly dışında bir kitaplık kullanmanın mantıklı olacağı bazı kullanım alanları vardır. Diğer seçeneklerden bazıları:
- PXT: Bu düzenleyici, Blockly üzerine kurulmuş ve MakeCode'u destekleyen bir düzenleyicidir. Özel olarak JavaScript çıktısı verir, böylece koddan bloklara dönüştürme yapar. Ayrıca derleyici ve simülatörle paket halinde sunulur.
- Droplet: Kalem Kodu'nu destekleyen düzenleyicidir. Sürüklemeden bloklar oluşturabilmenizi sağlamanın yanı sıra koddan bloklara geçişi de destekler.
- Düğüm kırmızı: Blok tabanlı değil, düğüm tabanlı bir program düzenleyicidir ancak benzer bir işlevi yerine getirir. Donanım cihazlarının kablo bağlantısı için genelde tercih edilir.
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-25 UTC.
[null,null,["Son güncelleme tarihi: 2025-07-25 UTC."],[[["\u003cp\u003eBlockly is a versatile library for creating visual, block-based programming environments, suitable for education and industry applications.\u003c/p\u003e\n"],["\u003cp\u003eIt offers a rich set of features, including pre-built blocks, code generation in multiple languages, and extensive customization options.\u003c/p\u003e\n"],["\u003cp\u003eBlockly is easily integrated into web projects, supports internationalization, and benefits from an active open-source community.\u003c/p\u003e\n"],["\u003cp\u003eWhile Blockly is a robust solution, alternatives like PXT, Droplet, and Node-red cater to specific use cases such as code-to-block conversion, hardware integration, or node-based programming.\u003c/p\u003e\n"]]],["Blockly enables users to apply blocks to their domain without managing rendering or connections. It's applicable in education for computational thinking and industry for automation, data analysis, and configuration. Key strengths include NPM availability, bundled blocks for multiple languages, customizability, internationalization, and open-source nature. Alternatives like PXT, Droplet, and Node-red exist for specific use cases, like JavaScript-only environments or node-based programming.\n"],null,["# Why Blockly?\n\nBlockly lets you focus on applying blocks to your domain without worrying about\nthe complexities of how those blocks should be rendered, dragged, or connected.\n\nIt is applicable to a wide range of educational use-cases, such as:\n\n- Working students toward text-based programming.\n- Encouraging computational thinking.\n- Exploring other concepts (e.g. physics) computationally.\n\nAs well as many many industry use-cases, such as:\n\n- Data analysis and cleaning.\n- Automation (e.g. in robotics, process workflows, etc).\n- Configuration (e.g. in online shops, IoT, etc).\n\nStrengths\n---------\n\nBlockly has a number of strengths that make it the most popular option for\nbuilding a block-based programming environment.\n\n- **Availability.** Blockly is published on NPM, so you can require it in the same way you require any other web dependency.\n- **Fully featured.** Blockly comes bundled with common blocks that generate code in 5 popular programming languages (JavaScript, Python, Lua, Dart, and PHP). Plus it has a thriving [plugin ecosystem](https://google.github.io/blockly-samples/#plugins) that gives you even more capabilities.\n- **Customizability.** Blockly lets you easily define your own blocks, fields, and inputs. Plus many of its core functionalities can be swapped out for your own custom ones.\n- **Internationalization.** Blockly's core library of blocks comes with translations in 90+ languages, including right-to-left versions for Arabic and Hebrew.\n- **Open Source.** Google shares Blockly's technology with everyone so, together, we can educate the next generation of developers.\n\nAlternatives\n------------\n\nThere are some use cases where it makes sense to use a library other than\nBlockly. Here are some other options:\n\n- [**PXT**](https://github.com/Microsoft/pxt): This is an editor built on Blockly that powers [MakeCode](https://makecode.com). It outputs JavaScript exclusively, which enables it to convert from code to blocks. It also comes bundled with a compiler and a simulator.\n- [**Droplet**](https://github.com/PencilCode/droplet): This is the editor that powers [Pencil Code](https://pencilcode.net/). It lets you type to create blocks without dragging, and also supports going from code to blocks.\n- [**Node-red**](https://nodered.org/): This is a node-based rather than block-based programming editor, but it fulfills a similar function. It is popular for wiring together hardware devices, often in industry contexts."]]