APIs and Json serialization an example with SwiftBefore we delve into the article you can check my github: chrisb5a and the two repos:Jun 1, 2023Jun 1, 2023
Google Sear bar Swift UikitWe implement a search bar on GoogleMaps that returns potential locations. Upon selection GoogleMaps updates to the chosen location. To…Mar 10, 2023Mar 10, 2023
We create, combine and use recycled views with swiftUi and MapKitIn 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…Mar 2, 2023Mar 2, 2023
Google Maps and Google places with swift UIKitToday we will discuss implementing google maps features on an app written with swift (an iphone). At launch the app will show the map set…Feb 23, 20231Feb 23, 20231
Writing our own “Gaussian Fit” with Python a simple exampleIn this story we will learn how to write a simple gaussian fit to a dataset using the least square method.Feb 16, 2023Feb 16, 2023
I Used ChatGPT to web-scrape data of google map (french restaurants in NYC) and finally used my…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…Feb 9, 2023Feb 9, 2023
Web-Scrapping with python quick tips an example (on NY-Bits website)we will scrape the internet for relevant information. We choose NY Bits. It is a website that gives info about rental properties. We will…Feb 7, 2023Feb 7, 2023
Send mass email with python and gmail1- You will need to import the following library and modules with:Feb 2, 2023Feb 2, 2023