Skip to content Skip to sidebar Skip to footer
Showing posts with the label Logic

Python Deleting Certain File Extensions

I'm fairly new to Python, but I have gotten this code to work, and in fact, do what it's in… Read more Python Deleting Certain File Extensions

How Do Boolean Operations Work With Parentheses In Python 2.7?

Found this little oddity while playing around. >>> 'Hello' == ('Hello' or … Read more How Do Boolean Operations Work With Parentheses In Python 2.7?

Simplifying Equations With Python Z3 API

I'm trying to learn how to accomplish a few things when working with expressions in the Python… Read more Simplifying Equations With Python Z3 API