top of page
Search
The Tech Platform
Feb 18, 2021
How to Extract the Text from PDFs Using Python and the Google Cloud Vision API
This winter, I discovered that Wellesley College, where I am currently a senior studying Media Arts and Sciences, has an archive of over...
The Tech Platform
Jan 31, 2021
Multitasking In Python (Multithreading and Multiprocessing)
Modern operating systems allow a user to run several applications simultaneously, so that some tasks can be run in the background while...
The Tech Platform
Jan 26, 2021
Python–The Perfect Language for Machine Learning
Machine Learning, in simple terms, is the ability of computers to learn on their own without the need to program new skills. Machine...
The Tech Platform
Jan 25, 2021
Create a Dashboard with Flask, Plotly, Altair, Chart.js, and AdminLTE
Back when the first time I learned Flask to create a functional dashboard, it was so difficult to find tutorials or documentation that...
The Tech Platform
Jan 24, 2021
How to Set Up and Program Raspberry Pi Pico
The Raspberry Pi Pico is an intriguing board. Rather than be another Linux single-board computer like every other Raspberry Pi, the Pico...
The Tech Platform
Jan 24, 2021
Raspberry Pi Pico: Tutorials, Pinout, Everything You Need to Know
The smallest Pi, in the greatest detail The Raspberry Pi Pico is a radical change from previous Pis because it’s not a Linux computer,...
The Tech Platform
Jan 23, 2021
Python Numpy for Data Science
How to analyze data with Numpy In this post, I will discuss the details of the Numpy library’s features and applications in data science....
The Tech Platform
Jan 9, 2021
Turn Photos into Cartoons Using Python
You can give a cartoon effect to a photo by implementing machine learning algorithms in Python. Original Image by Kate Winegeart on...
The Tech Platform
Dec 8, 2020
Sentiment Analysis for Stock Price Prediction in Python
How we can predict stock price movements using Twitter Note from Towards Data Science’s editors: While we allow independent authors to...
The Tech Platform
Dec 6, 2020
County Money in Greedy Algorithm
Given a value V, if we want to make a change for V Rs, and we have an infinite supply of each of the denominations in Indian currency,...
bottom of page