Proxmox Guest Agent – Linux
We are all familiar with VMware Tools and Virtualbox Extensions and Peroxmox has its own agent to install for host to guest comms. It doesn't appear to have quite the…
We are all familiar with VMware Tools and Virtualbox Extensions and Peroxmox has its own agent to install for host to guest comms. It doesn't appear to have quite the…
I am hoping to follow this course on Udemy from Dr Angela Yu. https://www.udemy.com/course/100-days-of-code I will try and update this blog as I work through each day with an explanation…
Day 1 we covered the following introductory topics: Day 1 Goals Setting up PyCharm Printing to the Console String Manipulation Debugging Python Variables Variable Naming Project - Band Name Generator…
Day 2 itinerary: Day 2 Goals Primitive Data Types Type Error Type Checking Type Conversion Mathematical Operators in Python Coding Exercise: BMI Calculator Number Manipulation and F Strings in Python…
Day 3 Goals if/else statements Modulo Nested if/else and elif statements Coding Exercise: BMI Calculator Version 2 Multiple if statements Coding Practice: Pizza Order Logical Operators Project: Treasure Island My…
Day 4 goals Random Module Lists Appending Offset Coding Exercise: Who will pay the bill? Index Errors and Nested Lists Project: Rock-Paper-Scissors My "Pay the Bill" exercise import random friends…
Day 5 Goals For Loop sum() range() function Coding Challenge: FizzBuzz Project: Password Generator My fizzbuzz challenge # You are going to write a program that prints the solution to…
Day 6 Goals Defining and calling functions The Hurdles Challenge https://reeborg.ca/reeborg.html?lang=en&mode=python&menu=worlds%2Fmenus%2Freeborg_intro_en.json&name=Hurdle%201&url=worlds%2Ftutorial_en%2Fhurdle1.json Indentation in Python While Loops The Hurdles Challenge with while loops The Hurdles Challenge with variable heights Project: Escape…
Day 7 Goals Approaching Complex Problems Step 1 - Pick a Random Word Step 2 - Replacing Blanks with Guesses Step 3 - Checking of the Player has won Step…
Day 8 Goals Functions with Inputs Coding Exercise : Life in Weeks Positional vs Keyword arguments Coding Exercise: Love Calculator Caeser Cipher Part 1 - Encryption Caeser Cipher Part 2…