Skip to content

Commit

Permalink
Modify text
Browse files Browse the repository at this point in the history
  • Loading branch information
amoeba committed Jul 23, 2019
1 parent d242371 commit f5017fd
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions docs/source/introduction/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,21 @@ writing a series of steps to be executed (it's an *imperative* language), as you
Guide to the guide
===================

Sections in this tutorial will walk you through coding using micro:bit, basics of programming and micro:bit's features. Especially if you're a beginner,
you don't have to meticulously go through all the theory covered in Basics of programming. Start with writing simple programs using the features of micro:bit or
the examples and
read about more programming concepts as you go and according to what you need. Feel free to skip over the parts you are confident in and choose the parts that you need.
Sections in this tutorial will walk you through coding using micro:bit, basics of programming and micro:bit's features. You don't have to meticulously go through all the
theory covered in Basics of programming, especially if you're a beginner. Start writing simple programs using the features of micro:bit or
the examples provided and read about further programming concepts as you go. Feel free to skip over the parts you are confident in and choose the parts that are relevant.

Topics covered here are generally only touched upon and many things are not explained on purpose. One of the important skills
you will need in the course and work later on will be reading the official documentation, which is why there are links to it all along the way.
you will need in the course and work later on will be finding resources and reading documentation on your own, and we encourage you to explore other resources than those
found here.

As you learn more about programming, you'll naturally keep finding better and more efficient ways to do your
projects of the past, but right now you should focus on getting yourself started on small projects.
projects of the past, but right now you should focus on getting yourself started.

If your skills are advanced, you might not find this documentation very interesting. However, micro:bit is a highly configurable device and you might like to explore
micro:bit runtime_, which gives you more flexibility about what you can do.

.. _runtime: https://lancaster-university.github.io/microbit-docs/

.. note:: If you feel confused while reading through tutorials or if you feel like you need more guidance to start programming, don't be discouraged! There is a lot of free online courses that are great at going through basics of programming with Python, like this one_. Try to go through a first few lessons, and everything will make more sense.

Expand Down

0 comments on commit f5017fd

Please sign in to comment.