Learn how to build a semantic search engine using embeddings, natural language processing, and Python.
Tag: Python
Articles tagged with Python. Showing 306 articles.
Chapters
Learn how to fine-tune a Large Language Model for a specific task using Parameter-Efficient Fine-Tuning techniques like LoRA.
Learn the fundamentals of Applied AI with Python, setting up your environment, and cultivating system thinking.
Learn Python fundamentals, data types, and variables for coding interviews.
Learn how to interact with Large Language Models using AI APIs in Python, setting the foundation for building intelligent applications.
Learn Python's data structures and algorithms for efficient coding in technical interviews.
Comprehensive guide to entry-level Python questions for interviews and career preparation.
Learn how to extend LLM capabilities with tools and function calling for real-world applications.
Learn to build and understand AI agents that perceive, reason, and act autonomously using Python and LLMs.
Comprehensive guide to Python web frameworks Django, Flask, and FastAPI for backend development.
Explains the concepts of concurrency and parallelism in Python, including the Global Interpreter Lock (GIL), multithreading, …
Learn about the importance of testing, debugging, and performance in Python development.