Lambda: Python’s anonymous function demystified
https://medium.com/@christina.lambiase/lambda-pythons-anonymous-function-demystified-116b74f4a4b5
https://medium.com/@christina.lambiase/lambda-pythons-anonymous-function-demystified-116b74f4a4b5
Medium
Lambda: Python’s anonymous function demystified
M y first thought when I came upon a lambda function in my software engineering bootcamp class was “I was told there’d be no math.” As it…
Building an AI assisted rental recommendation app— Part 1, semantic search with OpenAI and MongoDB
https://medium.com/@denis.bobrovskiy3/building-an-ai-assisted-rental-recommendation-app-part-1-semantic-search-with-openai-and-mongodb-a2c73b39d476
https://medium.com/@denis.bobrovskiy3/building-an-ai-assisted-rental-recommendation-app-part-1-semantic-search-with-openai-and-mongodb-a2c73b39d476
Medium
Building an AI assisted rental recommendation app— Part 1, semantic search with OpenAI and MongoDB
Overview
“Overcoming Excel Data Import Challenges with Foreign Keys Into Database”
https://jamilahmad-dev.medium.com/overcoming-excel-data-import-challenges-with-foreign-keys-into-database-2ea4536c0055
https://jamilahmad-dev.medium.com/overcoming-excel-data-import-challenges-with-foreign-keys-into-database-2ea4536c0055
Medium
“Overcoming Excel Data Import Challenges with Foreign Keys Into Database”
Introduction:
Python Datatypes and Type Conversions
https://medium.com/@hussainpurmallikarjun/python-datatypes-and-type-conversions-f9f59831fa9d
https://medium.com/@hussainpurmallikarjun/python-datatypes-and-type-conversions-f9f59831fa9d
Medium
Python Datatypes and Type Conversions
The Python programming language looks at data very differently as compared to humans. Let us try to understand the Python engine’s…
Enhancing Cybersecurity with Cloud Computing: RayZed Gsoc’23
https://medium.com/scorelab/enhancing-cybersecurity-with-cloud-computing-rayzed-gsoc23-786f22aa9f3
https://medium.com/scorelab/enhancing-cybersecurity-with-cloud-computing-rayzed-gsoc23-786f22aa9f3
Medium
Enhancing Cybersecurity with Cloud Computing: RayZed Gsoc’23
Up to this point, the first portion of GSoC’23 has been fantastic. I was able to find a number of optimizations as well as address many…
Introduction to Supervised Learning Algorithms in Machine Learning
https://medium.com/@judenwabueze/introduction-to-supervised-learning-algorithms-in-machine-learning-1447f6f28c50
https://medium.com/@judenwabueze/introduction-to-supervised-learning-algorithms-in-machine-learning-1447f6f28c50
Medium
Introduction to Supervised Learning Algorithms in Machine Learning
Machine learning is a fascinating field that empowers computers to learn from data and make predictions or decisions without explicit…
Simulation 102: Agent-Based Disease Modeling
https://medium.com/@ln8378/simulation-102-agent-based-disease-modeling-17307f2de2f3
https://medium.com/@ln8378/simulation-102-agent-based-disease-modeling-17307f2de2f3
Medium
Simulation 102: Agent-Based Disease Modeling
The Covid era has given all of us a lesson in how disease spreads. Here, we formalize our understanding and create a simulation.
Python implementation of Newton’s method
https://medium.com/@hirok4/python-implementation-of-newtons-method-9db1e863cf3c
https://medium.com/@hirok4/python-implementation-of-newtons-method-9db1e863cf3c
Medium
Python Implementation of Newton’s Method
This is an article about a Python implementation of the Newton’s method, one of the methods for computing extreme values of a multivariable…
🐍Python Basics for DevOps Engineers | Day 13 of 90 Days of DevOps
https://medium.com/@ajitfawade/python-basics-for-devops-engineers-day-13-of-90-days-of-devops-31775c162931
https://medium.com/@ajitfawade/python-basics-for-devops-engineers-day-13-of-90-days-of-devops-31775c162931
Medium
🐍Python Basics for DevOps Engineers | Day 13 of 90 Days of DevOps
Welcome to the 13th day of my #90DaysOfDevOps challenge!
Unveiling Decision Tree Regression: Exploring its Principles, Implementation
https://medium.com/@vk.viswa/unveiling-decision-tree-regression-exploring-its-principles-implementation-beb882d756c6
https://medium.com/@vk.viswa/unveiling-decision-tree-regression-exploring-its-principles-implementation-beb882d756c6
Medium
Unveiling Decision Tree Regression: Exploring its Principles, Implementation
In the world of machine learning, decision tree regression is a powerful algorithm used for predicting numerical values. Its simplicity and…
Rebuilding the shape sorting program from java to Python
https://medium.com/@ravneetjargari/rebuilding-the-shape-sorting-program-from-java-to-python-1ddb3a0df33c
https://medium.com/@ravneetjargari/rebuilding-the-shape-sorting-program-from-java-to-python-1ddb3a0df33c
Medium
Rebuilding the shape sorting program from java to Python
In my previous blog I talked about Python, a powerful and versatile programming preferred by millions of programmers around the world, its…
Python implementation of gradient method
https://medium.com/@hirok4/python-implementation-of-gradient-method-e6575c082e1f
https://medium.com/@hirok4/python-implementation-of-gradient-method-e6575c082e1f
Medium
Python implementation of gradient method
This is an article about a Python implementation of the gradient method, one of the methods for computing extreme values of a multivariable…
AI 驱动的在线 Python 学习平台 | GPYTHON
https://gpython.aibang.run/?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
https://gpython.aibang.run/?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
A Quick Prototype Tool for Lego Artists
https://zl3311.medium.com/a-quick-prototype-tool-for-lego-artists-c7f64fcd5b16
https://zl3311.medium.com/a-quick-prototype-tool-for-lego-artists-c7f64fcd5b16
Medium
A Quick Prototype Tool for Lego Artists
I was recently thinking about how to best utilize my Lego Art Project 21226 set and realized that there isn’t such a tool where you can…
Conversational AI: Chat with your documents 📚 using Llama2 🦙, AWS SageMaker 🧠, LangChain 🦜️🔗…
https://vasanths.medium.com/conversational-ai-chat-with-your-documents-using-llama2-aws-sagemaker-langchain-%EF%B8%8F-509b08db972d
https://vasanths.medium.com/conversational-ai-chat-with-your-documents-using-llama2-aws-sagemaker-langchain-%EF%B8%8F-509b08db972d
Medium
Conversational AI: Chat with your documents 📚 using Llama2 🦙, AWS SageMaker 🧠, LangChain 🦜️🔗…
An interactive web application powered by large language model to chat with documents
Python API Development: Modern Approaches for Efficient Application Building
https://medium.com/@shreyash.sikarwar2012/python-api-development-modern-approaches-for-efficient-application-building-d4818fddbc24
https://medium.com/@shreyash.sikarwar2012/python-api-development-modern-approaches-for-efficient-application-building-d4818fddbc24
Medium
Python API Development: Modern Approaches for Efficient Application Building
Introduction:
A comprehensive guide to packaging AWS Lambdas in Python
https://medium.com/@druhin.bala/a-comprehensive-guide-to-packaging-aws-lambdas-in-python-4abc51169bf3
https://medium.com/@druhin.bala/a-comprehensive-guide-to-packaging-aws-lambdas-in-python-4abc51169bf3
Medium
A comprehensive guide to packaging AWS Lambdas in Python
AWS Lambdas can be used for a variety of purposes ranging from building asynchronous data pipelines to handling synchronous…
An Exploratory Look at Vector Embeddings
https://medium.com/@achronus/an-exploratory-look-at-vector-embeddings-8acadba24f7b
https://medium.com/@achronus/an-exploratory-look-at-vector-embeddings-8acadba24f7b
Medium
An Exploratory Look at Vector Embeddings
The Art of Turning Data Into Language