Let us do scripting with Python! Yay! Not only as an alternative to VBA, but also as an alternative to field functions (=SUM(A1:A2))... (more…)
Read more »
Let's talk about configuring Python applications, specifically the kind that might live in multiple environments – dev, stage, production, etc...
(more…)
Read more »
In this tutorial, you'll learn how to store and retrieve data using Python, SQLite, and SQLAlchemy as well as with flat files. Using SQLite with Python brings with it the additional benefit of accessing data with SQL. By adding SQLAlchemy, you can work wi... (more…)
Read more »
Answer (1 of 1155): The most important question to answer first is why do I want to learn python? Answering this will guide what you use to learn and how you learn. (more…)
Read more »