Understanding Python Objects: Mutable vs. Immutable and Argument Passing
https://medium.com/@benjaminMrc/understanding-python-objects-mutable-vs-immutable-and-argument-passing-dcceeddb15f3
https://medium.com/@benjaminMrc/understanding-python-objects-mutable-vs-immutable-and-argument-passing-dcceeddb15f3
Medium
Understanding Python Objects: Mutable vs. Immutable and Argument Passing
Introduction:
How to get started with programming ~ 101 Guide~
https://medium.com/@kamalveer356/how-to-get-started-with-programming-101-guide-6f7ef652e1ac
https://medium.com/@kamalveer356/how-to-get-started-with-programming-101-guide-6f7ef652e1ac
Medium
How to get started with programming ~ 101 Guide~
Hey there if you clicked on this topic that means you want to get started with programming. So here are some steps you can follow to get…
Linear Algebra with Rust and Python : Vector (1)
https://medium.com/@ekfqlwcjswl/linear-algebra-with-rust-and-python-vector-1-b49fd2b12809
https://medium.com/@ekfqlwcjswl/linear-algebra-with-rust-and-python-vector-1-b49fd2b12809
Medium
Linear Algebra with Rust and Python : Vector (1)
A Friendly Introduction to the Pandas Library in Python
https://medium.com/@jawariairfanthakur/a-friendly-introduction-to-the-pandas-library-in-python-4a6fa972d6af
https://medium.com/@jawariairfanthakur/a-friendly-introduction-to-the-pandas-library-in-python-4a6fa972d6af
Medium
A Friendly Introduction to the Pandas Library in Python
Are you a Python enthusiast looking to work with data in a user-friendly and efficient way? Look no further than the Pandas library…
Demystifying Python’s Magic Methods
https://medium.com/@ashishkush1122/demystifying-pythons-magic-methods-bd88735e5c6a
https://medium.com/@ashishkush1122/demystifying-pythons-magic-methods-bd88735e5c6a
Medium
Demystifying Python’s Magic Methods
Hey coding pals! Today, let’s chat about something cool and kinda magical — Python’s magic methods. These are like secret codes that make…
Inheritance in Python: A Basic Guide with Examples
https://olegdavimuka.medium.com/inheritance-in-python-a-basic-guide-with-examples-5eba5e1f0731
https://olegdavimuka.medium.com/inheritance-in-python-a-basic-guide-with-examples-5eba5e1f0731
Medium
Inheritance in Python: A Basic Guide with Examples
Explore inheritance and the super() function in Python. Learn how to use them through practical examples and comparisons.
Add or Remove Watermarks in a Word Document in Python
https://medium.com/@alexaae9/add-or-remove-watermarks-in-a-word-document-in-python-d879563b0448
https://medium.com/@alexaae9/add-or-remove-watermarks-in-a-word-document-in-python-d879563b0448
Medium
Add or Remove Watermarks in a Word Document in Python
Watermarks serve as an effective way to enhance the appearance and protect the integrity of Word documents. A watermark is a faint image or…
Using Python types for fun and profit: the Visitor Pattern — Hacking With Python
https://snoekiede.medium.com/using-python-types-for-fun-and-profit-the-visitor-pattern-hacking-with-python-8e297a681dbf
https://snoekiede.medium.com/using-python-types-for-fun-and-profit-the-visitor-pattern-hacking-with-python-8e297a681dbf
Medium
Using Python types for fun and profit: the Visitor Pattern — Hacking With Python
The Visitor pattern is a handy pattern to handle diverse groups of objects. With the use of type-hints, the pattern can be implemented…
Google AI's Bard Generates Literature Review on the Metaverse
https://medium.com/@saadnoorafridi/google-ais-bard-generates-literature-review-on-the-metaverse-3ccccc235b04
https://medium.com/@saadnoorafridi/google-ais-bard-generates-literature-review-on-the-metaverse-3ccccc235b04
Medium
Google AI's Bard Generates Literature Review on the Metaverse
A new study published in the Journal of AI has shown that Google AI's Bard can be used to generate literature review articles. The study, conducted by Ömer Aydin, used Bard to generate literature…
Conjuring and Vanishing S3 Buckets with Boto3: A Bewitching Blend of Creation and Destruction…
https://medium.com/@garvitkulshrestha/conjuring-and-vanishing-s3-buckets-with-boto3-a-bewitching-blend-of-creation-and-destruction-799ffd102565
https://medium.com/@garvitkulshrestha/conjuring-and-vanishing-s3-buckets-with-boto3-a-bewitching-blend-of-creation-and-destruction-799ffd102565
Medium
Conjuring and Vanishing S3 Buckets with Boto3: A Bewitching Blend of Creation and Destruction…
Greetings, fellow denizens of the cloud! ☁️✨
Sending Microsoft Exchange Email using Python (and Terraform)
https://medium.com/@george_owino/sending-microsoft-exchange-email-using-python-and-terraform-dadaa5c3e72c
https://medium.com/@george_owino/sending-microsoft-exchange-email-using-python-and-terraform-dadaa5c3e72c
Medium
Sending Microsoft Exchange Email using Python (and Terraform)
Automate sending emails using Python from a Microsoft Exchange Account in which SMTP AUTH is disabled
Exploring Optical Character Recognition (OCR): An Experiment with OpenCV and PyTesseract
https://blog.geekyants.com/exploring-optical-character-recognition-ocr-an-experiment-with-opencv-and-pytesseract-5c079d3fb73b
https://blog.geekyants.com/exploring-optical-character-recognition-ocr-an-experiment-with-opencv-and-pytesseract-5c079d3fb73b
Medium
Exploring Optical Character Recognition (OCR): An Experiment with OpenCV and PyTesseract
The utility of OCR extends beyond its applications in various domains, from document digitization to text extraction in images.
Python Fundamentals For Citizen Data Scientist 1 — Managing Datasets
https://medium.com/@mohamad.razzi.my/python-fundamentals-for-citizen-data-scientist-1-managing-datasets-4c21b8c743bb
https://medium.com/@mohamad.razzi.my/python-fundamentals-for-citizen-data-scientist-1-managing-datasets-4c21b8c743bb
Medium
Python Fundamentals For Citizen Data Scientist 1 — Managing Datasets
A citizen data scientist is a person who creates or generates models that leverage predictive or prescriptive analytics, but whose primary…