Python is a very popular programming language, known for its versatility, straightforward syntax and flexibility. One of its greatest advantages, is its ability to automate repetitive, tedious tasks. For example, if you are wanting to edit the same letter numerous times to include personalised fields, e.g., a person’s name or address, Python can be used… Continue reading Documental Breakdown – Using Python to Generate Word Documents and PDFs
Tag: python
Match Me If You Can
Address Matching in Python If you ask any Data Scientist, they will tell you that the majority of their time spent at work is cleaning messy data. Data comes in countless forms so getting it into a practical format can be tricky and time-consuming. One of the most challenging types of data to work with… Continue reading Match Me If You Can
Generating Word Documents Using a Template in Python
This blog is an extension of my previous one titled “How to create word documents (.docx) using Python“. In the previous blog, I explained about how we can generate MS Word reports (or documents in general) from scratch using Python. While building a document from scratch in Python gives you all the flexibility of the… Continue reading Generating Word Documents Using a Template in Python
An Introduction to Machine Learning
The growing demand for machine learning (ML) in recent years has led to an increased need for high-quality resources. ML can add great value to companies, and many sectors are now implementing it to solve complex business problems. They are able to generate actionable insights, assisting with their decision-making, helping them stay ahead of the… Continue reading An Introduction to Machine Learning
What makes a good visual?
Overview Visualisation of data is very important and is broadly used nowadays in industry. It makes it much easier to communicate important insights and to make business decisions, rather than looking at the data itself. But they need to be used carefully as there are many ways that this can go wrong. Using the wrong… Continue reading What makes a good visual?
Brand New With Tags – Labelling Objects for Detection
Object detection and computer vision have become almost synonymous over the last decade with artificial intelligence and machine learning. Its applications have been at the forefront of the media for many years with self-driving cars and facial recognition. There are many different options for implementing object detection in Python. Packages including OpenCV and YOLO already… Continue reading Brand New With Tags – Labelling Objects for Detection