Here you'll find:
• Python
• Narrative Technical Writing
• Track & Field Athletics
Links in the pinned post below
stephengruppetta.com
• Python
Python articles www.thepythoncodingstack.com
The Python Coding Book amzn.to/42tJKOL
Real Python realpython.com
• Narrative technical writing
stephengruppetta.com/breaking-the-rules
• Track & Field Athletics
backonthetrack.substack.com
• Everything stephengruppetta.com
That's a bit criminal 🤣
After the BF I'll have to increase the price of this book!
mathspp.gumroad.com/l/python-dr...
That's a bit criminal 🤣
After the BF I'll have to increase the price of this book!
mathspp.gumroad.com/l/python-dr...
I've just published my 8th annual list of every Python-related Black Friday / Cyber Monday sale I'm aware of.
I've just published my 8th annual list of every Python-related Black Friday / Cyber Monday sale I'm aware of.
Here's the link:
stephengruppetta1.gumroad.com/l/breaking-t...
Here's the link:
stephengruppetta1.gumroad.com/l/breaking-t...
Spotlight on both beginners' courses at The Python Coding Place
• Both great for beginners
• But different in style
• You don't have to choose—get both
Both included in Black Friday All-Courses Bundle • Only $200
thepythoncodingplace.thinkific.com/bundles/the-...
Spotlight on both beginners' courses at The Python Coding Place
• Both great for beginners
• But different in style
• You don't have to choose—get both
Both included in Black Friday All-Courses Bundle • Only $200
thepythoncodingplace.thinkific.com/bundles/the-...
Lifetime Access to Python Morsels
Lifetime Access to Python Morsels
• Daughter’s birthday lunch (birthday was mid-week)
• Final prep for the final two weeks on the @realpython.com Python for Beginners course—it’s the final project
• Write a couple of articles—one will be a bit peculiar
Will I have time for all of this? We’ll see
• Daughter’s birthday lunch (birthday was mid-week)
• Final prep for the final two weeks on the @realpython.com Python for Beginners course—it’s the final project
• Write a couple of articles—one will be a bit peculiar
Will I have time for all of this? We’ll see
• A Turtle Tale: A visual introduction to Python programming
• Worked Exercises for A Python Tale
• Pythonic Loops & Comprehensions
• How Functions Function • An Intermediate Level Course on Functions
…
• A Turtle Tale: A visual introduction to Python programming
• Worked Exercises for A Python Tale
• Pythonic Loops & Comprehensions
• How Functions Function • An Intermediate Level Course on Functions
…
Here `issubset` reads as:
"Are all required checks contained in what’s done?"
Here `issubset` reads as:
"Are all required checks contained in what’s done?"
What's the difference between a statement and an expression? And why does it matter?
Let's explore:
/1
What's the difference between a statement and an expression? And why does it matter?
Let's explore:
/1
Now, look up "zymology"
I’ll wait…
...
Now, look up "zymology"
I’ll wait…
...
Clearly a sign from the stars (Ha!)
So, here's a preview and the link to the article
thepythoncodingstack.substack.com/p/python-tur...
Clearly a sign from the stars (Ha!)
So, here's a preview and the link to the article
thepythoncodingstack.substack.com/p/python-tur...
…and it’s now coming to The Python Coding Place
Stay Tuned!
Code name: One
…and it’s now coming to The Python Coding Place
Stay Tuned!
Code name: One
I had to split them across several posts as they don't fit in just one! See the quoted posts…
thepythoncodingplace.thinkific.com/bundles/the-...
• A Turtle Tale: A visual introduction to Python programming
• Worked Exercises for A Python Tale
• Pythonic Loops & Comprehensions
• How Functions Function • An Intermediate Level Course on Functions
…
I had to split them across several posts as they don't fit in just one! See the quoted posts…
thepythoncodingplace.thinkific.com/bundles/the-...
Clearly a sign from the stars (Ha!)
So, here's a preview and the link to the article
thepythoncodingstack.substack.com/p/python-tur...
Clearly a sign from the stars (Ha!)
So, here's a preview and the link to the article
thepythoncodingstack.substack.com/p/python-tur...
This is a great framework for beginners who may struggle to decide which tools are needed when writing code.
• Do you need to store some information to use later on in your program? Think of what data type you may need
/1
This is a great framework for beginners who may struggle to decide which tools are needed when writing code.
• Do you need to store some information to use later on in your program? Think of what data type you may need
/1
Now, look up "zymology"
I’ll wait…
...
Now, look up "zymology"
I’ll wait…
...
…most of the force you produce is vertical when you're traveling at top horizontal speed
backonthetrack.substack.com/p/12-maximum...
…most of the force you produce is vertical when you're traveling at top horizontal speed
backonthetrack.substack.com/p/12-maximum...
We don’t mention something once and move on.
We get back to it, discuss it from a different perspective, through a different example.
…
We don’t mention something once and move on.
We get back to it, discuss it from a different perspective, through a different example.
…
Ah, the joys of social media, no matter what platform
I haven't used Adobe for ages, but had to get the free Reader for something
Old style installation that added 4 items that run in the background
It's just a program to read a PDF document, for whatever's sake!
Ah, the joys of social media, no matter what platform
I haven't used Adobe for ages, but had to get the free Reader for something
Old style installation that added 4 items that run in the background
It's just a program to read a PDF document, for whatever's sake!
I haven't used Adobe for ages, but had to get the free Reader for something
Old style installation that added 4 items that run in the background
It's just a program to read a PDF document, for whatever's sake!
Are *you* subscribed to The Python Coding Stack?
www.thepythoncodingstack.com
Are *you* subscribed to The Python Coding Stack?
www.thepythoncodingstack.com
The `_` identifier in Python’s REPL is only defined when you run the first expression (i.e. something that returns a value)
It’s undefined before that
I would have assumed it’s defined and equal to `None`. But clearly, no!
The `_` identifier in Python’s REPL is only defined when you run the first expression (i.e. something that returns a value)
It’s undefined before that
I would have assumed it’s defined and equal to `None`. But clearly, no!