
Explore the basics of Python if statements and boolean logic, covering conditionals, equality checks, indentation, and practical examples like counters, thermostats, and pajamas logic.
Learn how to use while loops to repeat actions while a condition is true, with examples counting 1–10, summing numbers, and iterating lists by index.
Explore break and continue in loops to control flow, using examples with participant lists and index-based loops, showing how to stop early or skip iterations.
Explore loops by building a triangle with a for loop, using a temporary variable to control output and visually display the loop flow on screen.
Learn to perform file input and output in Python by opening, reading, writing, and appending to files, including line-by-line processing and using with for automatic closing.
Explore creating and initializing classes in Python, defining attributes and methods, and using instances and self to manage team name and origin.
Master class inheritance in Python, including initializing an inheritance class and accessing parent properties. Create a team and its players with inherited attributes and methods.
Define a general Python pet class with name, age, hunger, and playful; initialize with __init__, implement getters and setters, and instantiate a pet to preview inheritance for dogs and cats.
Extend a pet class to create a dog class with breed and favorite toy, initialize properties, and add a wants to play method; instantiate a husky dog.
Build a pet base class and derived dog and cat classes. Learn initialization, attribute handling, and methods like wants to sit or wants to play, and how __str__ affects printing.
Create a standalone human class that stores dog and cat objects in an array and can interact with them, demonstrating composition, inheritance, and the has pets check.
Learn how to use external libraries in Python by importing the random library, accessing features like random integer, random float, and random uniform, and using seeds to make results deterministic.
Explore the Python time library to measure algorithm speed with time.clock, and control execution with time.sleep, including practical loop timing and delays for precise pauses.
Build a python blackjack game by creating a player class with hand, score, and money; implement initialization, a print method, and a score calculator with ace handling and card values.
Learn to handle errors with try and accept in Python, catching value and name errors, using finally and raise for robust data processing and debugging.
We at Mammoth Interactive value input from students like you. Feel free to leave us your feedback.
Why use SVG?
It has good support among all modern browsers, and it's an open standard.
It uses smaller file sizes compared to bitmapped files.
You can style shapes in CSS and interact with them in JavaScript! Thus you can programmatically alter shapes for use on web pages.
Gain hands-on experience with coding real projects! Make vector graphics by coding in this awesome course for beginners. Scalable Vector Graphics (SVG) is an image format that uses vectors, in contrast to other image formats like jpg, gif, or pngs, which are raster graphics. SVG is made with math. For this reason, it can scale indefinitely! This makes it great for making logos, icons, and simple designs.
This course was funded by a wildly successful Kickstarter.
If you have always wanted to learn to code, this is your place to start. In this course, you will learn how to code in the Python 3.5 programming language.
Whether you have or have not coded before, you can learn how to use Python. Python is a popular programming language that is useful to know because of its versatility. Python is easy to understand and can be used for many different environments. Cross-platform apps and 3D environments are often made in Python.
You learn the basics of programming, including topics like variables, functions, and if statements. You learn about data structures such as lists, dictionaries, and sets. We cover how to use for and while loops, how to handle user input and output, file input and output. We apply our knowledge to build a fully functional tic-tac-toe game.
You learn classes, methods, attributes, instancing, and class inheritance. We make an additional Blackjack game! You learn how to solve errors that can occur when you work as a programmer.
Also now Included in these bundles are our Extra Courses, if you want to learn to use other programs such as Camtasia or Sketch, you get more content than what you paid for this way!
We really hope you decide to purchase this course and take your knowledge to the next level!
Let's get started!
Enroll now to join the Mammoth community!