Python ×
Welcome to the Microblog section of my website, here you will find short snippets, linkposts and imageposts in my own little social stream. These posts are syndicated directly to my Mastodon and BlueSky accounts. Filter by topic >>>
Moving towards the end of LaunchSchool's PY100 python prep course, I completed the collections exercises in the 'Introduction to Programming with Python' book. Straightforward, but plenty of methods I've not used before, especially 'zip'.
π¬πππ Discussion
ποΈ Python LaunchSchool
Today I completed the 'Flow Control' exercises in LaunchSchool's 'Introduction to Programming with Python' book. Fairly straightforward, taught match/case, though none of the exercises used it.
π¬πππ Discussion
ποΈ Python LaunchSchool
Today I completed the 'Input/Output' and 'Functions and Methods' exercises in LaunchSchool's 'Introduction to Programming with Python' book. I've not used all() or any() before, so trying to fully understand those.
π¬πππ Discussion
ποΈ Python LaunchSchool
Again, fairly basic stuff, but tonight I completed the 'Variables' section of LaunchSchool's 'Introduction to Programming with Python' book.
π¬πππ Discussion
ποΈ LaunchSchool Python
Fairly basic stuff, but completed the 'Basic Operations' exercise in LaunchSchool's 'Introduction to Programming with Python' book. Largely types, casting, comparators.
π¬πππ Discussion
ποΈ LaunchSchool Python
Straightforward set of tuple and dictionary exercises to round off Data Types in LaunchSchool's 'Introduction to Programming with Python' book. Not new, but good to get into daily study routine.
π¬πππ Discussion
ποΈ Python LaunchSchool
Injured my back relaying the hens' patio on Friday, so have been easing into the orientation module to Launch School's Python path, then complete through to the Getting Started chapter of their Introduction to Programming with Python book.
I know Python pretty well, so just getting my environment set up, and soaking it back in.
π¬πππ Discussion
ποΈ Python LaunchSchool
This section teaches use of f-strings in Python to produce easily customisable variable driven output. Also
end="" to prevent print statements terminating to new line - I've never used this.π¬πππ Discussion
Quick series of python exercises covering variables, user input, and concatenation.
π¬πππ Discussion
Completed list interrogation last night with functioning and properly indexed median function
π¬πππ Discussion
ποΈ Python
Reorganises lists for interrogation. Median function is basic & still needs some work.
π¬πππ Discussion
ποΈ Python
Nifty bit of code which spits out the whole divisors of the user entry #python
π¬πππ Discussion
ποΈ Python

