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

CS50P Problem Set Guide

Hello, world and welcome, this is a breakdown, or guide, to the problem sets (psets) to CS50’s Introduction to Programming with Python (CS50P). If you’re unaware, CS50 Python comes from Havard which operates edx CS50. It’s a great introduction to the programming language Python. If you’re brand new to Computer Science (CS) or have a background in technology, CS50 covers the fundamentals really well. It’s one of the best places to learn Python online....

17/07/2022 · 13 min · 2599 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