Cassie Nesler Guest Blog

Speak Geek with a Forked Tongue: Python

Speak Geek with a Forked Tongue: Python Guest blog: Cassie Nesler (character from the novel Along the River Road by S. C. Ashby)   I decided to break from RubberDucking to offer some suggestions for Python coding books especially for beginners. My Aunt Jackie (who is a librarian) has both adults and young kids always… Continue reading Speak Geek with a Forked Tongue: Python

Cassie Nesler Guest Blog

Rubber Ducking: More Python Features for Function Fun

Greetings, fellow snake charmers, that is: Python coders! So, as a way to simply jog your memory about if-then statements: the if-then statement is a very basic control flow statement. It simply lets your program know to execute a certain section of code only if a particular test evaluates to true. For example, let’s say… Continue reading Rubber Ducking: More Python Features for Function Fun