softprotoinc.com

mtxsaalis@gmail.com

We create, combine and use recycled views with swiftUi and MapKit

In today’s article we will use Mapkit to display a map along with a few texts while combining views. We will recycle views using old projects views. We will get this as a final product. To start, let us create a project with SwiftUi The interface dropdown selected is swiftUi. We will have multiples views. …

We create, combine and use recycled views with swiftUi and MapKit Read More »

I Used ChatGPT to web-scrape data of google map (french restaurants in NYC) and finally used my ‘bootlegged’ solution… (check the conclusion)

I went looking for French restaurants in the city of New York, of which I wanted the coordinates. I used multiple queries for my search. Among those:   My search were not specific enough. I had to formulate exactly what I was looking for and how. So I came up with prompts of the like: …

I Used ChatGPT to web-scrape data of google map (french restaurants in NYC) and finally used my ‘bootlegged’ solution… (check the conclusion) Read More »

Send mass email with python and gmail

We learn how. 1- You will need to import the following library and modules with: import smtplib # Helper email modules from email.mime.text import MIMEText from email.mime.multipart import MIMEMultipart from email.mime.base import MIMEBase from email import encoders 2- You will define the subject, recipient, sender, body etc of the email with: msg[‘Subject’] = “Your message …

Send mass email with python and gmail Read More »