Mad Lib Game • Beginner Python Project

Are you learning Python? Need some beginner Python projects? It’s nice to have you here, this is my Mad Lib Game, an easy beginner Python Project for you! Mad Libs are a simple game, it consists of one player prompts others for a list of words to substitute for blanks in a story before reading aloud. Instead of a human, we’ll have the computer read them back via the terminal, cool....

11/10/2021 · 5 min · 867 words · Mr Ash

Vanguard vs Pearler 2023 Best Aussie FIRE Broker

Great! I just made the move. The Vanguard platform gets the job done, but Pearler has the style with more features and a clearer development roadmap. If you’re new to investing, see Beginner’s Guide To Passive Investing. Let’s look at what’s involved in switching investment brokers. Disclaimer, this is not personal financial advice. If you’d like to support the blog, consider signing up with Pearler via this link. Vanguard vs Pearler – Why?...

29/09/2021 · 5 min · 1019 words · Ash

Guide To SEO - Ultimate Beginners Guide For SEO

Hello there Search Engine Optimisation (SEO), or in other words, changing web pages to satisfy the magical algorithm of Google. Learning SEO is a windy road that takes time, let’s go on this journey together, a guide to SEO. Nat Eliason made an SEO course and wrote how to start a blog. I’ll be condensing these, plus adding my experience from web design and digital marketing. This is my beginner’s guide to SEO for blogging in 2021....

16/09/2021 · 8 min · 1494 words · Mr Ash

WordPress App Won't Connect To Website Cloudways Self-hosted

Your WordPress app won’t connect to your website? Let’s fix that! Note, this is for Cloudways self-hosted websites. Follow this guide if you need help setting up the app and connecting it to your website. Check Jetpack Is Installed Make sure you have the most up-to-date plugin Jetpack. It’s what connects your self-hosted site to the app. If you’ve never set Jetpack up, follow this guide to help you....

21/07/2021 · 1 min · 210 words · Mr Ash

Basic Python Project • Is It Raining?

Learning python? It’s an incredible programming language to have in your tool belt. This project is inspired by an early example from Automate The Boring Stuff with Python. Flow Control This python project is to impliment this flow chart: Taken from chapter 2, there’s a few things to digest, see the code step by step in Python Tutor. Let’s write the steps is psuedoe code: Ask if it’s raining? If no, go outside....

06/06/2021 · 3 min · 505 words · Mr Ash