Software Alternatives, Accelerators & Startups

Blockly VS Practice.dev

Compare Blockly VS Practice.dev and see what are their differences

Blockly logo Blockly

Blockly is a library for building visual programming editors.

Practice.dev logo Practice.dev

Practice programming for free
  • Blockly Landing page
    Landing page //
    2023-04-18
  • Practice.dev Landing page
    Landing page //
    2023-01-28

Blockly features and specs

  • User-Friendly
    Blockly offers a highly intuitive and visual interface. Users, especially beginners and non-programmers, can easily drag and drop blocks to create programs without needing to write code manually.
  • Educational Value
    Blockly is excellent for educational purposes. It simplifies the learning curve for programming by abstracting the complexities of syntax, allowing learners to focus on understanding logic and computational thinking.
  • Cross-Language Support
    Blockly can generate code for multiple programming languages (JavaScript, Python, PHP, Lua, Dart). This makes it versatile and useful for teaching and transitioning to various languages.
  • Customizability
    Blockly is highly customizable. Developers can create custom blocks and define their own rules, making it adaptable to various projects and domain-specific needs.
  • Open Source
    As an open-source project, Blockly provides the flexibility to modify and extend the toolkit to fit specific requirements. This open nature encourages community contributions and improvements.

Possible disadvantages of Blockly

  • Limited Complexity
    Blockly is designed for simplicity and may not handle very complex programming tasks efficiently. Advanced users might find it insufficient for sophisticated or large-scale projects.
  • Performance Overhead
    The visual programming model can introduce performance overhead. Converting blocks to executable code and running it can be less efficient compared to hand-written code, especially for performance-critical applications.
  • Learning Transition
    While Blockly is great for beginners, transitioning from block-based programming to traditional text-based coding can be challenging. Users may need additional guidance to adapt to the intricacies of syntax and coding best practices.
  • Limited Debugging Tools
    Blockly does not offer advanced debugging tools. Debugging issues can be more challenging compared to traditional IDEs that provide sophisticated debugging capabilities.
  • Scalability Issues
    For large projects, the block-based approach can become unwieldy and harder to manage compared to traditional text-based code which can be more neatly structured and maintained.

Practice.dev features and specs

  • Interactive Learning
    Practice.dev offers an interactive learning environment that allows developers to practice coding in real-time, which can be more engaging and effective than passive learning methods.
  • Real-World Scenarios
    The platform provides scenarios that mimic real-world problems, helping users to apply their skills in practical situations and preparing them for actual development tasks.
  • Skill Development
    Users can improve their coding skills by working through challenging exercises and receiving feedback, which helps in strengthening problem-solving and coding abilities.
  • Wide Range of Topics
    The platform covers a variety of programming topics and technologies, making it suitable for developers looking to learn or improve upon specific skills.
  • Immediate Feedback
    Practice.dev provides immediate feedback on exercises, allowing users to learn from their mistakes and understand solutions more effectively.

Possible disadvantages of Practice.dev

  • Subscription Cost
    The platform may require a subscription for full access to its features, which could be a barrier for some users, especially students or beginners with limited budgets.
  • Learning Curve
    Beginners might find some of the exercises challenging if they lack foundational knowledge, potentially leading to frustration without adequate support or guidance.
  • Limited Offline Access
    As an online tool, Practice.dev relies on an internet connection, which might limit accessibility for users who wish to practice coding offline.
  • Varied Exercise Quality
    The quality and relevance of exercises can vary, potentially leading to an inconsistent learning experience if some scenarios are not well-constructed.
  • Dependency on Platform
    Since users practice within the platform's environment, there might be a dependency on its tools and setup, which might not perfectly simulate all development environments.

Blockly videos

Blockly: Using Block Based Coding in your App

More videos:

  • Review - Fable Blockly Review
  • Review - Trying Out Blockly, Google's New Programming Language [DiceTV]

Practice.dev videos

No Practice.dev videos yet. You could help us improve this page by suggesting one.

Add video

Category Popularity

0-100% (relative to Blockly and Practice.dev)
Web Frameworks
100 100%
0% 0
Developer Tools
61 61%
39% 39
Game Development
100 100%
0% 0
Tech
0 0%
100% 100

User comments

Share your experience with using Blockly and Practice.dev. For example, how are they different and which one is better?
Log in or Post with

Reviews

These are some of the external sources and on-site user reviews we've used to compare Blockly and Practice.dev

Blockly Reviews

Top 20 Javascript Libraries
Blockly, a creation of Google, is a web-based visual programming editor. When added to the code, the library adds an editor to the app that represents code snippets like loops, expressions, variables, and more as blocks. The best part is that you can create custom code, and the output is syntactically correct in your choice of the programming language. Blockly has no...
Source: hackr.io

Practice.dev Reviews

We have no reviews of Practice.dev yet.
Be the first one to post

Social recommendations and mentions

Based on our record, Blockly seems to be a lot more popular than Practice.dev. While we know about 31 links to Blockly, we've tracked only 3 mentions of Practice.dev. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

Blockly mentions (31)

  • Ask HN: Platform for 11 year old to create video games?
    Scratch is fantastic. There are also a number of similar (block-based) tools that let you create your own custom blocks and see the code behind them - e.g. Blockly (https://developers.google.com/blockly). - Source: Hacker News / 8 months ago
  • Ask HN: Modern Day Equivalent to HyperCard?
    If your kid is already doing Scratch, Blockly is a really easy next step. https://developers.google.com/blockly Critically, Blockly can emit JavaScript and Python, plus it supports plugins for extended functionality. So the kid can stay inside the blockly universe for as long as they like, but easily peer under the hood and get into Python or JavaScript as soon as they like. - Source: Hacker News / about 1 year ago
  • A shortage of teachers for computer science classes in California
    The issue with Alice is that graphical, block based coding is not at all an ergonomic way to code. Sure, C++ probably isn't the best for an intro CS courses, either, but even just Python with some wrappers over SDL to draw sprites is not only a better teaching tool it's also forms a more useful springboard to build other projects. Graphical, block based coding seems to be a common attempt to make coding more... - Source: Hacker News / over 1 year ago
  • ⚧︎ Super Smash Siblings Trans
    Unless it would contradict canon, every stage is very bright, highly interactive, full of pre-placed items, and so huge that you can usually run from your NPC opponents and enjoy exploring the stage in peace while they catch up to you. All buildings have Linux computers with actual internet access that allow you to program and print out your own projectiles/books/flags/UNO reverse cards/shinigami eyes/soupcans/cis... Source: over 1 year ago
  • Scratch is the world’s largest coding community for children
    If your kids tinker with Scratch, try out TurboWarp[1], a Scratch mod that compiles projects to JavaScript. Other alternatives to tinker with are Blocky[2] and Snap[3]. 1. https://turbowarp.org 2. https://developers.google.com/blockly/ 3. https://snap.berkeley.edu. - Source: Hacker News / about 2 years ago
View more

Practice.dev mentions (3)

  • What is your job and how much do you get paid?
    If you want to benchmark yourself when you learn React. I’ve completed most of the medium/hard react problems at https://practice.dev to get my job. Source: over 3 years ago
  • I created an IDE in the browser with real-time collaboration
    It took me a few months to build practice.dev. Here I extracted the IDE and added live collaboration and npm resolver. It took me 1 week to release live-ide.dev. Source: over 3 years ago
  • practice.dev - I am creating better FreeCodeCamp
    The idea of practice.dev is to create basics tutorials (currently it's in progress) similar to FreeCodeCamp, and create hundreds of challenges with greater difficulty. Think of it like leetcode/codewars for frontend. Source: over 3 years ago

What are some alternatives?

When comparing Blockly and Practice.dev, you can also consider the following products

Scratch - Scratch is the programming language & online community where young people create stories, games, & animations.

Programming Hero - Personalized, fun, and interactive way to learn programming

Spring Framework - The Spring Framework provides a comprehensive programming and configuration model for modern Java-based enterprise applications - on any kind of deployment platform.

Learn JavaScript - Learn JavaScript with guided tests and flashcards

Grails - An Open Source, full stack, web application framework for the JVM

CodeDammit - Learn programming by looking at real code examples