Creating Your FirstAPI on local Server
https://medium.com/@zainraza.sm/creating-your-firstapi-on-local-server-7b34c7338370
https://medium.com/@zainraza.sm/creating-your-firstapi-on-local-server-7b34c7338370
Medium
Creating Your FirstAPI on local Server
What is an API
How To Redact Sensitive Data Before Passing To LLM-OpenAI
https://shweta-lodha.medium.com/how-to-redact-sensitive-data-before-passing-to-llm-openai-b6501674d742
https://shweta-lodha.medium.com/how-to-redact-sensitive-data-before-passing-to-llm-openai-b6501674d742
Medium
How To Redact Sensitive Data Before Passing To LLM-OpenAI
In my previous article “Passing An Audio File To LLM”, I explained how one can pass an audio file to LLM. In continuation to that, I’m…
Automate Cybersecurity Tasks with Python — module 4
https://365dolc.medium.com/automate-cybersecurity-tasks-with-python-module-4-aff45e8a2f84
https://365dolc.medium.com/automate-cybersecurity-tasks-with-python-module-4-aff45e8a2f84
Medium
Automate Cybersecurity Tasks with Python — module 4
Just one more module to finish whole course 7. I am on lat module 4. Today learning about file handling and much fun with regex. I don’t…
What is the need of creating modules in Python?
https://medium.com/@brechtcorbeel/what-is-the-need-of-creating-modules-in-python-ac2da476ddab
https://medium.com/@brechtcorbeel/what-is-the-need-of-creating-modules-in-python-ac2da476ddab
Medium
What is the need of creating modules in Python?
The concept of modularization in Python transcends the mere act of organizing code into distinct sections. This approach, pivotal in modern…
An Easy How-To Guide to Slicing Lists in Python 3
https://levelup.gitconnected.com/an-easy-how-to-guide-to-slicing-lists-in-python-3-51682ab4f17b
https://levelup.gitconnected.com/an-easy-how-to-guide-to-slicing-lists-in-python-3-51682ab4f17b
Medium
An Easy How-To Guide to Slicing Lists in Python 3
Learn all about the slice
CPython Lesson 0 — Building Python from Source and Navigating Folder Structure
https://levelup.gitconnected.com/cpython-lesson-0-building-python-from-source-and-navigating-folder-structure-6cdb99c33a69
https://levelup.gitconnected.com/cpython-lesson-0-building-python-from-source-and-navigating-folder-structure-6cdb99c33a69
Medium
CPython Lesson 0 — Building Python from Source and Navigating Folder Structure
Let’s build Python from source and look into Its source code from 1 Million feet.
GitHub Actions, self-hosted runners on Amazon EKS & spot instances
https://levelup.gitconnected.com/github-actions-self-hosted-runners-on-amazon-eks-spot-instances-bc3abcd5d38f
https://levelup.gitconnected.com/github-actions-self-hosted-runners-on-amazon-eks-spot-instances-bc3abcd5d38f
Medium
GitHub Actions, self-hosted runners on Amazon EKS & spot instances
How to spin up ephemeral runners in Kubernetes.
Reordering Array Elements by Sign in Python
https://code.likeagirl.io/reordering-array-elements-by-sign-in-python-1d7f2a40d710
https://code.likeagirl.io/reordering-array-elements-by-sign-in-python-1d7f2a40d710
Medium
Reordering Array Elements by Sign in Python
Introduction
LeetCode Problem 1280 Students and Examinations — LeetCode: 30 Days of Pandas
https://medium.com/@robertsevan/leetcode-problem-1280-students-and-examinations-leetcode-30-days-of-pandas-773e9a77ba0d
https://medium.com/@robertsevan/leetcode-problem-1280-students-and-examinations-leetcode-30-days-of-pandas-773e9a77ba0d
Medium
LeetCode Problem 1280 Students and Examinations — LeetCode: 30 Days of Pandas
Solving Leetcode 30 Days of Pandas study plan problems
Coding Interview Prep: The Validate Subsequence problem.
https://moeedlodhi.medium.com/coding-interview-prep-the-validate-subsequence-problem-d6c395896661
https://moeedlodhi.medium.com/coding-interview-prep-the-validate-subsequence-problem-d6c395896661
Medium
Coding Interview Prep: The Validate Subsequence problem.
Another day, Another problem.
Exploring Advanced Python Syntax and Libraries: A Journey Beyond ‘for’ Loops
https://medium.com/@Beck_Moulton/exploring-advanced-python-syntax-and-libraries-a-journey-beyond-for-loops-c774790896a9
https://medium.com/@Beck_Moulton/exploring-advanced-python-syntax-and-libraries-a-journey-beyond-for-loops-c774790896a9
Medium
Exploring Advanced Python Syntax and Libraries: A Journey Beyond ‘for’ Loops
Why challenge yourself to avoid writing for loops in code? Because doing so forces you to explore more advanced and authentic syntax or…