go back  What to code next?

Bite Level Description & Tags
Newbie Bite 01. Assigning Objects Welcome to our Newbie Bites, it's time to learn the …
3.10 freebie newbie variables
Newbie Bite 02. Basic Data Types If you really think about it, there are multiple different …
3.10 data types freebie newbie
Newbie Bite 03. Basic Printing Before we dive too far into these objects, let's quickly …
3.10 freebie newbie print
Newbie Bite 04. Printing Objects Excellent! We know things! Now that we have data assigned …
3.10 newbie print
Newbie Bite 05. Basic Maths We're able to print integers. Now what? Yep, it's time …
3.10 math newbie
Newbie Bite 06. Additional Maths Let's quickly cover off the rest of the math operators. …
3.10 math newbie
Newbie Bite 07. User Input Quite often as you make scripts and applications you're going …
3.10 input newbie
Newbie Bite 08. String Manipulation There are times you'll need to manipulate the strings you've …
3.10 newbie string manipulation
Newbie Bite 09. Lists Next up on our Python journey we're going to dive …
3.10 list newbie
Newbie Bite 10. Returning items by list index Lists are pretty awesome (both in Python and in real …
3.10 list newbie
Newbie Bite 11. Adding and Removing items from a list Now that we have our list, what if we decide …
3.10 list newbie
Newbie Bite 12. Dicts It's time to dive into the next data structure in …
3.10 dict list newbie
Newbie Bite 13. Dict data retrieval methods Excellent! We know what a dict is and what it …
3.10 newbie
Newbie Bite 14. Functions Here we go, the big one. Functions! This is where …
3.10 functions newbie
Newbie Bite 15. Functions part II Functions can be kind of tricky to start off with …
3.10 functions newbie
Newbie Bite 16. Equals Operator In this quick bite we'll teach out about the equals …
3.10 equality newbie
Newbie Bite 17. If / else It's time to look at the amazing if statement! It's …
3.10 if/else newbie
Newbie Bite 18. Truthiness One of the things we often need to check when …
3.10 newbie truthiness
Newbie Bite 19. Less than and greater than We'll now take a look at usage of the "less …
3.10 comparison newbie
Newbie Bite 20. While loop The next challenge is to learn all about the while …
3.10 newbie while
Newbie Bite 21. Comments Time to look at one of the more useful aspects …
3.10 comments newbie
Newbie Bite 22. For loops It's time to move on to a slightly more complex …
3.10 looping newbie
Newbie Bite 23. Looping through a dict While we've explained how for loops work, it's worth diving …
3.10 dict newbie
Newbie Bite 24. Tuples One data type we've yet to cover is the tuple. …
3.10 newbie tuples
Newbie Bite 25. Calling a function The last Bite! Let's actually use what we've created by …
3.10 functions newbie