Python – Challenges
Python Level 1 Python Level 2 Python Level 3 Challenges Challenge: The design and development of console application solutions.
Python – Challenges Read More »
Python Level 1 Python Level 2 Python Level 3 Challenges Challenge: The design and development of console application solutions.
Python – Challenges Read More »
Boss Challenge 3.2.3 Azltech Distributors App – 10XP Create an app for a costing program, where the order details are entered, and the total cost is calculated. Determine the IPO, design a flowchart algorithm and create/test the Python code.Save as azltech_app.py Scenario Azltech Distributors currently calculates for costs dispatching orders manually. The manager has decided
Python Boss Challenge 3.2.3 Boss Read More »
Boss Challenge 3.2.2 Diving App – 8XP Create an app to score the dives in the Games. Determine the IPO, design a flowchart algorithm and create/test the Python code.Save as diving_app.py Scenario Each of the seven judges score dives out of 10 and the athlete with the highest total is the winner. The
Python Challenge 3.2.2 Boss Read More »
Boss Challenge 3.2.1 Shopping List and Budget – 6XP Develop a shopping list program where users can add items and their prices. Keep track of the total cost and ask the user for a budget. Display whether the user is under, over, or on budget after each addition. Use lists and dictionaries to store item
Python Challenge 3.2.1 Boss Read More »
Python Challenge – Exercises These are the basic challenges for Python Level 3 – Console. Exercise Set 1 – 4 XP For each of the following, determine the IPO, create a flowchart algorithm and create and test the Python code. Save each. Exercise Set 2 – 4 XP Exercise Set 3 – 4 XP Banking
Python Challenge – 3.1 Exercises Read More »
Python Level 1 – Skills Python Level 2 – Skills Python Level 3 – Skills Python Level 4 – Skills
CSS 1 CSS -> Cascading Style Sheets CSS is the language we use to style an HTML document.CSS describes how HTML elements should be displayed.This tutorial will teach you CSS from basic to advanced. If you want to explore more tags then go here.Reference site: w3schools.com/html
HTML 1 HTML -> Hyper Text Markup Language HTML is the standard markup language for Web pages.With HTML you can create your own Website.HTML is easy to learn – You will enjoy it! If you want to explore more tags then go here.Reference site: w3schools.com/html