Beginners guide to Object-Oriented Programming in Python
https://medium.com/@rohith30012001/beginners-guide-to-object-oriented-programming-in-python-476701f35db
https://medium.com/@rohith30012001/beginners-guide-to-object-oriented-programming-in-python-476701f35db
Medium
Beginners guide to Object-Oriented Programming in Python
Object-Oriented Programming, or OOPs, is a programming model or paradigm based on the concept of “OBJECTS.” Objects are real-world…
Dask — To handle large dataframes using parallel computing
https://medium.com/@prashprakash1211/dask-to-handle-large-dataframes-using-parallel-computing-f6d942580049
https://medium.com/@prashprakash1211/dask-to-handle-large-dataframes-using-parallel-computing-f6d942580049
Medium
Dask — To handle large dataframes using parallel computing
Why do you need Dask?
How I Automated Bulk Gmail Marketing With TagUI python (RPA)
https://saifduh.medium.com/how-i-automated-bulk-gmail-marketing-with-tagui-python-rpa-2e4cd76ed53
https://saifduh.medium.com/how-i-automated-bulk-gmail-marketing-with-tagui-python-rpa-2e4cd76ed53
Medium
How I Automated Bulk Gmail Marketing With TagUI python (RPA)
Motivation: At work, we always had this use-case wherein we wanted to send bulk emails addressed in one-one mode while respecting the…
3D Volumes Augmentation for Tumor Segmentation using Monai
https://towardsdatascience.com/3d-volumes-augmentation-for-tumor-segmentation-using-monai-1b6d92b34813
https://towardsdatascience.com/3d-volumes-augmentation-for-tumor-segmentation-using-monai-1b6d92b34813
Medium
3D Volumes Augmentation for Tumor Segmentation using Monai
Using Python and Monai to augment your dataset for tumor or organ segmentation.
When You Should Not Use Accuracy to Evaluate Your Machine Learning Model
https://towardsdatascience.com/when-you-should-not-use-accuracy-to-evaluate-your-machine-learning-model-4d58f16968e6
https://towardsdatascience.com/when-you-should-not-use-accuracy-to-evaluate-your-machine-learning-model-4d58f16968e6
Medium
When You Should Not Use Accuracy to Evaluate Your Machine Learning Model
and what the alternatives are.
Awesome websites you can build with Python
https://preettheman.medium.com/awesome-websites-you-can-build-with-python-411b05364f62
https://preettheman.medium.com/awesome-websites-you-can-build-with-python-411b05364f62
Medium
Awesome websites you can build with Python
Welcome back! As some of you may know, Python is a very versatile language, you can do everything from building out machine learning models…
My Study Guide for AWS Certified Cloud Practitioner Exam — (IV) Security & Compliance
https://medium.com/dataman-in-ai/my-study-guide-for-aws-certified-cloud-practitioner-exam-iv-security-compliance-dc1e5814c91a
https://medium.com/dataman-in-ai/my-study-guide-for-aws-certified-cloud-practitioner-exam-iv-security-compliance-dc1e5814c91a
Medium
My Study Guide for AWS Certified Cloud Practitioner Exam — (IV) Security & Compliance
The Study Guide to Pass the Exam
Motion and Facial Recognition Based Room Monitoring System Using Raspberry PI
https://suhaansyed.medium.com/motion-and-facial-recognition-based-room-monitoring-system-using-raspberry-pi-c41b19577739
https://suhaansyed.medium.com/motion-and-facial-recognition-based-room-monitoring-system-using-raspberry-pi-c41b19577739
Medium
Motion and Facial Recognition Based Room Monitoring System Using Raspberry PI
Software built to help individuals suffering from sensitive eyes or vertigo by encouraging them to not stay in one location for too long
Let’s build a video predictor with TensorFlow + Python!
https://preettheman.medium.com/lets-build-a-video-predictor-with-tensorflow-python-2e3a12d14f
https://preettheman.medium.com/lets-build-a-video-predictor-with-tensorflow-python-2e3a12d14f
Medium
Let’s build a video predictor with TensorFlow + Python!
Welcome back! Python is a very popular programming language with a ton of features, it’s also one of the best languages for machine…
Here's how I built a simple Sudoku Solver using Backtracking in Python!
https://youtu.be/uwaxPDIi_i4
https://youtu.be/uwaxPDIi_i4
YouTube
Building a Sudoku Solver using Backtracking in Python
In this video, we will be creating a Sudoku solver in Python using the backtracking algorithm. We will recursively call the algorithm and backtrack when necessary in order to solve the puzzle.
This is a great beginner project for those who want to get into…
This is a great beginner project for those who want to get into…
FastAPI JWT Auth Tutorial (with working Github code)
https://christophergs.com/tutorials/ultimate-fastapi-tutorial-pt-10-auth-jwt
https://christophergs.com/tutorials/ultimate-fastapi-tutorial-pt-10-auth-jwt
Christophergs
The Ultimate FastAPI Tutorial Part 10 - Auth via JSON Web Token (JWT)
Use pandas and datetime library to convert string, number and unixtimestamp dates into Datetime object | Explained using Python Manim Animation
https://youtu.be/ke9ATi6C8IE
https://youtu.be/ke9ATi6C8IE
YouTube
Convert String and Number Datetime format into Datetime Object using 3 Python libraries
Use Datetime, Pandas and Dateutil python libraries to convert string datetime format and integer datetime format. Also, Convert Unix timestamp date into datetime object.
0:40 Datetime Python library to Convert string into datetime object
5:53 convert number…
0:40 Datetime Python library to Convert string into datetime object
5:53 convert number…