Replit EdFest 2022 Jam - Intro To PyScript

ATTENTION! If you’d like to do the course yourself, join up using this link for FREE. And don’t forget to watch the video walkthrough. Welcome to your Intro to PyScript, a simple replit that teaches you the basics of the modern Python web dev technology. You’re going to set up your own simple HTML page with a linked Python program. You’ll enable PyScript, take user data, run it through your program and print it back out to the user....

28/07/2022 · 6 min · 1098 words · Mr Ash

Easily Learn Difficult Things: Object Orientated Programming

I’m a big fan of YouTuber Ali Abdaal, his ex-PA now turned YouTuber Elizabeth Flipis has a great channel. She creates content about herself living in London while studying Medschool. Her latest video You’re Not Stupid: How to Easily Learn Difficult Things caught my attention. As someone who feels dumb 90% of the time, this is perfect, and the timing couldn’t be better as I’m learning computer science and programming....

22/06/2022 · 4 min · 850 words · Mr Ash

Automate The Boring Stuff With Python Practice Projects

Automate The Boring Stuff With Python is an incredible book, and course by Al Sweigart to learn Python coding and computer science for the everyday person. With its straightforward learning approach, and succinct program examples and explanations, it’s many hobbyists’ go-to book for Python. This article breaks down my personal solutions to the practice projects outlined at the end of most chapters. As I continue to learn Python and generally computer science, I enjoy seeing how others solve coding problems....

21/06/2022 · 6 min · 1273 words · Mr Ash

Python Range Function • Quick Python Project Lesson

So you’re learning Python and want to understand the range function, welcome! The range function paired with a for loop is a great way to repeat code a number of times. Let’s learn the basics of the range function with Python and then it’s over to you for a little project. Basics Let’s have a simple counter go from 1 to 5, and show the results as it counts....

18/11/2021 · 6 min · 1150 words · Mr Ash

ZigZag - Beginner Python Project

Let’s learn some Python! Want an easy python program to get started? Here’s zigzag. This program is from Automate The Boring Stuff With Python Chapter 3, under A Short Program: Zigzag. Welcome to my third study session to learn Python Programming! The video above covers the entire process of copying the zig zag program from Automate The Boring Stuff With Python. See Built-in Functions, Time access and conversions and What does end=’ ‘ exactly do?...

19/10/2021 · 2 min · 357 words · Mr Ash