Extracting WhatsApp messages from an iOS backup
https://yasoob.me/posts/extracting-whatsapp-messages-from-ios-backup
https://yasoob.me/posts/extracting-whatsapp-messages-from-ios-backup
yasoob.me
Extracting WhatsApp messages from an iOS backup - Yasoob Khalid
Hi everyone! 👋 I was recently exploring how to get a local backup of WhatsApp messages from my iPhone. I switched from Android to iOS in the past and lost all of my WhatsApp messages. I wanted to make sure that if I switched again from iOS to Android I don’t…
MNE — Open-source Python package for exploring, visualizing, and analyzing human neurophysiological data: MEG, EEG, sEEG, ECoG, NIRS, and more
https://mne.tools/stable/index.html
https://mne.tools/stable/index.html
freeCodeCamp: Gradio Course - Create User Interfaces for Machine Learning Models in Python
https://www.youtube.com/watch?v=RiCQzBluTxU
https://www.youtube.com/watch?v=RiCQzBluTxU
YouTube
Gradio Course - Create User Interfaces for Machine Learning Models
Gradio is a python library that makes it super easy for machine learning engineers to create user interfaces. This complete course coverw all aspects of Gradio, including deployment.
✏️ Course developed by 1littlecoder. Check out his channel: https://ww…
✏️ Course developed by 1littlecoder. Check out his channel: https://ww…
Web Automation With Selenium And Python (making a court reservation bot)
https://yasoob.me/posts/web-automation-with-selenium
https://yasoob.me/posts/web-automation-with-selenium
yasoob.me
Web Automation With Selenium And Python - Yasoob Khalid
Hi everyone! 👋 I recently moved to Redmond, WA, and tried to get into some sports that could keep me active and moving. After looking around for a bit I realized that half the people here play badminton so it was an easy decision for me to sign up for a local…
How I automatically generate grocery shopping lists with Trello & AWS Lambda
https://dev.to/aws-builders/how-i-automatically-generate-grocery-shopping-lists-with-trello-aws-lambda-1563
https://dev.to/aws-builders/how-i-automatically-generate-grocery-shopping-lists-with-trello-aws-lambda-1563
DEV Community
How I automatically generate grocery shopping lists with Trello & AWS Lambda
I use Trello for all kinds of personal stuff, one of which is keeping track of recipes and grocery...
Scrape Google Scholar Papers within a particular conference in Python
https://medium.com/geekculture/scrape-google-scholar-papers-within-a-particular-conference-in-python-1eef3318dc16
https://medium.com/geekculture/scrape-google-scholar-papers-within-a-particular-conference-in-python-1eef3318dc16
Medium
Scrape Google Scholar Papers within a particular conference in Python
A programmatic approach to scrape Google Scholar papers from a particular conference in Python.
How to Transform Your Nested JSON Data With Python
https://medium.com/@geencay/how-to-transform-your-nested-json-data-with-python-2af1df98cb7a
https://medium.com/@geencay/how-to-transform-your-nested-json-data-with-python-2af1df98cb7a
Medium
How to Transform Your Nested JSON Data With Python
Transforming your data is one of the essential parts of Data related jobs. Sometimes it takes too much time and web search needed to do…
Passwords That Are Safe Even From Key Loggers
https://jccraig.medium.com/passwords-that-are-safe-even-from-key-loggers-708b002d27a8
https://jccraig.medium.com/passwords-that-are-safe-even-from-key-loggers-708b002d27a8
Medium
Passwords That Are Safe Even From Key Loggers
I’m paranoid. I don’t want to share my passwords with password managers. I don’t want to write them down or type them anywhere. I don’t…
Kotlin/Native vs. C++ vs. Freepascal vs. Python: A Comparison
https://betterprogramming.pub/kotlin-native-vs-c-freepascal-python-c1dba39752cf
https://betterprogramming.pub/kotlin-native-vs-c-freepascal-python-c1dba39752cf
Medium
Kotlin/Native vs. C++ vs. Freepascal vs. Python: A Comparison
Measuring time of build, time of running, size of the compiled executable file across codebases
Why choose Python for Website Development in 2022
https://botreetechnologies.medium.com/why-choose-python-for-website-development-in-2022-1eaf511b2c4a
https://botreetechnologies.medium.com/why-choose-python-for-website-development-in-2022-1eaf511b2c4a
Medium
Why choose Python for Website Development in 2022
Python has been around for a long while, and we can say with zero traces of uncertainty that it is one of the most well-known programming…
The Best Book To Build A Strong Machine Learning Foundation
https://medium.com/mlearning-ai/the-best-book-to-build-a-strong-machine-learning-foundation-ac6bbd7f7afd
https://medium.com/mlearning-ai/the-best-book-to-build-a-strong-machine-learning-foundation-ac6bbd7f7afd
Medium
The Best Book To Build A Strong Machine Learning Foundation
A complete guide on why and the best way to read this book
Python Object-Oriented Programming OOP Full Guide
https://medium.com/@menaceurnajem1998/python-object-oriented-programming-oop-full-guide-59505cd64615
https://medium.com/@menaceurnajem1998/python-object-oriented-programming-oop-full-guide-59505cd64615
Medium
Python Object-Oriented Programming OOP Full Guide
the object-oriented approach to creating programs in Python. we introduce terminology and software design with examples.