-
Bitten by Unicode
by joseph carboni Parsing Dollar Figures One product of mine takes reports that come in as a table that’s been exported to PDF, which means text extraction. For dollar figures I […]
-
Train and Deploy A Scikit-learn Model
By Joseph Carboni I’ve been taking a course through Codecademy on Machine Learning. Let me tell you, it’s great – worth the money. If there’s one thing I’ve learned so […]
-
SQLite and Python
by Toby Ho SQLite is a lightweight SQL relational database. Although it is not built for multi-user concurrent applications, it has become a staple data storage option for mobile, desktop, […]
-
How to Leverage AI to Fit a Product to the Market
Why AI is over hyped I have been a software engineer for over 9 years. I have seen many “Game Changing” new technologies come and go. From Blockchain, GraphQL and […]
-
From problem to Python
Developing a website monitoring tool By Joseph Carboni This is an example of using an acute business problem as an opportunity to use Python for a helpful solution – a […]
-
Making a website with just python standard library
Have you ever wanted to know what it would take to actually write a website in python? Some kind of simple project that would allow you to learn how python […]