Bhavya Singh Raghav
@bhavya_sraghav
Followers
386
Following
309
Media
15
Statuses
82
MERN Stack + Typescript || Learning AI Integration
Faridabad,Haryana
Joined January 2025
Question for Tech Girlies: How y'll manage studies(college) , skill development , as well as household work?
0
0
1
Hey @X help me connect with people who #interested in #development
#AgenticAI
#GenAI
#Python
#LLMs
#MachineLearning
#AI
0
0
3
Today I learned about - Persona based prompting -ALPACA prompting,ChatMl Schema,INST format of instruction format style. -Completed Installation of required deployment tools: Docker,Ollama andOpenWebUI. + Prepared for upcoming sem exams!Ugh! College exams😒
0
0
3
Today learned about OpenAI and Gemini way of using API key also gemini openai compatible api -Overview of what prompting is. - Prompting techniques: One shot,Few shot, Chain of thought (CoT). Wrote a lot of code to gain in-depth of how prompting affects llms result #Python
1
0
3
OpenAI or Gemini As a beginner In the field of Ai which platform should I use for Using the API keys . OpenAi is paid but Gemini offers free service upto a Point.
0
0
3
Today learned about what are LLM's , how they internally work, Understood fundamental concepts like: -Tokenization: generating and decoding -Vector Embeddings -Positional Encoding -Self attention Mechanism -Multihead Attention Mechanism.
0
0
3
Today's Python Learning: Completedall the remaining concepts in Pydantic like -computed fields -Nested models their usecase -self referencing models -Concept of serialization and deserialization in Pydantic. Experimented and Learned a lot. #pythonlearningjourney #LearnInPublic
0
0
3
Today I got a overview of Pydantic library used for data validation and setting management in python. Understood fundamental concepts like BaseModel,Advance dataypes form Typing library,Field function for field validation,Custom Field and Model validation. #python #LearnInPublic
0
0
4
Learned about Threading in Asyncio Concepts like: ThreadPoolExecutor, asyncio.get_running_loop(),run_in_executor() and why combine threads with asynchronous programming.
0
0
2
Today learned about different ways of sharing data between process:Queue and Value. -Introduction to Asynchronous Programming:coroutine,async,await, Eventloops. -Asyncio library-.sleep(),.gather(),.run() -Aiohttp library simple usage Continued....
2
0
3
Today I got Indepth understanding of Threads and processes. How they are different. Where multithreading shine where they don't , same for multiprocessing. Learned about Global Interpretator lock(GIL) also creating locks in multithreading.
0
0
4
Today's Python Learning: Introduction To Concurrency and Parallelism, understood the difference between them. -Multithreading , creating,starting and waiting threads to complete. -Multiprocessing,creating,starting and waiting process to complete. #Python #LearnInPublic
1
0
9
Today's Python Learning: Exception Handling Introduction: -Error vs exception - try except else finally block -raise keyword -creating custom exception File Handling: - Different modes of opening file -open(),close() -with statement -methods to read and write to file
0
0
2
Today's Python Learning: -Simple Logging and authentication decorator -OOPS:Classes,Objects,Self argument,Constructors -Inheritance:super(),MRO in Multiple Inheritance -Composition -Static,Instance andClass method -private,protected variable -property Decorator-Getter,Setter
0
0
4
Today's Python Learning - Comprehension of Sets,Lists, Dictionary , Generator -Generators,it's comprehension -yield keyword and next() -Infinite Generator and use case -Sending values to Generator - yield from and closing the generators -Declators #Python #LearnInPublic
0
0
6
Today was a hectic day,had my NEPTEL exam of Software engineering. So haven't done much but anways-Today's python learning: -Positional and keyword arguments -*args and**kwargs -handling multiple returns -pure impure functions -lambda Function -Different ways of importing .
0
0
4
Today's python learning: • Functions and their importance • Some built in functions •User-defined functions •Namespace and it's type •Scope and it's type •Nonlocal keyword usage •Global keyword usage
0
0
7
Today's leaning of Python: • Conditinals-if,elif,else statements • Ternary operator and match case •range() function •Loops-for and while •enumerate() •zip() •break and continue keywords •for-else loop fallback •Walrus operator
0
0
6
Day-2 of learning Python for GenAI and Agentic AI -Numeric datatypes-int,float,complex -Different operators. -Slicing -Strings and methods like split,join,replace,etc . -Tuples and methods -List and bytearrays -Sets and methods -Dictionary and methods.
0
0
4