Technology
-
Getting Started with PyCharm for Python Programming
To complete the programming projects of the beginner section of the Python 100 days of code bootcamp you are recommended to install PyCharm as the coding editor. Via PyCharm you can then get easy access to a folder structure with the projects of the first 15 days including each time a blank main.py file, some…
-
Why I Chose Refurbished iPhone 16 Pro Over iPhone 17
Recently one of our kids was in need of a new phone so I was going to get myself a new iPhone and give my current iPhone to him. At first I was considering to buy the new iPhone 17 Pro or Pro max but I found the price ticket prohibitive. Actually, coming from an…
-
Exploring Turtle Graphics: A Random Walk in Python
As part of the 100 Days of Code with Python training we had to plot a random walk using Turtle Graphics. There was a link to this wikipedia page explaining the mathematics and applications of random walks in various fields. I didn’t read all the mathematical details for various dimensions, only the 1d case and…
-
From 100 Days of Code to Ideas for Geometry Projects with Turtle
After having finished the beginner section of 100 Days of Code Python Bootcamp on Udemy I decided to push on and to explore the remaining 85 days of coding as well. A vacation intervened with this but now I managed to continue the lessons and finished days 16-18 which are about Object Oriented Programming. Day…
-
Chilli Pepper Harvest and Tasting Grown in the Auk Mini
In a previous post I mentioned that my chilli peppers weren’t growing well and that I discovered on the Auk site some tips which I applied. I pruned away the high branches of all the plants and that really did the trick for the chilli peppers. I have peppers growing by the dozens and have…
-
100 Days of Programming Projects: Reflections and Tips after Day 14 and the Beginner Level Section of the Course
Day 14 marks the end of the beginner level. I just finished that and all in all as expected nothing fundamentally new learned so far. Still, I had some refreshers here and there and learned a couple of nice tricks. Most days ended with a guided programming project that used newly learned concepts of that…
-
Mastering Python Basics: Essential Programming Concepts From the First 7 Days of 100 Days of Coding Bootcamp Course on Udemy
The first 14 days are labelled as beginner level. And so far I have certainly not learned any new concepts, it is all about the basics of programming really: variables, conditional statements, loops, functions and the like. Still, most of what I learned so far came from the daily programming projects. During those projects I…
-
No Progress with the progress element in WordPress
A few posts ago I reported about the progress and meter elements in html5 and that I had found a way to add these to a WordPress blog. Unfortunately it didn’t work as expected. After entering the html code the block looked as expected but when I published the post I only say the labels…
-
100 Days of Code Python Bootcamp Progress
As mentioned earlier I am checking out this course on Udemy to see if it is something worth while suggesting to my son. The first 14 days cover the basics and are labelled beginner and 14 days of coding should be doable for him, these are sessions that take 1 to 2 hours each, watching…
-
Serendipity
In the previous blog post I mentioned I was scouting around for a good Python course for my 15 year old son and went of on a tangent about whether AI means you don’t need to know Python at all. Needless to say I still believe that you can benefit from being able to program…
