├── 1.Chroma_DB_demo.ipynb ├── 2.Pinecone_demo.ipynb ├── 3.Weaviate_demo (2).ipynb ├── Copy_of_Text_to_Image_generation_with_LLM_with_hugging_face.ipynb ├── Custom_Chatbot_for_any_website.ipynb ├── GEN AI ├── 1.Chroma_DB_demo.ipynb ├── 2.Pinecone_demo.ipynb ├── 3.Weaviate_demo (2).ipynb ├── Audio-transilation.zip ├── Copy_of_Text_to_Image_generation_with_LLM_with_hugging_face.ipynb ├── Custom_Chatbot_for_any_website.ipynb ├── DALLE-demo.zip ├── End-to-end-Medical-Chatbot-Generative-AI-main (2).zip ├── End-to-end-Medical-Chatbot-Generative-AI-main.zip ├── End-to-end-Source-Code-Analysis-Generative-AI-main.zip ├── Fine_tuned_classification.ipynb ├── HuggingFace_demo (1).ipynb ├── HuggingFace_demo (2).ipynb ├── HuggingFace_demo.ipynb ├── Interview Question Creator.zip ├── LLM-Apps-with-Chainlit-main.zip ├── LLM-Powered-Chatbot.zip ├── LangChain_Complete_Notebook.ipynb ├── LangChain_with_Hugging_Face.ipynb ├── LlamaIndex_demo.ipynb ├── Meta_Llama_3_2_demo.ipynb ├── Mistral with llamaindex.ipynb ├── Multi_dataframe_Agents.ipynb ├── OpenAI.zip ├── Openai-demo.zip ├── RAG-Demo.zip ├── RAG-gemini.zip ├── Telegram-chatbot.zip ├── Text-Preprocessing.ipynb ├── Text-Representation_Word Embeddings-1.ipynb ├── Text-Representation_Word Embeddings-2.ipynb ├── Text_Classification_using_ML.ipynb ├── Text_Summarizer_project.ipynb ├── Text_to_speech_generation_with_LLM_with_hugging_face.ipynb ├── bedrock demo.zip ├── falcon-open llm.zip ├── financial-stock-llama-index.zip ├── open llm (1).zip ├── open llm (2).zip └── open llm.zip ├── HuggingFace_demo (1).ipynb ├── HuggingFace_demo (2).ipynb ├── HuggingFace_demo.ipynb ├── Interview Question Creator.zip ├── LangChain_Complete_Notebook.ipynb ├── LangChain_with_Hugging_Face.ipynb ├── LlamaIndex_demo.ipynb ├── Mistral with llamaindex.ipynb ├── Multi_dataframe_Agents.ipynb ├── OpenAI.zip ├── Python ├── 1-4.Python_Basic.ipynb ├── 10.If else conditional Satement.ipynb ├── 101.What gets Inherited.ipynb ├── 102.Method Overriding in OOP.ipynb ├── 103.Super Keyword in OOP.ipynb ├── 104.Types of Inheritance in OOP.ipynb ├── 105.Polymorphism in OOP.ipynb ├── 106.Abstraction in OOP.ipynb ├── 11.conditional_statement_exercise.py ├── 12.Modules in Python.ipynb ├── 13.pip in Python.ipynb ├── 13.pip_in_python.py ├── 14.while_loop.py ├── 15.Guessing_game.py ├── 16.For_loops.ipynb ├── 17.Nested_loop.ipynb ├── 18.Loop Control Statement.ipynb ├── 19.Strings in Python.ipynb ├── 20.Strings Operations.ipynb ├── 21.Strings Methods.ipynb ├── 22.f-string.py ├── 23.Strings Exercise.ipynb ├── 24.Lists in Python.ipynb ├── 25.Lists Methods.ipynb ├── 26.Lists Operations.ipynb ├── 27.List Comprehension.ipynb ├── 28.zip function.ipynb ├── 29.Lists Exercise.ipynb ├── 30.Tuples in Python.ipynb ├── 31.Tuples Operations.ipynb ├── 32.Tuples Methods.ipynb ├── 33.Difference between Lists and Tuples.ipynb ├── 34.Tuples unpacking (1).ipynb ├── 35.Tuples Comprehension (1).ipynb ├── 36.Sets in Python (1).ipynb ├── 37.Sets Operations (1).ipynb ├── 38.Sets Methods.ipynb ├── 39.Frozenset in Python (1).ipynb ├── 39.Frozenset in Python.ipynb ├── 40.Sets comprehension (1).ipynb ├── 40.Sets comprehension.ipynb ├── 41.Dictionary in Python (1).ipynb ├── 41.Dictionary in Python.ipynb ├── 42.Dictionary Operations in Python (1).ipynb ├── 42.Dictionary Operations in Python.ipynb ├── 43.Dictionary Methods in Python (1).ipynb ├── 43.Dictionary Methods in Python.ipynb ├── 44.Dictionary comprehension (1).ipynb ├── 44.Dictionary comprehension.ipynb ├── 45.restaurant_management (1).py ├── 45.restaurant_management.py ├── 46.Functions in Python (1).ipynb ├── 46.Functions in Python.ipynb ├── 47.Docstrings in Functions (1).ipynb ├── 47.Docstrings in Functions.ipynb ├── 48.Parameters Vs Arguments (1).ipynb ├── 48.Parameters Vs Arguments.ipynb ├── 49.args and kwargs in Functions.ipynb ├── 5.Python Input.ipynb ├── 50.How Functions are executed in memory.ipynb ├── 51.Functions without return statement.ipynb ├── 52.Variable Scope in Functions.ipynb ├── 53.Nested Functions.ipynb ├── 54.Functions are 1st class citizens.ipynb ├── 55.Benefits of using a Function.ipynb ├── 56.Lambda Function in Python.ipynb ├── 57.map, filter, & reduce - Higher Order Functions.ipynb ├── 58.Enumerate Function in Python.ipynb ├── 59.Functions Exercise.ipynb ├── 6.Type Conversion.ipynb ├── 60.Virtual Environment in Python.ipynb ├── 61.requirements_txt.py ├── 62.File Handling in Python.ipynb ├── 63.File Handling using Context Manager (With).ipynb ├── 64.Problems with working in text mode.ipynb ├── 65.Serialization and Deserialization in Python.ipynb ├── 66.Pickling in Python.ipynb ├── 67.Exception Handling in Python.ipynb ├── 68.Different types of Exception Handling.ipynb ├── 69.Try Except Else in Python.ipynb ├── 7.Literals.ipynb ├── 70.Try Except Else Finally in Python.ipynb ├── 71.raise Exception in Python.ipynb ├── 72.Logging in Python.ipynb ├── 76.my_program.txt ├── 77.cmd_line_utility.py ├── 78.Regular Expression in Python.ipynb ├── 79.Email Extractor using Regular Expression.ipynb ├── 8.Operators.ipynb ├── 82.Class vs Object in OOP.ipynb ├── 83.Writing our first Class in OOP.ipynb ├── 86.Magic or Dunder Methods in OOP.ipynb ├── 87.Concept of self in OOP.ipynb ├── 88.How object access attributes in OOP.ipynb ├── 89.Reference Variable in OOP.ipynb ├── 9.Operator Exercise.ipynb ├── 90.Pass by reference in OOP.ipynb ├── 91.Mutibility of Object in OOP.ipynb ├── 92.What is instance variable in OOP.ipynb ├── 93.Encapsulation in OOP.ipynb ├── 94.getter & setter methods in OOP.ipynb ├── 95.Collection of class objects in OOP.ipynb ├── 96.Static Variables & Methods in OOP.ipynb ├── 97.Aggregation in OOP.ipynb ├── 99.Inheritance in OOP.ipynb ├── Mega Projects-20240822T144947Z-001.zip └── Mega Projects │ ├── FIle Organizer │ ├── files │ │ ├── json │ │ │ └── test.json │ │ ├── pkl │ │ │ └── function.pkl │ │ ├── png │ │ │ ├── channel.png │ │ │ └── channel_copy.png │ │ └── txt │ │ │ ├── big.txt │ │ │ ├── sample.txt │ │ │ └── sample1.txt │ └── main.py │ ├── JARVIS-System │ ├── guide.txt │ ├── main.py │ └── requirements.txt │ ├── Moduler Coding │ ├── README.md │ ├── atm_machine_main │ │ ├── __init__.py │ │ ├── atm_main.py │ │ └── db.py │ └── main.py │ ├── Multilingual AI Assistant │ ├── main.py │ ├── requirements.txt │ └── speech.mp3 │ └── OOP Project │ ├── main.py │ ├── requirements.txt │ └── research │ └── trials.ipynb ├── RAG-Demo.zip ├── RAG-gemini.zip ├── README.md ├── Text-Preprocessing.ipynb ├── Text-Representation_Word Embeddings-1.ipynb ├── Text-Representation_Word Embeddings-2.ipynb ├── Text_Classification_using_ML.ipynb ├── Text_Summarizer_project.ipynb ├── Text_to_speech_generation_with_LLM_with_hugging_face.ipynb ├── computer vision ├── Automatic-number-plate-recognition-ANPR-with-Yolov9-and-EasyOCR.zip ├── YOLO11_Custom_training_for_Object_Detection.ipynb ├── YOLO11_Image_Classification_on_Custom_dataset.ipynb ├── YOLO11_Instance_Segmentation.ipynb ├── YOLO11_demo.ipynb └── zero_shot_object_detection_with_yolo_world.ipynb ├── falcon-open llm.zip ├── open llm (1).zip ├── open llm (2).zip └── open llm.zip /1.Chroma_DB_demo.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/1.Chroma_DB_demo.ipynb -------------------------------------------------------------------------------- /2.Pinecone_demo.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/2.Pinecone_demo.ipynb -------------------------------------------------------------------------------- /3.Weaviate_demo (2).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/3.Weaviate_demo (2).ipynb -------------------------------------------------------------------------------- /Copy_of_Text_to_Image_generation_with_LLM_with_hugging_face.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Copy_of_Text_to_Image_generation_with_LLM_with_hugging_face.ipynb -------------------------------------------------------------------------------- /Custom_Chatbot_for_any_website.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Custom_Chatbot_for_any_website.ipynb -------------------------------------------------------------------------------- /GEN AI/1.Chroma_DB_demo.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/GEN AI/1.Chroma_DB_demo.ipynb -------------------------------------------------------------------------------- /GEN AI/2.Pinecone_demo.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/GEN AI/2.Pinecone_demo.ipynb -------------------------------------------------------------------------------- /GEN AI/3.Weaviate_demo (2).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/GEN AI/3.Weaviate_demo (2).ipynb -------------------------------------------------------------------------------- /GEN AI/Audio-transilation.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/GEN AI/Audio-transilation.zip -------------------------------------------------------------------------------- /GEN AI/Copy_of_Text_to_Image_generation_with_LLM_with_hugging_face.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/GEN AI/Copy_of_Text_to_Image_generation_with_LLM_with_hugging_face.ipynb -------------------------------------------------------------------------------- /GEN AI/Custom_Chatbot_for_any_website.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/GEN AI/Custom_Chatbot_for_any_website.ipynb -------------------------------------------------------------------------------- /GEN AI/DALLE-demo.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/GEN AI/DALLE-demo.zip -------------------------------------------------------------------------------- /GEN AI/End-to-end-Medical-Chatbot-Generative-AI-main (2).zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/GEN AI/End-to-end-Medical-Chatbot-Generative-AI-main (2).zip -------------------------------------------------------------------------------- /GEN AI/End-to-end-Medical-Chatbot-Generative-AI-main.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/GEN AI/End-to-end-Medical-Chatbot-Generative-AI-main.zip -------------------------------------------------------------------------------- /GEN AI/End-to-end-Source-Code-Analysis-Generative-AI-main.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/GEN AI/End-to-end-Source-Code-Analysis-Generative-AI-main.zip -------------------------------------------------------------------------------- /GEN AI/Fine_tuned_classification.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/GEN AI/Fine_tuned_classification.ipynb -------------------------------------------------------------------------------- /GEN AI/HuggingFace_demo (1).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/GEN AI/HuggingFace_demo (1).ipynb -------------------------------------------------------------------------------- /GEN AI/HuggingFace_demo (2).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/GEN AI/HuggingFace_demo (2).ipynb -------------------------------------------------------------------------------- /GEN AI/HuggingFace_demo.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/GEN AI/HuggingFace_demo.ipynb -------------------------------------------------------------------------------- /GEN AI/Interview Question Creator.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/GEN AI/Interview Question Creator.zip -------------------------------------------------------------------------------- /GEN AI/LLM-Apps-with-Chainlit-main.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/GEN AI/LLM-Apps-with-Chainlit-main.zip -------------------------------------------------------------------------------- /GEN AI/LLM-Powered-Chatbot.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/GEN AI/LLM-Powered-Chatbot.zip -------------------------------------------------------------------------------- /GEN AI/LangChain_Complete_Notebook.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/GEN AI/LangChain_Complete_Notebook.ipynb -------------------------------------------------------------------------------- /GEN AI/LangChain_with_Hugging_Face.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/GEN AI/LangChain_with_Hugging_Face.ipynb -------------------------------------------------------------------------------- /GEN AI/LlamaIndex_demo.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/GEN AI/LlamaIndex_demo.ipynb -------------------------------------------------------------------------------- /GEN AI/Meta_Llama_3_2_demo.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/GEN AI/Meta_Llama_3_2_demo.ipynb -------------------------------------------------------------------------------- /GEN AI/Mistral with llamaindex.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/GEN AI/Mistral with llamaindex.ipynb -------------------------------------------------------------------------------- /GEN AI/Multi_dataframe_Agents.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/GEN AI/Multi_dataframe_Agents.ipynb -------------------------------------------------------------------------------- /GEN AI/OpenAI.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/GEN AI/OpenAI.zip -------------------------------------------------------------------------------- /GEN AI/Openai-demo.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/GEN AI/Openai-demo.zip -------------------------------------------------------------------------------- /GEN AI/RAG-Demo.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/GEN AI/RAG-Demo.zip -------------------------------------------------------------------------------- /GEN AI/RAG-gemini.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/GEN AI/RAG-gemini.zip -------------------------------------------------------------------------------- /GEN AI/Telegram-chatbot.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/GEN AI/Telegram-chatbot.zip -------------------------------------------------------------------------------- /GEN AI/Text-Preprocessing.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/GEN AI/Text-Preprocessing.ipynb -------------------------------------------------------------------------------- /GEN AI/Text-Representation_Word Embeddings-1.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/GEN AI/Text-Representation_Word Embeddings-1.ipynb -------------------------------------------------------------------------------- /GEN AI/Text-Representation_Word Embeddings-2.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/GEN AI/Text-Representation_Word Embeddings-2.ipynb -------------------------------------------------------------------------------- /GEN AI/Text_Classification_using_ML.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/GEN AI/Text_Classification_using_ML.ipynb -------------------------------------------------------------------------------- /GEN AI/Text_Summarizer_project.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/GEN AI/Text_Summarizer_project.ipynb -------------------------------------------------------------------------------- /GEN AI/Text_to_speech_generation_with_LLM_with_hugging_face.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/GEN AI/Text_to_speech_generation_with_LLM_with_hugging_face.ipynb -------------------------------------------------------------------------------- /GEN AI/bedrock demo.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/GEN AI/bedrock demo.zip -------------------------------------------------------------------------------- /GEN AI/falcon-open llm.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/GEN AI/falcon-open llm.zip -------------------------------------------------------------------------------- /GEN AI/financial-stock-llama-index.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/GEN AI/financial-stock-llama-index.zip -------------------------------------------------------------------------------- /GEN AI/open llm (1).zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/GEN AI/open llm (1).zip -------------------------------------------------------------------------------- /GEN AI/open llm (2).zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/GEN AI/open llm (2).zip -------------------------------------------------------------------------------- /GEN AI/open llm.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/GEN AI/open llm.zip -------------------------------------------------------------------------------- /HuggingFace_demo (1).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/HuggingFace_demo (1).ipynb -------------------------------------------------------------------------------- /HuggingFace_demo (2).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/HuggingFace_demo (2).ipynb -------------------------------------------------------------------------------- /HuggingFace_demo.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/HuggingFace_demo.ipynb -------------------------------------------------------------------------------- /Interview Question Creator.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Interview Question Creator.zip -------------------------------------------------------------------------------- /LangChain_Complete_Notebook.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/LangChain_Complete_Notebook.ipynb -------------------------------------------------------------------------------- /LangChain_with_Hugging_Face.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/LangChain_with_Hugging_Face.ipynb -------------------------------------------------------------------------------- /LlamaIndex_demo.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/LlamaIndex_demo.ipynb -------------------------------------------------------------------------------- /Mistral with llamaindex.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Mistral with llamaindex.ipynb -------------------------------------------------------------------------------- /Multi_dataframe_Agents.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Multi_dataframe_Agents.ipynb -------------------------------------------------------------------------------- /OpenAI.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/OpenAI.zip -------------------------------------------------------------------------------- /Python/1-4.Python_Basic.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/1-4.Python_Basic.ipynb -------------------------------------------------------------------------------- /Python/10.If else conditional Satement.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/10.If else conditional Satement.ipynb -------------------------------------------------------------------------------- /Python/101.What gets Inherited.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/101.What gets Inherited.ipynb -------------------------------------------------------------------------------- /Python/102.Method Overriding in OOP.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/102.Method Overriding in OOP.ipynb -------------------------------------------------------------------------------- /Python/103.Super Keyword in OOP.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/103.Super Keyword in OOP.ipynb -------------------------------------------------------------------------------- /Python/104.Types of Inheritance in OOP.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/104.Types of Inheritance in OOP.ipynb -------------------------------------------------------------------------------- /Python/105.Polymorphism in OOP.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/105.Polymorphism in OOP.ipynb -------------------------------------------------------------------------------- /Python/106.Abstraction in OOP.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/106.Abstraction in OOP.ipynb -------------------------------------------------------------------------------- /Python/11.conditional_statement_exercise.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/11.conditional_statement_exercise.py -------------------------------------------------------------------------------- /Python/12.Modules in Python.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/12.Modules in Python.ipynb -------------------------------------------------------------------------------- /Python/13.pip in Python.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/13.pip in Python.ipynb -------------------------------------------------------------------------------- /Python/13.pip_in_python.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/13.pip_in_python.py -------------------------------------------------------------------------------- /Python/14.while_loop.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/14.while_loop.py -------------------------------------------------------------------------------- /Python/15.Guessing_game.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/15.Guessing_game.py -------------------------------------------------------------------------------- /Python/16.For_loops.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/16.For_loops.ipynb -------------------------------------------------------------------------------- /Python/17.Nested_loop.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/17.Nested_loop.ipynb -------------------------------------------------------------------------------- /Python/18.Loop Control Statement.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/18.Loop Control Statement.ipynb -------------------------------------------------------------------------------- /Python/19.Strings in Python.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/19.Strings in Python.ipynb -------------------------------------------------------------------------------- /Python/20.Strings Operations.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/20.Strings Operations.ipynb -------------------------------------------------------------------------------- /Python/21.Strings Methods.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/21.Strings Methods.ipynb -------------------------------------------------------------------------------- /Python/22.f-string.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/22.f-string.py -------------------------------------------------------------------------------- /Python/23.Strings Exercise.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/23.Strings Exercise.ipynb -------------------------------------------------------------------------------- /Python/24.Lists in Python.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/24.Lists in Python.ipynb -------------------------------------------------------------------------------- /Python/25.Lists Methods.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/25.Lists Methods.ipynb -------------------------------------------------------------------------------- /Python/26.Lists Operations.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/26.Lists Operations.ipynb -------------------------------------------------------------------------------- /Python/27.List Comprehension.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/27.List Comprehension.ipynb -------------------------------------------------------------------------------- /Python/28.zip function.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/28.zip function.ipynb -------------------------------------------------------------------------------- /Python/29.Lists Exercise.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/29.Lists Exercise.ipynb -------------------------------------------------------------------------------- /Python/30.Tuples in Python.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/30.Tuples in Python.ipynb -------------------------------------------------------------------------------- /Python/31.Tuples Operations.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/31.Tuples Operations.ipynb -------------------------------------------------------------------------------- /Python/32.Tuples Methods.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/32.Tuples Methods.ipynb -------------------------------------------------------------------------------- /Python/33.Difference between Lists and Tuples.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/33.Difference between Lists and Tuples.ipynb -------------------------------------------------------------------------------- /Python/34.Tuples unpacking (1).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/34.Tuples unpacking (1).ipynb -------------------------------------------------------------------------------- /Python/35.Tuples Comprehension (1).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/35.Tuples Comprehension (1).ipynb -------------------------------------------------------------------------------- /Python/36.Sets in Python (1).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/36.Sets in Python (1).ipynb -------------------------------------------------------------------------------- /Python/37.Sets Operations (1).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/37.Sets Operations (1).ipynb -------------------------------------------------------------------------------- /Python/38.Sets Methods.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/38.Sets Methods.ipynb -------------------------------------------------------------------------------- /Python/39.Frozenset in Python (1).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/39.Frozenset in Python (1).ipynb -------------------------------------------------------------------------------- /Python/39.Frozenset in Python.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/39.Frozenset in Python.ipynb -------------------------------------------------------------------------------- /Python/40.Sets comprehension (1).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/40.Sets comprehension (1).ipynb -------------------------------------------------------------------------------- /Python/40.Sets comprehension.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/40.Sets comprehension.ipynb -------------------------------------------------------------------------------- /Python/41.Dictionary in Python (1).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/41.Dictionary in Python (1).ipynb -------------------------------------------------------------------------------- /Python/41.Dictionary in Python.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/41.Dictionary in Python.ipynb -------------------------------------------------------------------------------- /Python/42.Dictionary Operations in Python (1).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/42.Dictionary Operations in Python (1).ipynb -------------------------------------------------------------------------------- /Python/42.Dictionary Operations in Python.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/42.Dictionary Operations in Python.ipynb -------------------------------------------------------------------------------- /Python/43.Dictionary Methods in Python (1).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/43.Dictionary Methods in Python (1).ipynb -------------------------------------------------------------------------------- /Python/43.Dictionary Methods in Python.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/43.Dictionary Methods in Python.ipynb -------------------------------------------------------------------------------- /Python/44.Dictionary comprehension (1).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/44.Dictionary comprehension (1).ipynb -------------------------------------------------------------------------------- /Python/44.Dictionary comprehension.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/44.Dictionary comprehension.ipynb -------------------------------------------------------------------------------- /Python/45.restaurant_management (1).py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/45.restaurant_management (1).py -------------------------------------------------------------------------------- /Python/45.restaurant_management.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/45.restaurant_management.py -------------------------------------------------------------------------------- /Python/46.Functions in Python (1).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/46.Functions in Python (1).ipynb -------------------------------------------------------------------------------- /Python/46.Functions in Python.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/46.Functions in Python.ipynb -------------------------------------------------------------------------------- /Python/47.Docstrings in Functions (1).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/47.Docstrings in Functions (1).ipynb -------------------------------------------------------------------------------- /Python/47.Docstrings in Functions.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/47.Docstrings in Functions.ipynb -------------------------------------------------------------------------------- /Python/48.Parameters Vs Arguments (1).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/48.Parameters Vs Arguments (1).ipynb -------------------------------------------------------------------------------- /Python/48.Parameters Vs Arguments.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/48.Parameters Vs Arguments.ipynb -------------------------------------------------------------------------------- /Python/49.args and kwargs in Functions.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/49.args and kwargs in Functions.ipynb -------------------------------------------------------------------------------- /Python/5.Python Input.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/5.Python Input.ipynb -------------------------------------------------------------------------------- /Python/50.How Functions are executed in memory.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/50.How Functions are executed in memory.ipynb -------------------------------------------------------------------------------- /Python/51.Functions without return statement.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/51.Functions without return statement.ipynb -------------------------------------------------------------------------------- /Python/52.Variable Scope in Functions.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/52.Variable Scope in Functions.ipynb -------------------------------------------------------------------------------- /Python/53.Nested Functions.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/53.Nested Functions.ipynb -------------------------------------------------------------------------------- /Python/54.Functions are 1st class citizens.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/54.Functions are 1st class citizens.ipynb -------------------------------------------------------------------------------- /Python/55.Benefits of using a Function.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/55.Benefits of using a Function.ipynb -------------------------------------------------------------------------------- /Python/56.Lambda Function in Python.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/56.Lambda Function in Python.ipynb -------------------------------------------------------------------------------- /Python/57.map, filter, & reduce - Higher Order Functions.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/57.map, filter, & reduce - Higher Order Functions.ipynb -------------------------------------------------------------------------------- /Python/58.Enumerate Function in Python.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/58.Enumerate Function in Python.ipynb -------------------------------------------------------------------------------- /Python/59.Functions Exercise.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/59.Functions Exercise.ipynb -------------------------------------------------------------------------------- /Python/6.Type Conversion.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/6.Type Conversion.ipynb -------------------------------------------------------------------------------- /Python/60.Virtual Environment in Python.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/60.Virtual Environment in Python.ipynb -------------------------------------------------------------------------------- /Python/61.requirements_txt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/61.requirements_txt.py -------------------------------------------------------------------------------- /Python/62.File Handling in Python.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/62.File Handling in Python.ipynb -------------------------------------------------------------------------------- /Python/63.File Handling using Context Manager (With).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/63.File Handling using Context Manager (With).ipynb -------------------------------------------------------------------------------- /Python/64.Problems with working in text mode.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/64.Problems with working in text mode.ipynb -------------------------------------------------------------------------------- /Python/65.Serialization and Deserialization in Python.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/65.Serialization and Deserialization in Python.ipynb -------------------------------------------------------------------------------- /Python/66.Pickling in Python.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/66.Pickling in Python.ipynb -------------------------------------------------------------------------------- /Python/67.Exception Handling in Python.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/67.Exception Handling in Python.ipynb -------------------------------------------------------------------------------- /Python/68.Different types of Exception Handling.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/68.Different types of Exception Handling.ipynb -------------------------------------------------------------------------------- /Python/69.Try Except Else in Python.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/69.Try Except Else in Python.ipynb -------------------------------------------------------------------------------- /Python/7.Literals.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/7.Literals.ipynb -------------------------------------------------------------------------------- /Python/70.Try Except Else Finally in Python.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/70.Try Except Else Finally in Python.ipynb -------------------------------------------------------------------------------- /Python/71.raise Exception in Python.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/71.raise Exception in Python.ipynb -------------------------------------------------------------------------------- /Python/72.Logging in Python.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/72.Logging in Python.ipynb -------------------------------------------------------------------------------- /Python/76.my_program.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/76.my_program.txt -------------------------------------------------------------------------------- /Python/77.cmd_line_utility.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/77.cmd_line_utility.py -------------------------------------------------------------------------------- /Python/78.Regular Expression in Python.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/78.Regular Expression in Python.ipynb -------------------------------------------------------------------------------- /Python/79.Email Extractor using Regular Expression.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/79.Email Extractor using Regular Expression.ipynb -------------------------------------------------------------------------------- /Python/8.Operators.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/8.Operators.ipynb -------------------------------------------------------------------------------- /Python/82.Class vs Object in OOP.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/82.Class vs Object in OOP.ipynb -------------------------------------------------------------------------------- /Python/83.Writing our first Class in OOP.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/83.Writing our first Class in OOP.ipynb -------------------------------------------------------------------------------- /Python/86.Magic or Dunder Methods in OOP.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/86.Magic or Dunder Methods in OOP.ipynb -------------------------------------------------------------------------------- /Python/87.Concept of self in OOP.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/87.Concept of self in OOP.ipynb -------------------------------------------------------------------------------- /Python/88.How object access attributes in OOP.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/88.How object access attributes in OOP.ipynb -------------------------------------------------------------------------------- /Python/89.Reference Variable in OOP.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/89.Reference Variable in OOP.ipynb -------------------------------------------------------------------------------- /Python/9.Operator Exercise.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/9.Operator Exercise.ipynb -------------------------------------------------------------------------------- /Python/90.Pass by reference in OOP.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/90.Pass by reference in OOP.ipynb -------------------------------------------------------------------------------- /Python/91.Mutibility of Object in OOP.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/91.Mutibility of Object in OOP.ipynb -------------------------------------------------------------------------------- /Python/92.What is instance variable in OOP.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/92.What is instance variable in OOP.ipynb -------------------------------------------------------------------------------- /Python/93.Encapsulation in OOP.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/93.Encapsulation in OOP.ipynb -------------------------------------------------------------------------------- /Python/94.getter & setter methods in OOP.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/94.getter & setter methods in OOP.ipynb -------------------------------------------------------------------------------- /Python/95.Collection of class objects in OOP.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/95.Collection of class objects in OOP.ipynb -------------------------------------------------------------------------------- /Python/96.Static Variables & Methods in OOP.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/96.Static Variables & Methods in OOP.ipynb -------------------------------------------------------------------------------- /Python/97.Aggregation in OOP.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/97.Aggregation in OOP.ipynb -------------------------------------------------------------------------------- /Python/99.Inheritance in OOP.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/99.Inheritance in OOP.ipynb -------------------------------------------------------------------------------- /Python/Mega Projects-20240822T144947Z-001.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/Mega Projects-20240822T144947Z-001.zip -------------------------------------------------------------------------------- /Python/Mega Projects/FIle Organizer/files/json/test.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/Mega Projects/FIle Organizer/files/json/test.json -------------------------------------------------------------------------------- /Python/Mega Projects/FIle Organizer/files/pkl/function.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/Mega Projects/FIle Organizer/files/pkl/function.pkl -------------------------------------------------------------------------------- /Python/Mega Projects/FIle Organizer/files/png/channel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/Mega Projects/FIle Organizer/files/png/channel.png -------------------------------------------------------------------------------- /Python/Mega Projects/FIle Organizer/files/png/channel_copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/Mega Projects/FIle Organizer/files/png/channel_copy.png -------------------------------------------------------------------------------- /Python/Mega Projects/FIle Organizer/files/txt/big.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/Mega Projects/FIle Organizer/files/txt/big.txt -------------------------------------------------------------------------------- /Python/Mega Projects/FIle Organizer/files/txt/sample.txt: -------------------------------------------------------------------------------- 1 | hello world -------------------------------------------------------------------------------- /Python/Mega Projects/FIle Organizer/files/txt/sample1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/Mega Projects/FIle Organizer/files/txt/sample1.txt -------------------------------------------------------------------------------- /Python/Mega Projects/FIle Organizer/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/Mega Projects/FIle Organizer/main.py -------------------------------------------------------------------------------- /Python/Mega Projects/JARVIS-System/guide.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/Mega Projects/JARVIS-System/guide.txt -------------------------------------------------------------------------------- /Python/Mega Projects/JARVIS-System/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/Mega Projects/JARVIS-System/main.py -------------------------------------------------------------------------------- /Python/Mega Projects/JARVIS-System/requirements.txt: -------------------------------------------------------------------------------- 1 | SpeechRecognition 2 | pyttsx3 3 | pyaudio 4 | wikipedia -------------------------------------------------------------------------------- /Python/Mega Projects/Moduler Coding/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/Mega Projects/Moduler Coding/README.md -------------------------------------------------------------------------------- /Python/Mega Projects/Moduler Coding/atm_machine_main/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Python/Mega Projects/Moduler Coding/atm_machine_main/atm_main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/Mega Projects/Moduler Coding/atm_machine_main/atm_main.py -------------------------------------------------------------------------------- /Python/Mega Projects/Moduler Coding/atm_machine_main/db.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/Mega Projects/Moduler Coding/atm_machine_main/db.py -------------------------------------------------------------------------------- /Python/Mega Projects/Moduler Coding/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/Mega Projects/Moduler Coding/main.py -------------------------------------------------------------------------------- /Python/Mega Projects/Multilingual AI Assistant/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/Mega Projects/Multilingual AI Assistant/main.py -------------------------------------------------------------------------------- /Python/Mega Projects/Multilingual AI Assistant/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/Mega Projects/Multilingual AI Assistant/requirements.txt -------------------------------------------------------------------------------- /Python/Mega Projects/Multilingual AI Assistant/speech.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/Mega Projects/Multilingual AI Assistant/speech.mp3 -------------------------------------------------------------------------------- /Python/Mega Projects/OOP Project/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/Mega Projects/OOP Project/main.py -------------------------------------------------------------------------------- /Python/Mega Projects/OOP Project/requirements.txt: -------------------------------------------------------------------------------- 1 | google-generativeai -------------------------------------------------------------------------------- /Python/Mega Projects/OOP Project/research/trials.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Python/Mega Projects/OOP Project/research/trials.ipynb -------------------------------------------------------------------------------- /RAG-Demo.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/RAG-Demo.zip -------------------------------------------------------------------------------- /RAG-gemini.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/RAG-gemini.zip -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Code_Commanders -------------------------------------------------------------------------------- /Text-Preprocessing.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Text-Preprocessing.ipynb -------------------------------------------------------------------------------- /Text-Representation_Word Embeddings-1.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Text-Representation_Word Embeddings-1.ipynb -------------------------------------------------------------------------------- /Text-Representation_Word Embeddings-2.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Text-Representation_Word Embeddings-2.ipynb -------------------------------------------------------------------------------- /Text_Classification_using_ML.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Text_Classification_using_ML.ipynb -------------------------------------------------------------------------------- /Text_Summarizer_project.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Text_Summarizer_project.ipynb -------------------------------------------------------------------------------- /Text_to_speech_generation_with_LLM_with_hugging_face.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/Text_to_speech_generation_with_LLM_with_hugging_face.ipynb -------------------------------------------------------------------------------- /computer vision/Automatic-number-plate-recognition-ANPR-with-Yolov9-and-EasyOCR.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/computer vision/Automatic-number-plate-recognition-ANPR-with-Yolov9-and-EasyOCR.zip -------------------------------------------------------------------------------- /computer vision/YOLO11_Custom_training_for_Object_Detection.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/computer vision/YOLO11_Custom_training_for_Object_Detection.ipynb -------------------------------------------------------------------------------- /computer vision/YOLO11_Image_Classification_on_Custom_dataset.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/computer vision/YOLO11_Image_Classification_on_Custom_dataset.ipynb -------------------------------------------------------------------------------- /computer vision/YOLO11_Instance_Segmentation.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/computer vision/YOLO11_Instance_Segmentation.ipynb -------------------------------------------------------------------------------- /computer vision/YOLO11_demo.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/computer vision/YOLO11_demo.ipynb -------------------------------------------------------------------------------- /computer vision/zero_shot_object_detection_with_yolo_world.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/computer vision/zero_shot_object_detection_with_yolo_world.ipynb -------------------------------------------------------------------------------- /falcon-open llm.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/falcon-open llm.zip -------------------------------------------------------------------------------- /open llm (1).zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/open llm (1).zip -------------------------------------------------------------------------------- /open llm (2).zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/open llm (2).zip -------------------------------------------------------------------------------- /open llm.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euronone/Code_Commanders/HEAD/open llm.zip --------------------------------------------------------------------------------