If you’re working with Jupyter Notebooks in Visual Studio Code (VS Code) and need to switch between different Conda environments,…
python
This category includes all posts related to Python programming, tutorials, tips, best practices and project ideas. Stay Tuned.
Solving the FizzBuzz Problem in Python!
If you’re new to programming or looking to brush up on your coding skills, the FizzBuzz problem is a fantastic…
Understanding Accessor and Mutator Methods in Python
When working with objects in Python, you’ll often encounter situations where you need to access or modify the internal data…
Word Letter Position Sum Function in python
In [ ]: #Sorted List original_list = [4,1,5,2,3] # sorted_list = sorted(original_list) original_list.sort() ol = original_list print(ol) [1, 2, 3, 4, 5]…
Roadmap to be LLM Engineer in a Year
Becoming a self-taught Large Language Model (LLM) engineer involves a structured approach, focusing on acquiring the necessary skills and knowledge…