# Python
**Repository Path**: mashuaiaaaa/Python
## Basic Information
- **Project Name**: Python
- **Description**: No description available
- **Primary Language**: Python
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2025-12-25
- **Last Updated**: 2025-12-25
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
🐍📊 Welcome to the Python Programming Hub 📊🐍
The Best Place to Learn Python, Data Science and Machine Learning!
Last updated: Dec 25, 2025
|  |
|:--:|
| Image Credits [Wallpaper Flare](https://www.wallpaperflare.com/programming-is-an-art-text-code-python-computer-python-programming-wallpaper-srfia) |

Welcome to a treasure trove of Python programming expertise, Data Science mastery, and essential survival skills for navigating the dynamic world of programming. Dive into the depths of this repository to unlock the knowledge and tools you need to thrive in your coding journey.
## Table of Contents
#### [1. Introduction](https://github.com/Tanu-N-Prabhu/Python/blob/master/README.md)
1. [What](https://github.com/Tanu-N-Prabhu/Python/tree/master#about)
2. [Why](https://github.com/Tanu-N-Prabhu/Python/tree/master#why-choose-this-repository)
3. [How](https://github.com/Tanu-N-Prabhu/Python/tree/master#why-choose-this-repository)
#### [2. LinkedIn Content Overview](https://github.com/Tanu-N-Prabhu/Python/tree/master/LinkedIn)
1. [Current Post](https://github.com/Tanu-N-Prabhu/Python/blob/master/LinkedIn/post_4_nov_23.md)
2. [Purpose](https://github.com/Tanu-N-Prabhu/Python/tree/master/LinkedIn#purpose-of-this-folder)
#### [3. Python Materials](https://github.com/Tanu-N-Prabhu/Python/blob/master/README.md#pythonic-materials)
1. **Chapter 1 - Basic Concepts**
- [Python Input, Output and Import functions](https://github.com/Tanu-N-Prabhu/Python/blob/master/Python_Input%2C_Output_and_Import.ipynb)
- [Python Variables](https://github.com/Tanu-N-Prabhu/Python/blob/master/Python_Variables.ipynb)
- [Python Global, Local and Nonlocal Variables](https://github.com/Tanu-N-Prabhu/Python/blob/master/Global%2C_Local_and_Nonlocal_variables_in_Python.ipynb)
- [Python Strings](https://github.com/Tanu-N-Prabhu/Python/tree/master/Strings)
- [Python Lists](https://github.com/Tanu-N-Prabhu/Python/tree/master/Lists)
- [Python Tuples](https://github.com/Tanu-N-Prabhu/Python/tree/master/Tuples)
- [Python Dictionary](https://github.com/Tanu-N-Prabhu/Python/tree/master/Dictionary%20)
- [Python Operators](https://github.com/Tanu-N-Prabhu/Python/blob/master/Python_Operators.ipynb)
- [Mastering Python Decorators](https://github.com/Tanu-N-Prabhu/Python/blob/master/Mastering_Python_Decorators.ipynb)
2. **Chapter 2 - Built-in Functions**
- [Python Input, Output and Import built-in-functions](https://github.com/Tanu-N-Prabhu/Python/blob/master/Python_Input%2C_Output_and_Import.ipynb)
- [Eval built-in-function](https://github.com/Tanu-N-Prabhu/Python/blob/master/Eval_built_in_function.ipynb)
- [Range built-in-function](https://github.com/Tanu-N-Prabhu/Python/blob/master/Range_built_in_function.ipynb)
- [Python Lambda Function](https://github.com/Tanu-N-Prabhu/Python/blob/master/Python_Lambda_Function.ipynb)
- [Python Enumerate Function](https://github.com/Tanu-N-Prabhu/Python/blob/master/Python_enumerate()_built_in_function.ipynb)
- [Python len function](https://github.com/Tanu-N-Prabhu/Python/blob/master/Python_len()_built_in_function.ipynb)
3. **Chapter 3 - Libraries**
- [Numpy library](https://github.com/Tanu-N-Prabhu/Python/tree/master/Numpy)
- [Pandas library](https://github.com/Tanu-N-Prabhu/Python/tree/master/Pandas)
- [Math Module](https://github.com/Tanu-N-Prabhu/Python/blob/master/Learn_the_Python_Math_Module.ipynb)
- [JSON library](https://github.com/Tanu-N-Prabhu/Python/blob/master/How_to_handle_JSON_in_Python%3F.ipynb)
4. **Chapter 4 - APIs**
- [Google Translate API for Python](https://github.com/Tanu-N-Prabhu/Python/tree/master/Google%20Translate%20API)
- [Google Trends API for Python](https://github.com/Tanu-N-Prabhu/Python/blob/master/Google_Trends_API.ipynb)
- [Wikipedia API for Python](https://github.com/Tanu-N-Prabhu/Python/blob/master/Wikipedia_API_for_Python.ipynb)
- [Google Search API for Python](https://github.com/Tanu-N-Prabhu/Python/blob/master/The_two_Google_Search_Python_Libraries_you_should_never_miss.ipynb)
- [General Transit Feed Specification (GTFS)](https://github.com/Tanu-N-Prabhu/Python/blob/387a2cdd5bcfc4afbae2319d017a850bdaeb772c/Transit_Data_Calgary_2025.ipynb)
- [Time Series Forecasting with Facebook Prophet](https://github.com/Tanu-N-Prabhu/Python/blob/master/Unlocking_Time_Series_Forecasting_with_Facebook_Prophet.ipynb)
5. **Chapter 5 - Additional Materials**
- [How to get started coding in Python?](https://github.com/Tanu-N-Prabhu/Python/blob/master/How_to_get_started_coding_in_Python%3F.ipynb)
- [Is Python Object Oriented?](https://github.com/Tanu-N-Prabhu/Python/blob/master/Is_Python_object_oriented%3F.ipynb)
- [Speech Recognition using Python](https://github.com/Tanu-N-Prabhu/Python/blob/master/Speech_Recognition_using_Python.ipynb)
- [One-Hot Encoding](https://github.com/Tanu-N-Prabhu/Python/blob/master/Learning_One_Hot_Encoding_in_Python_the_Easy_Way.ipynb)
- [Reading an Image Without Libraries](https://github.com/Tanu-N-Prabhu/Python/blob/master/Reading_An_Image_In_Python_(Without_Using_Special_Libraries).ipynb)
- [Render Images in Pandas DataFrame](https://github.com/Tanu-N-Prabhu/Python/blob/master/Rendering_Images_inside_a_Pandas_DataFrame.ipynb)
- [Using Pandas DataFrame as a Database](https://github.com/Tanu-N-Prabhu/Python/blob/master/Using_the_Pandas_Data_Frame_as_a_Database_.ipynb)
- [Using Pandas in Daily Life](https://github.com/Tanu-N-Prabhu/Python/blob/master/Using_the_Pandas_DataFrame_in_Day_To_Day_Life.ipynb)
- [Presenting Python Code Using RISE](https://github.com/Tanu-N-Prabhu/Python/blob/master/Presenting_Python_code_using_RISE.ipynb)
- [Google Colab Cheat Sheet](https://github.com/Tanu-N-Prabhu/Python/blob/master/Cheat_sheet_for_Google_Colab.ipynb)
- [Pick-Up Line Generator](https://github.com/Tanu-N-Prabhu/Python/blob/master/Pick_up_Line_Generator.ipynb)
- [Optimizing Code with List Comprehensions](https://github.com/Tanu-N-Prabhu/Python/blob/master/Optimizing_Python_Code_with_List_Comprehensions.ipynb)
- [Understanding Virtual Environments](https://github.com/Tanu-N-Prabhu/Python/blob/master/Understanding_Virtual_Environments_in_Python.ipynb)
- [Hidden Markov Models](https://github.com/Tanu-N-Prabhu/Python/blob/master/Hidden_Markov_Models_in_Python.ipynb)
- [Feature Maps in CNNs](https://github.com/Tanu-N-Prabhu/Python/blob/master/Hidden_Layers_of_Understanding_CNN.ipynb)
- [Rule-Based System in Python](https://github.com/Tanu-N-Prabhu/Python/blob/master/Rule_Based_System_with_Python.ipynb)
6. **Chapter 6 - Exercises**
- [String Concatenation Questions](https://github.com/Tanu-N-Prabhu/Python/blob/master/String_Concatenation_Exercise_Questions.ipynb)
- [String Concatenation Answers](https://github.com/Tanu-N-Prabhu/Python/blob/master/String_Concatenation_Exercise_Answers.ipynb)
- [Built-In Functions Exercise Questions](https://github.com/Tanu-N-Prabhu/Python/blob/master/Built_In_Functions_Exercise_Questions.ipynb)
7. **Chapter 7 - Quiz**
- [Quiz 1](https://github.com/Tanu-N-Prabhu/Python/blob/master/Quiz/Python_Quiz_1.ipynb)
- [Quiz 2](https://github.com/Tanu-N-Prabhu/Python/blob/master/Quiz/Python_Quiz_2.ipynb)
- [Quiz 3](https://github.com/Tanu-N-Prabhu/Python/blob/master/Quiz/Python_Quiz_3.ipynb)
8. **[Chapter 8 - Interview Preparation](https://github.com/Tanu-N-Prabhu/Python/tree/master/Python%20Coding%20Interview%20Prep)**
- [Python Coding Interview Questions (Beginner → Advanced)](https://github.com/Tanu-N-Prabhu/Python/blob/master/Python%20Coding%20Interview%20Prep/Python%20Coding%20Interview%20Questions%20(Beginner%20to%20Advanced).md)
- [Crack Python Interviews Like a Pro!](https://github.com/Tanu-N-Prabhu/Python/blob/master/Python%20Coding%20Interview%20Prep/Crack%20Python%20Interviews%20Like%20a%20Pro!.md)
- [35 Python Interview Questions (Experienced)](https://github.com/Tanu-N-Prabhu/Python/blob/master/Python%20Coding%20Interview%20Prep/35%20Python%20interview%20questions%20for%20experienced.md)
- [Python Interview Questions - Strings](https://github.com/Tanu-N-Prabhu/Python/blob/master/Python%20Coding%20Interview%20Prep/Python_Interview_Questions_and_Answers_Strings.md)
- [Python Theoretical Interview Questions](https://github.com/Tanu-N-Prabhu/Python/blob/master/Python%20Coding%20Interview%20Prep/Python_Theoritical_Interview_Questions.md)
- [15 Python Interview Q&A](https://github.com/Tanu-N-Prabhu/Python/blob/master/Python%20Coding%20Interview%20Prep/Python_Interview_Questions_and_Answers.md)
- [Assigning Candies to Children](https://github.com/Tanu-N-Prabhu/Python/blob/master/Python%20Coding%20Interview%20Prep/Children_with_candy.ipynb)
- [Basic Calculator](https://github.com/Tanu-N-Prabhu/Python/blob/master/Python%20Coding%20Interview%20Prep/Basic_calculator.ipynb)
- [Text Justification](https://github.com/Tanu-N-Prabhu/Python/blob/master/Python%20Coding%20Interview%20Prep/Text_Justification.ipynb)
- [Removing an Element](https://github.com/Tanu-N-Prabhu/Python/blob/master/Python%20Coding%20Interview%20Prep/Remove_Element.ipynb)
- [Vowel Count](https://github.com/Tanu-N-Prabhu/Python/blob/master/Vowel_Count.ipynb)
- [Pick-Up Line Generator (Sentiment-Based)](https://github.com/Tanu-N-Prabhu/Python/blob/master/Python%20Coding%20Interview%20Prep/pick_up_line_generator_sentiments.ipynb)
- [Sentimental Analysis](https://github.com/Tanu-N-Prabhu/Python/blob/master/Python%20Coding%20Interview%20Prep/Sentimental_Analysis.ipynb)
- [Regular Polygon Visualizer](https://github.com/Tanu-N-Prabhu/Python/blob/master/Python%20Coding%20Interview%20Prep/Draw_polygon.ipynb)
9. **Chapter 9 - Design Principles**
- [Modular Pipeline / Clean Architecture](https://github.com/Tanu-N-Prabhu/Python/blob/master/How_to_Structure_Machine_Learning_Projects_with_Clean_Code_Principles_in_Python.ipynb)
- [Dependency Inversion Principle](https://github.com/Tanu-N-Prabhu/Python/blob/master/Dependency_Inversion_Principle_in_Python.ipynb)
- [Open-Closed Principle](https://github.com/Tanu-N-Prabhu/Python/blob/master/Open_Closed_Principle_in_Python.ipynb)
- [Liskov Substitution Principle](https://github.com/Tanu-N-Prabhu/Python/blob/master/Liskov_Substitution_Principle_in_Python.ipynb)
#### [4. Machine Learning Materials]()
1. [Foundations](https://github.com/Tanu-N-Prabhu/Python/tree/master/Machine%20Learning/00_foundations)
2. [Supervised Learning](https://github.com/Tanu-N-Prabhu/Python/tree/master/Machine%20Learning/01_supervised_learning)
3. [Unsupervised Learning](https://github.com/Tanu-N-Prabhu/Python/tree/master/Machine%20Learning/02_unsupervised_learning)
4. [Neural Networks](https://github.com/Tanu-N-Prabhu/Python/tree/master/Machine%20Learning/03_neural_networks)
5. [MLOps](https://github.com/Tanu-N-Prabhu/Python/tree/master/Machine%20Learning/04_mlops)
6. [Projects](https://github.com/Tanu-N-Prabhu/Python/tree/master/Machine%20Learning/05_projects)
#### [5. Data Science Materials](https://github.com/Tanu-N-Prabhu/Python/tree/713e5814c15caf6ee4640f7b4cec04a68b4b899e/Data%20Analysis)
1. [Level 0](https://github.com/Tanu-N-Prabhu/Python/tree/master/Data%20Analysis/Level%200)
2. [Level 1](https://github.com/Tanu-N-Prabhu/Python/tree/master/Data%20Analysis/Level%201)
3. [Level 2](https://github.com/Tanu-N-Prabhu/Python/tree/master/Data%20Analysis/Level%202)
4. [Level 3](https://github.com/Tanu-N-Prabhu/Python/tree/master/Data%20Analysis/Level%203)
5. [Level 4](https://github.com/Tanu-N-Prabhu/Python/tree/master/Data%20Analysis/Level%204)
6. [Level 5](https://github.com/Tanu-N-Prabhu/Python/tree/master/Data%20Analysis/Level%205)
7. [EDA Techniques](https://github.com/Tanu-N-Prabhu/Python/tree/master/Exploratory%20Data%20Analysis)
8. [25 Real Data Analysis Questions With Clear Python Answers](https://github.com/Tanu-N-Prabhu/Python/tree/master/Data%20Analysis/25%20Real%20Questions%20With%20Clear%20Python%20Answers)
#### [6. Contribution Workflow](https://github.com/Tanu-N-Prabhu/Python/blob/master/contribution.md)
1. [Code Snippet Guidelines](https://github.com/Tanu-N-Prabhu/Python/tree/master?tab=coc-ov-file#)
#### [7. Release Notes](https://github.com/Tanu-N-Prabhu/Python/tree/7ef79b9098d5c82862669cf61b7b413864dfad83/Release%20Notes)
1. [Current Release](https://github.com/Tanu-N-Prabhu/Python/blob/master/Release%20Notes/v1.2.0.md)
2. [Archive](https://github.com/Tanu-N-Prabhu/Python/blob/master/Release%20Notes/README.md)
#### [8. Attribution](https://github.com/Tanu-N-Prabhu/Python/tree/master?tab=readme-ov-file#reviews)
1. [Credit & Acknowledgment](https://github.com/Tanu-N-Prabhu/Python/tree/master?tab=readme-ov-file#reviews)
---
## About
This repository isn’t just a collection of code snippets; it’s a comprehensive resource designed to empower learners and professionals alike. You’ll find invaluable insights and guidance for:
* **Novices** - Explore the fundamentals of Python programming.
* **Data Enthusiasts** - Delve into the intricacies of data science.
* **Seasoned Developers** - Hone your craft with advanced techniques and tips.
## What the repository offers
* **Python Proficiency** - Elevate your Python skills from beginner to advanced levels with my curated tutorials, exercises, and real-world examples.
* **Data Science Expertise** - Harness the power of data with our in-depth guides, projects, and best practices in data analysis, machine learning, and beyond.
* **Survival Toolkit** - Navigate the complexities of the programming world with confidence, thanks to our tips, tricks, and advice on career development, productivity, and staying ahead of the curve.
## Why Choose This Repository
| Feature | Description |
|--------|-------------|
| Comprehensive Learning | A structured path with beginner-to-advanced resources designed for long-term mastery. |
| Community Support | A collaborative environment where learners and mentors help each other grow. |
| Practical Application | Real-world examples and hands-on exercises that make concepts easy to apply. |
### Get involved
Ready to embark on your Python journey? Explore our repository, contribute your expertise, and connect with fellow enthusiasts. Together, we'll sharpen our skills, unravel the mysteries of programming, and unlock new opportunities in the ever-evolving tech landscape.
## Join Us on This Adventure
The Python Mastery Repository is more than just a collection of code; it's a gateway to endless possibilities. Start your exploration today and discover the boundless potential of Python programming, data science, and beyond.
## Installation Tools
Before starting your Python journey, it is important to install a few helpful tools. These tools make it easier to write, run, and understand Python programs. You can choose the ones that best fit your learning style.
---
## Recommended Tools
> These are the essential tools you’ll need to get started, from writing Python code to running it effortlessly in the cloud.
| Tool | Description |
|------|--------------|
| [](https://www.python.org/) | The core language of this repository. |
| [](https://code.visualstudio.com/) | A powerful, extensible editor for Python and more. |
| [](https://jupyter.org/) | Perfect for interactive coding and data visualization. |
| [](https://colab.research.google.com/) | Run Python notebooks in the cloud, no installation needed. |
> You can use VS Code with Jupyter and Colab notebooks directly for a seamless workflow.
---
# Repository Contents
#### This repository is divided into two parts such as Python Coding and Data Science for Beginners.
## Python Coding
Follow the steps below to get started coding in Python!!!
### Pythonic Materials
> **Expand** and **Collapse** the above Chapters for more details
Chapter 1️⃣ ⮕ Basic Concepts
- [Python Input, Output and Import functions](https://github.com/Tanu-N-Prabhu/Python/blob/master/Python_Input%2C_Output_and_Import.ipynb)
- [Python Variables](https://github.com/Tanu-N-Prabhu/Python/blob/master/Python_Variables.ipynb)
* [Python Global, Local and Nonlocal Variables](https://github.com/Tanu-N-Prabhu/Python/blob/master/Global%2C_Local_and_Nonlocal_variables_in_Python.ipynb)
- [Python Strings](https://github.com/Tanu-N-Prabhu/Python/tree/master/Strings)
- [Python Lists](https://github.com/Tanu-N-Prabhu/Python/tree/master/Lists)
- [Python Tuples](https://github.com/Tanu-N-Prabhu/Python/tree/master/Tuples)
- [Python Dictionary](https://github.com/Tanu-N-Prabhu/Python/tree/master/Dictionary%20)
- [Python Operators](https://github.com/Tanu-N-Prabhu/Python/blob/master/Python_Operators.ipynb)
- [Mastering Python Decorators](https://github.com/Tanu-N-Prabhu/Python/blob/master/Mastering_Python_Decorators.ipynb)
Chapter 2️⃣ ⮕ Built-in Functions
- [Python Input, Output and Import built-in-functions](https://github.com/Tanu-N-Prabhu/Python/blob/master/Python_Input%2C_Output_and_Import.ipynb)
- [Eval built-in-function](https://github.com/Tanu-N-Prabhu/Python/blob/master/Eval_built_in_function.ipynb)
- [Range built-in-function](https://github.com/Tanu-N-Prabhu/Python/blob/master/Range_built_in_function.ipynb)
- [Python Lambda Function](https://github.com/Tanu-N-Prabhu/Python/blob/master/Python_Lambda_Function.ipynb)
- [Python Enumerate Function](https://github.com/Tanu-N-Prabhu/Python/blob/master/Python_enumerate()_built_in_function.ipynb)
- [Python len function](https://github.com/Tanu-N-Prabhu/Python/blob/master/Python_len()_built_in_function.ipynb)
Chapter 3️⃣ ⮕ Libraries
- [Numpy library](https://github.com/Tanu-N-Prabhu/Python/tree/master/Numpy)
- [Pandas library](https://github.com/Tanu-N-Prabhu/Python/tree/master/Pandas)
- [Math Module](https://github.com/Tanu-N-Prabhu/Python/blob/master/Learn_the_Python_Math_Module.ipynb)
- [JSON library](https://github.com/Tanu-N-Prabhu/Python/blob/master/How_to_handle_JSON_in_Python%3F.ipynb)
Chapter 4️⃣ ⮕ API's
- [Google Translate API for Python](https://github.com/Tanu-N-Prabhu/Python/tree/master/Google%20Translate%20API)
- [Google Trends API for Python](https://github.com/Tanu-N-Prabhu/Python/blob/master/Google_Trends_API.ipynb)
- [Wikipedia API for Python](https://github.com/Tanu-N-Prabhu/Python/blob/master/Wikipedia_API_for_Python.ipynb)
- [Google Search API for Python](https://github.com/Tanu-N-Prabhu/Python/blob/master/The_two_Google_Search_Python_Libraries_you_should_never_miss.ipynb)
- [General Transit Feed Specification - General Transit Feed Specification (GTFS)](https://github.com/Tanu-N-Prabhu/Python/blob/387a2cdd5bcfc4afbae2319d017a850bdaeb772c/Transit_Data_Calgary_2025.ipynb)
- [Unlocking Time Series Forecasting with Facebook Prophet](https://github.com/Tanu-N-Prabhu/Python/blob/master/Unlocking_Time_Series_Forecasting_with_Facebook_Prophet.ipynb)
Chapter 5️⃣ ⮕ Additional Materials
- [How to get started coding in Python?](https://github.com/Tanu-N-Prabhu/Python/blob/master/How_to_get_started_coding_in_Python%3F.ipynb)
- [Is Python Object Oriented?](https://github.com/Tanu-N-Prabhu/Python/blob/master/Is_Python_object_oriented%3F.ipynb)
- [Speech Recognition using Python](https://github.com/Tanu-N-Prabhu/Python/blob/master/Speech_Recognition_using_Python.ipynb)
- [One-Hot encoding in Python](https://github.com/Tanu-N-Prabhu/Python/blob/master/Learning_One_Hot_Encoding_in_Python_the_Easy_Way.ipynb)
- [Reading An Image In Python (Without Using Special Libraries)](https://github.com/Tanu-N-Prabhu/Python/blob/master/Reading_An_Image_In_Python_(Without_Using_Special_Libraries).ipynb)
- [Rendering Images inside a Pandas DataFrame](https://github.com/Tanu-N-Prabhu/Python/blob/master/Rendering_Images_inside_a_Pandas_DataFrame.ipynb)
- [Using the Pandas Data Frame as a Database](https://github.com/Tanu-N-Prabhu/Python/blob/master/Using_the_Pandas_Data_Frame_as_a_Database_.ipynb)
- [Using the Pandas Data Frame in Day-To-Day Life](https://github.com/Tanu-N-Prabhu/Python/blob/master/Using_the_Pandas_DataFrame_in_Day_To_Day_Life.ipynb)
- [Presenting Python code using RISE](https://github.com/Tanu-N-Prabhu/Python/blob/master/Presenting_Python_code_using_RISE.ipynb)
- [Cheat Sheet for Google Colab](https://github.com/Tanu-N-Prabhu/Python/blob/master/Cheat_sheet_for_Google_Colab.ipynb)
- [Pick-Up Line Generator using Python Dictionaries](https://github.com/Tanu-N-Prabhu/Python/blob/master/Pick_up_Line_Generator.ipynb)
- [Optimizing Python Code with List Comprehensions](https://github.com/Tanu-N-Prabhu/Python/blob/master/Optimizing_Python_Code_with_List_Comprehensions.ipynb)
- [Understanding Virtual Environments in Python](https://github.com/Tanu-N-Prabhu/Python/blob/master/Understanding_Virtual_Environments_in_Python.ipynb)
- [Hidden Markov Models in Python](https://github.com/Tanu-N-Prabhu/Python/blob/master/Hidden_Markov_Models_in_Python.ipynb)
- [Mastering Feature Maps in Convolutional Neural Networks](https://github.com/Tanu-N-Prabhu/Python/blob/master/Hidden_Layers_of_Understanding_CNN.ipynb)
- [Build a Rule-Based System with Python](https://github.com/Tanu-N-Prabhu/Python/blob/master/Rule_Based_System_with_Python.ipynb)
Chapter 6️⃣ ⮕ Exercises
- [String Concatenation Questions](https://github.com/Tanu-N-Prabhu/Python/blob/master/String_Concatenation_Exercise_Questions.ipynb)
* [String Concatenation Answers](https://github.com/Tanu-N-Prabhu/Python/blob/master/String_Concatenation_Exercise_Answers.ipynb)
- [Built-In Functions Exercise Questions](https://github.com/Tanu-N-Prabhu/Python/blob/master/Built_In_Functions_Exercise_Questions.ipynb)
Chapter 7️⃣ ⮕ Quiz
- [Quiz - 1](https://github.com/Tanu-N-Prabhu/Python/blob/master/Quiz/Python_Quiz_1.ipynb)
- [Quiz - 2](https://github.com/Tanu-N-Prabhu/Python/blob/master/Quiz/Python_Quiz_2.ipynb)
- [Quiz - 3](https://github.com/Tanu-N-Prabhu/Python/blob/master/Quiz/Python_Quiz_3.ipynb)
Chapter 8️⃣ ⮕ Interview Preparation
- [Python Coding Interview Questions (Beginner to Advanced)](https://github.com/Tanu-N-Prabhu/Python/blob/master/Python%20Coding%20Interview%20Prep/Python%20Coding%20Interview%20Questions%20(Beginner%20to%20Advanced).md)
- [Crack Python Interviews Like a Pro!](https://github.com/Tanu-N-Prabhu/Python/blob/master/Python%20Coding%20Interview%20Prep/Crack%20Python%20Interviews%20Like%20a%20Pro!.md)
- [35 Python interview questions for experienced](https://github.com/Tanu-N-Prabhu/Python/blob/master/Python%20Coding%20Interview%20Prep/35%20Python%20interview%20questions%20for%20experienced.md)
- [Python Interview Questions - Strings](https://github.com/Tanu-N-Prabhu/Python/blob/master/Python%20Coding%20Interview%20Prep/Python_Interview_Questions_and_Answers_Strings.md)
- [Python Theoretical Interview Questions](https://github.com/Tanu-N-Prabhu/Python/blob/master/Python%20Coding%20Interview%20Prep/Python_Theoritical_Interview_Questions.md)
- [15 Python Interview Questions and Answers](https://github.com/Tanu-N-Prabhu/Python/blob/master/Python%20Coding%20Interview%20Prep/Python_Interview_Questions_and_Answers.md)
- [Assigning Candies to Children Problem with Solution](https://github.com/Tanu-N-Prabhu/Python/blob/master/Python%20Coding%20Interview%20Prep/Children_with_candy.ipynb)
- [Basic Calculator](https://github.com/Tanu-N-Prabhu/Python/blob/master/Python%20Coding%20Interview%20Prep/Basic_calculator.ipynb)
- [Text Justification](https://github.com/Tanu-N-Prabhu/Python/blob/master/Python%20Coding%20Interview%20Prep/Text_Justification.ipynb)
- [Removing an Element](https://github.com/Tanu-N-Prabhu/Python/blob/master/Python%20Coding%20Interview%20Prep/Remove_Element.ipynb)
- [Vowel Count in a Sentence](https://github.com/Tanu-N-Prabhu/Python/blob/master/Vowel_Count.ipynb)
- [Pick-Up Line Generator - Based on Sentiments](https://github.com/Tanu-N-Prabhu/Python/blob/master/Python%20Coding%20Interview%20Prep/pick_up_line_generator_sentiments.ipynb)
- [Sentimental Analysis](https://github.com/Tanu-N-Prabhu/Python/blob/master/Python%20Coding%20Interview%20Prep/Sentimental_Analysis.ipynb)
- [Creating a Regular Polygon Visualizer Using Matplotlib in Python](https://github.com/Tanu-N-Prabhu/Python/blob/master/Python%20Coding%20Interview%20Prep/Draw_polygon.ipynb)
Chapter 9️⃣ ⮕ Design Principles
- [Modular Pipeline Architecture or Clean Architecture](https://github.com/Tanu-N-Prabhu/Python/blob/master/How_to_Structure_Machine_Learning_Projects_with_Clean_Code_Principles_in_Python.ipynb)
- [Dependency Inversion Principle](https://github.com/Tanu-N-Prabhu/Python/blob/master/Dependency_Inversion_Principle_in_Python.ipynb)
- [Open-Closed Principle](https://github.com/Tanu-N-Prabhu/Python/blob/master/Open_Closed_Principle_in_Python.ipynb)
- [Liskov Substitution Principle](https://github.com/Tanu-N-Prabhu/Python/blob/master/Liskov_Substitution_Principle_in_Python.ipynb)
- [Interface Segregation Principle](https://github.com/Tanu-N-Prabhu/Python/blob/master/Interface_Segregation_Principle.ipynb)
- [Single Responsibility Principle](https://github.com/Tanu-N-Prabhu/Python/blob/master/Single_Responsibility_Principle.ipynb)
- [Law of Demeter](https://github.com/Tanu-N-Prabhu/Python/blob/master/Law_of_Demeter.ipynb)
- [Composition Over Inheritance](https://github.com/Tanu-N-Prabhu/Python/blob/master/Composition_Over_Inheritance.ipynb)
---
## Data Science
Follow the steps below to get started learning Data Science!!!
### Data Science Materials
Data Exploration
- [Loading a File using Pandas](https://github.com/Tanu-N-Prabhu/Python/blob/master/data_load.md)
Data Scraping from the Web
- [Scraping Two YouTube Accounts - PewDiePie vs T-Series](https://github.com/Tanu-N-Prabhu/Python/blob/master/Data%20Scraping%20from%20the%20Web/Scraping%20YouTube%20accounts%20with%20python.ipynb)
- [Scraping Rate My Professor Website - My Graduate Professor](https://github.com/Tanu-N-Prabhu/Python/blob/master/Data%20Scraping%20from%20the%20Web/Web_Scraping_Rate_My_Professor_Website.ipynb)
- [Web Scraping vs API: Which Data Extraction Method is Best for Your Needs?](https://github.com/Tanu-N-Prabhu/Python/blob/master/Data%20Scraping%20from%20the%20Web/Web_Scraping_Vs_API.md)
Cracking Transit Data, Calgary 2025
- [How to Decode and Leverage GTFS for Real-Time Transit Insights](https://github.com/Tanu-N-Prabhu/Python/blob/master/Transit_Data_Calgary_2025.ipynb)
Additional Materials (Projects)
- [Mastering the Art of Data Preprocessing with Pandas](https://github.com/Tanu-N-Prabhu/Python/blob/master/Data_Preprocessing_with_Pandas.md)
- [Time Series Forecasting with Pandas](https://github.com/Tanu-N-Prabhu/Python/blob/master/Time_Series_Forecasting_with_Pandas.ipynb)
- [Demystifying Feature Engineering](https://github.com/Tanu-N-Prabhu/Python/blob/master/Demystifying_Feature_Engineering.ipynb)
- [Building Your First Machine Learning Model with scikit-learn](https://github.com/Tanu-N-Prabhu/Python/blob/master/Building_Your_First_Machine_Learning_Model.ipynb)
- [Build a Smart Resume Ranker with Python and Natural Language Processing](https://github.com/Tanu-N-Prabhu/Python/blob/master/Smart_Resume_Ranker_with_Python.ipynb)
- [Predicting Loan Default Using Decision Trees with Explainable AI](https://github.com/Tanu-N-Prabhu/Python/blob/master/Predicting_Loan_Default_Using_Decision_Trees.ipynb)
- [How to Efficiently Compute Euclidean Distance in Python Using NumPy (No Loops Needed)](https://github.com/Tanu-N-Prabhu/Python/blob/master/How_to_Efficiently_Compute_Euclidean_Distance_in_Python_Using_NumPy.ipynb)
- [How to Handle Missing Data in Pandas Like a Pro (Python for Data Science)](https://github.com/Tanu-N-Prabhu/Python/blob/master/How_to_Handle_Missing_Data_in_Pandas_Like_a_Pro.ipynb)
---
## Machine Learning
Follow the steps below to get started on your journey to perfect Machine Learning !!!
|  |
|:--:|
| Image by [Author](https://machinelearningmastery.com/author/kanwalmehreen/) - Canva |
### Machine Learning Materials
Prerequisite
- [Main roadmap and guide](https://github.com/Tanu-N-Prabhu/Python/blob/master/Machine%20Learning/README.md)
- [Python dependencies](https://github.com/Tanu-N-Prabhu/Python/blob/master/Machine%20Learning/requirements.txt)
- [Contribution guidelines](https://github.com/Tanu-N-Prabhu/Python/blob/master/contribution.md)
- [Further reading and links](https://github.com/Tanu-N-Prabhu/Python/blob/master/Machine%20Learning/resources.md)
Math & Python foundations
- [Python Review](https://github.com/Tanu-N-Prabhu/Python/blob/master/Machine%20Learning/00_foundations/python_review.ipynb)
- [Linear Algebra](https://github.com/Tanu-N-Prabhu/Python/blob/master/Machine%20Learning/00_foundations/linear_algebra.ipynb)
- [Statistics](https://github.com/Tanu-N-Prabhu/Python/blob/master/Machine%20Learning/00_foundations/statistics.ipynb)
Regression & classification
- [Regression](https://github.com/Tanu-N-Prabhu/Python/blob/master/Machine%20Learning/01_supervised_learning/regression.ipynb)
- [Classification](https://github.com/Tanu-N-Prabhu/Python/blob/master/Machine%20Learning/01_supervised_learning/classification.ipynb)
- [Advanced Model Evaluation](https://github.com/Tanu-N-Prabhu/Python/blob/master/Machine%20Learning/01_supervised_learning/model_evaluation.ipynb)
Clustering & dimensionality reduction
- [Clustering](https://github.com/Tanu-N-Prabhu/Python/blob/master/Machine%20Learning/02_unsupervised_learning/clustering.ipynb)
- [Dimensionality Reduction](https://github.com/Tanu-N-Prabhu/Python/blob/master/Machine%20Learning/02_unsupervised_learning/dimensionality_reduction.ipynb)
Deep learning with NNs
- [Perceptron](https://github.com/Tanu-N-Prabhu/Python/blob/master/Machine%20Learning/03_neural_networks/perceptron.ipynb)
- [Deep Learning](https://github.com/Tanu-N-Prabhu/Python/blob/master/Machine%20Learning/03_neural_networks/deep_learning_intro.ipynb)
- [Convolutional Neural Networks](https://github.com/Tanu-N-Prabhu/Python/blob/master/Machine%20Learning/03_neural_networks/cnn.ipynb)
- [Recurrent Neural Networks](https://github.com/Tanu-N-Prabhu/Python/blob/master/Machine%20Learning/03_neural_networks/rnn.ipynb)
Deployment, tracking, versioning
- [Data Versioning](https://github.com/Tanu-N-Prabhu/Python/blob/master/Machine%20Learning/04_mlops/data_versioning.md)
- [Model Deployment](https://github.com/Tanu-N-Prabhu/Python/blob/master/Machine%20Learning/04_mlops/model_deployment.md)
- [Monitoring Machine Learning Models in Production](https://github.com/Tanu-N-Prabhu/Python/blob/master/Machine%20Learning/04_mlops/monitoring.md)
Real-world end-to-end projects
- [House Price Prediction](https://github.com/Tanu-N-Prabhu/Python/blob/master/Machine%20Learning/05_projects/House%20Price%20Prediction/house_price_prediction.ipynb)
- [README.md](https://github.com/Tanu-N-Prabhu/Python/blob/master/Machine%20Learning/05_projects/House%20Price%20Prediction/README.md)
- [Twitter Sentiment Analysis](https://github.com/Tanu-N-Prabhu/Python/blob/master/Machine%20Learning/05_projects/Sentiment%20Analysis/sentiment_analysis.ipynb)
- [README.md](https://github.com/Tanu-N-Prabhu/Python/blob/master/Machine%20Learning/05_projects/Sentiment%20Analysis/README.md)
- [Credit Card Fraud Detection](https://github.com/Tanu-N-Prabhu/Python/blob/master/Machine%20Learning/05_projects/Fraud%20Detection/fraud_detection.ipynb)
- [README.md](https://github.com/Tanu-N-Prabhu/Python/blob/master/Machine%20Learning/05_projects/Fraud%20Detection/README.md)
- [Customer Churn Prediction](https://github.com/Tanu-N-Prabhu/Python/blob/master/Machine%20Learning/05_projects/Customer%20Churn%20Prediction/customer_churn_prediction.ipynb)
- [README.md](https://github.com/Tanu-N-Prabhu/Python/blob/master/Machine%20Learning/05_projects/Customer%20Churn%20Prediction/README.md)
- [Loan Approval Prediction](https://github.com/Tanu-N-Prabhu/Python/blob/master/Machine%20Learning/05_projects/Loan%20Approval%20Prediction/loan_approval_prediction.ipynb)
- [README.md](https://github.com/Tanu-N-Prabhu/Python/blob/master/Machine%20Learning/05_projects/Loan%20Approval%20Prediction/README.md)
- [TMDB Movie Recommendation System](https://github.com/Tanu-N-Prabhu/Python/blob/master/Machine%20Learning/05_projects/Movie%20Recommendation%20System/tmdb_movie_recommendation.ipynb)
- [README.md](https://github.com/Tanu-N-Prabhu/Python/blob/master/Machine%20Learning/05_projects/Movie%20Recommendation%20System/README.md)
- [Retail Sales Forecasting](https://github.com/Tanu-N-Prabhu/Python/blob/master/Machine%20Learning/05_projects/Retail%20Sales%20Forecasting/retail_sales_forecasting.ipynb)
- [README.md](https://github.com/Tanu-N-Prabhu/Python/blob/master/Machine%20Learning/05_projects/Retail%20Sales%20Forecasting/README.md)
- [Fake News Detection](https://github.com/Tanu-N-Prabhu/Python/blob/master/Machine%20Learning/05_projects/Fake%20News%20Detection/fake_news_detection.ipynb)
- [README.md](https://github.com/Tanu-N-Prabhu/Python/blob/master/Machine%20Learning/05_projects/Fake%20News%20Detection/README.md)
- [Disease Prediction from Symptoms using Machine Learning](https://github.com/Tanu-N-Prabhu/Python/blob/master/Machine%20Learning/05_projects/Disease%20Prediction%20from%20Symptoms/disease_prediction_from_symptoms.ipynb)
- [README.md](https://github.com/Tanu-N-Prabhu/Python/blob/master/Machine%20Learning/05_projects/Disease%20Prediction%20from%20Symptoms/README.md)
- [Emotion Detection from Text](https://github.com/Tanu-N-Prabhu/Python/blob/master/Machine%20Learning/05_projects/Emotion%20Detection%20from%20Text/emotion_detection_from_text.ipynb)
- [README.md](https://github.com/Tanu-N-Prabhu/Python/blob/master/Machine%20Learning/05_projects/Emotion%20Detection%20from%20Text/README.md)
- [Handwritten Digit Recognition (MNIST)](https://github.com/Tanu-N-Prabhu/Python/blob/master/Machine%20Learning/05_projects/Handwritten%20Digit%20Recognition%20(MNIST)/handwritten_digit_recognition.ipynb)
- [README.md](https://github.com/Tanu-N-Prabhu/Python/blob/master/Machine%20Learning/05_projects/Handwritten%20Digit%20Recognition%20(MNIST)/README.md)
Machine Learning Interview Preparation
- [Fundamental ML concepts like types of learning, bias-variance, etc.](https://github.com/Tanu-N-Prabhu/Python/blob/master/Machine%20Learning%20Interview%20Prep%20Questions/core_concepts.md)
- [Questions on algorithms like Linear Regression, SVM, Decision Trees, etc.](https://github.com/Tanu-N-Prabhu/Python/blob/master/Machine%20Learning%20Interview%20Prep%20Questions/supervised_learning.md)
- [Covers clustering (K-Means, DBSCAN) and dimensionality reduction (PCA)](https://github.com/Tanu-N-Prabhu/Python/blob/master/Machine%20Learning%20Interview%20Prep%20Questions/unsupervised_learning.md)
- [Model evaluation metrics like Precision, Recall, F1, ROC-AUC, etc.](https://github.com/Tanu-N-Prabhu/Python/blob/master/Machine%20Learning%20Interview%20Prep%20Questions/evaluation_metrics.md)
- [Covers data cleaning, encoding, handling missing values, scaling, etc.](https://github.com/Tanu-N-Prabhu/Python/blob/master/Machine%20Learning%20Interview%20Prep%20Questions/feature_engineering.md)
- [Deep Learning, Transfer Learning, Model Deployment, and more](https://github.com/Tanu-N-Prabhu/Python/blob/master/Machine%20Learning%20Interview%20Prep%20Questions/advanced_topics.md)
- [Project-based questions and soft-skill questions](https://github.com/Tanu-N-Prabhu/Python/blob/master/Machine%20Learning%20Interview%20Prep%20Questions/behavioral_questions.md)
- [Scenario-based and live practice prompts](https://github.com/Tanu-N-Prabhu/Python/blob/master/Machine%20Learning%20Interview%20Prep%20Questions/mock_interviews.md)
- [Google Colab notebook with hands-on ML implementation tasks](https://github.com/Tanu-N-Prabhu/Python/blob/master/Machine%20Learning%20Interview%20Prep%20Questions/coding_questions.ipynb)
---
# Tech is Easy
I’m Tanu Nanda Prabhu, and my passion lies in simplifying complex concepts to make them easier for others to understand. Research is something I deeply enjoy, and after exploring numerous videos, articles, and tutorials, I decided to create a repository dedicated to Google Sheets tips and tricks. I update this repository weekly with valuable insights designed to make your life simpler. I’m also open to contributions from those who wish to help enhance this resource. Feel free to fork the repository and submit updates; I’ll gladly review and consider them.
> [Tech Is Easy](https://github.com/Tanu-N-Prabhu/TechIsEasy)
---
# Nbviewer
If the Jupyter Notebook doesn’t load, don’t worry! Simply copy and paste the link into [nbviewer](https://nbviewer.jupyter.org), as most of my notebooks are accessible there.
---
# Contributors
### Currently, there are about 20 contributors for this repository. Feel free to contribute!
---
# Kaggle Datasets
1) [Kaggle Data Sets](https://www.kaggle.com/tanuprabhu/datasets)
---
# HackerRank Exercises - Solved
1) [HackerRank Exercise Solved](https://github.com/Tanu-N-Prabhu/Python/tree/master/Hacker_Rank_Exercises)
---
# Reddit Communities
1) [Python](https://www.reddit.com/r/Python/)
2) [Learn Python](https://www.reddit.com/r/learnpython/)
3) [Python tips](https://www.reddit.com/r/pythontips/)
4) [Python coding](https://www.reddit.com/r/pythoncoding?utm_medium=android_app&utm_source=share)
---
# GPT Librarian
If you have access to ChatGPT Premium, there is a GPT Librarian with access to all files here [here](https://chat.openai.com/g/g-2HlDYwyrW-python-from-scratch)
---
# Contact for Help
| Platform | Details |
|---------|----------|
|  | **tanunprabhu95@gmail.com** |
|  | [**Tanu Nanda Prabhu**](https://www.linkedin.com/in/tanu-nanda-prabhu-a15a091b5/) |
|  | [**Tanu N Prabhu**](https://medium.com/@tanunprabhu95) |
|  | [**Python Coder**](https://www.instagram.com/pycoderr/) |
---
# Reviews
> **Below are some of the reviews about this Python GitHub Repository:**
---
### **Elin Uppström**
`Senior Lecturer • Uppsala University, Sweden`
> I found your excellent exercises on your GitHub while preparing an undergraduate course in data analysis. I want to use it in my course.
---
### **Cole Striler**
`Data Scientist • Founder of Datafied`
> I came across your GitHub and love your Jupyter Notebooks, especially the one on "Predicting PewDiePie's daily subscribers". I think you do a great job of explaining your work, which others can learn from.
---
### **Laurence Watson**
`Co-Founder & CEO • Treebeard`
> You have a lot of great Jupyter notebook content on GitHub.
---
### **Poonam Gupta**
`Math & AP Computer Science Instructor • Brunswick School`
> Thank you so much for posting such helpful posts on GitHub. Many, many thanks for all you do to spread the knowledge.
---
### **David Okenwa**
`Mechanical Engineer • Building in Data Analytics`
> I recently came across your Medium, GitHub, and portfolio website serendipitously and was enthralled. Inspiring! I want to start writing articles and building my GitHub repositories.
**Do you like the Repository? Please share your valuable reviews by sending an [email](tanunprabhu95@gmail.com).**
---
## Featured Articles on Medium
A curated selection of tutorials, insights, and guides on programming, software development, and emerging tech trends.
| Title | Read on Medium |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- |
| **The First Step to Becoming a Data Scientist**| 🔗 [Read Here](https://medium.com/@tanunprabhu95/the-first-step-to-becoming-a-data-scientist-ce316b6fea5c) |
| **10 Must-Know Pandas Tricks Every Data Science Beginner Should Learn**| 🔗 [Read Here](https://medium.com/@tanunprabhu95/10-must-know-pandas-tricks-every-data-science-beginner-should-learn-6e75ab366042) |
| **Common Performance Pitfalls in Python ML/Data Projects** | 🔗 [Read Here](https://medium.com/@tanunprabhu95/common-performance-pitfalls-in-python-ml-data-projects-757dcb51ff47) |
| **Telling Stories With Data** | 🔗 [Read Here](https://medium.com/@tanunprabhu95/telling-stories-with-data-0c983e44ea5c) |
> Explore more stories on [Medium](https://medium.com/@tanunprabhu95)
---
## 🔥 Trending Tech Topics (Auto-updated daily)
- [I Built a Production RAG System for $5/month (Most Alternatives Cost $100-200+)](https://dev.to/dannwaneri/i-built-a-production-rag-system-for-5month-most-alternatives-cost-100-200-21hj)
- [Every Website Has Dark Mode. I Added Christmas Mode.](https://dev.to/codypearce/every-website-has-dark-mode-i-added-christmas-mode-12ff)
- [Why We Left Vercel and Switched to Self-Hosting](https://dev.to/kvetoslavnovak/why-we-left-vercel-and-switched-to-self-hosting-1k65)
- [Semantic Typing We Ignore](https://dev.to/y9vad9/semantic-typing-we-ignore-i0d)
- [🚀 I Built a Developer Resources Platform — Join Me and Share What Helps You Learn](https://dev.to/rinonten/i-built-a-developer-resources-platform-join-me-and-share-what-helps-you-learn-3aoi)
---
# Feedback
[Any Feedback or Suggestions- Please Click Here](https://form.jotform.com/92847563204259)
---
# Star History
[](https://star-history.com/#Tanu-N-Prabhu/Python&Date)
---
[](https://tanu-n-prabhu.github.io/myWebsite.io/)
[](http://commonmark.org)