Amazon Price Drop Notification Bot (part 1)
This is part 1 of the Amazon Price Drop Notification Bot series. The name says it all. Stay tuned for[…]
Read moreUse Python to automate office tasks
This is part 1 of the Amazon Price Drop Notification Bot series. The name says it all. Stay tuned for[…]
Read moreIn this short tutorial, we’ll talk about how to use a Python Virtual Environment (venv) and the Jupyter Notebook. We’ll[…]
Read moreThe Python xlsxwriter library is capable of creating all sorts of conditional formatting for our Excel file. Let’s take a[…]
Read moreWe’ll talk about data visualization & exploration with a Python library called plotly. There are many plotting libraries within the[…]
Read moreBuilding upon our previous file, we’ll use Python xlsxwriter library to beautify our boring-looking Excel spreadsheet by adding formatting, sparkline,[…]
Read moreXlsxwriter is a powerful library that can recreate most of the features of Excel, including formula, link, and named range.[…]
Read moreIn this tutorial, we’ll use Python to create a high-fidelity Excel spreadsheet. “High-fidelity” means that the Python-generated Excel spreadsheet will[…]
Read moreToday we’ll talk about how to connect and work with the SQLite database using Python. In case you have never[…]
Read morePython can connect to and work with a wide variety of database applications, MS Access database is one of them.[…]
Read moreIn just 10 minutes, you’ll learn how to create an audiobook by converting text to audio files in Python. The[…]
Read more