Python
-
Python Inheritance is More Powerful (and More Dangerous) Than Most
This is going to be a short one to get me back into writing again. I just wanted to point…
Read More » -
Multi-Line Lambdas in Python
I need to preface all of this with a disclaimer: I love Python, but I am able to see plenty of…
Read More » -
Instance-Level Properties in Python
Making Descriptors that act as specialized properties can be tricky, especially when it comes to storing the data the property…
Read More » -
String Python Comparisons Along
Last time, I talked about Python’s boolean operators and and or and what can be confusing about them when “truthy”…
Read More » -
Python: Scraping elements relative to each other with BeautifulSoup
Last week we hosted a Game of Thrones based intro to Cypher at the Women Who Code London meetup and…
Read More » -
Python: Regex – matching foreign characters/unicode letters
I’ve been back in the land of screen scrapping this week extracting data from the Game of Thrones wiki and…
Read More » -
File Handling in Amazon S3 with Python Boto Library
1.Introduction Amazon Web Services (AWS) Simple Storage Service (S3) is a storage as a service provided by Amazon. It a…
Read More » -
“Object Literals” in Python
This may come as a shock to my regular readers, but even as a Pythonista and Kotlinite, I’m a little…
Read More » -
The Yin and Yang of Python
It’s time that I got a bit more real with you guys. Pretty much ever since I learned Python, I’ve…
Read More »