{"id":19417143,"url":"https://github.com/pegah-ardehkhani/python-tutorial-plus-questions","last_synced_at":"2025-04-14T13:22:16.605Z","repository":{"id":180621937,"uuid":"665434788","full_name":"Pegah-Ardehkhani/Python-Tutorial-Plus-Questions","owner":"Pegah-Ardehkhani","description":"A comprehensive Python tutorial repository that covers key programming concepts along with practical questions and examples","archived":false,"fork":false,"pushed_at":"2024-10-04T20:57:40.000Z","size":18092,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T02:38:02.368Z","etag":null,"topics":["conditional-statements","data-science","data-structures","exercises","functions","learn-to-code","object-oriented-programming","oop","oops-in-python","programming","python","python-exercises","python-programming","python-questions","python-tutorial","python-tutorial-notebook","python3","tutorial","tutorial-code","tutorial-exercises"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Pegah-Ardehkhani.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-12T07:42:25.000Z","updated_at":"2024-12-29T11:30:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"aa7b9753-60ec-40af-a41c-0fe74b2527eb","html_url":"https://github.com/Pegah-Ardehkhani/Python-Tutorial-Plus-Questions","commit_stats":null,"previous_names":["pegah-ardehkhani/python_tutorial_plus_questions","pegah-ardehkhani/python-tutorial-plus-questions"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pegah-Ardehkhani%2FPython-Tutorial-Plus-Questions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pegah-Ardehkhani%2FPython-Tutorial-Plus-Questions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pegah-Ardehkhani%2FPython-Tutorial-Plus-Questions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pegah-Ardehkhani%2FPython-Tutorial-Plus-Questions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Pegah-Ardehkhani","download_url":"https://codeload.github.com/Pegah-Ardehkhani/Python-Tutorial-Plus-Questions/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248886488,"owners_count":21177677,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["conditional-statements","data-science","data-structures","exercises","functions","learn-to-code","object-oriented-programming","oop","oops-in-python","programming","python","python-exercises","python-programming","python-questions","python-tutorial","python-tutorial-notebook","python3","tutorial","tutorial-code","tutorial-exercises"],"created_at":"2024-11-10T13:07:27.059Z","updated_at":"2025-04-14T13:22:16.577Z","avatar_url":"https://github.com/Pegah-Ardehkhani.png","language":"Jupyter Notebook","readme":"# Python Tutorial Plus Questions 👩‍🏫👩🏻‍💻 ![license](https://img.shields.io/github/license/Pegah-Ardehkhani/Python_Tutorial_Plus_Questions.svg)\n\n\u003e **`Note`**: This repository is still developing.\n\n\u003cp align=\"center\"\u003e \n  \u003cimg width=\"500\" height=\"350\" src=\"https://github.com/Pegah-Ardehkhani/Python_Tutorial_Plus_Questions/blob/main/Images/Python_img.gif\"\u003e \n\u003c/p\u003e\n\n## Table of content: Let's Learn Python ✍️\n\n**1. Numeric Data Types** \u003ca href=\"https://colab.research.google.com/github/Pegah-Ardehkhani/Python_Tutorial_Plus_Questions/blob/main/Let's%20Learn%20Python/01.%20Python%20-%20Numeric%20Data%20Types.ipynb\" target=\"_parent\\\"\u003e\u003cimg src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/\u003e\u003c/a\u003e  [![nbviewer](https://img.shields.io/badge/render-nbviewer-orange.svg)](https://nbviewer.org/github/Pegah-Ardehkhani/Python_Tutorial_Plus_Questions/blob/main/Let's%20Learn%20Python/01.%20Python%20-%20Numeric%20Data%20Types.ipynb)\n\n- 1.1. Types of Numbers in Python\n- 1.2. Python Built-in Arithmetic Operators\n- 1.3. Python Built-in Arithmetic Functions\n- 1.4. Variable Assignment\n- 1.5. Variable Reassignment\n- 1.6. Determining Variable Type\n\n**2. String** \u003ca href=\"https://colab.research.google.com/github/Pegah-Ardehkhani/Python_Tutorial_Plus_Questions/blob/main/Let's%20Learn%20Python/02.%20Python%20-%20String.ipynb\" target=\"_parent\\\"\u003e\u003cimg src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/\u003e\u003c/a\u003e  [![nbviewer](https://img.shields.io/badge/render-nbviewer-orange.svg)](https://nbviewer.org/github/Pegah-Ardehkhani/Python_Tutorial_Plus_Questions/blob/main/Let's%20Learn%20Python/02.%20Python%20-%20String.ipynb)\n\n- 2.1. Creating Strings\n- 2.2. Printing Strings\n- 2.3. Built-in String Functions\n- 2.4. String Indexing\n- 2.5. String Properties\n- 2.6. String Operators\n- 2.7. Built-in String Methods\n- 2.8. String Formatting\n\n**3. List** \u003ca href=\"https://colab.research.google.com/github/Pegah-Ardehkhani/Python_Tutorial_Plus_Questions/blob/main/Let's%20Learn%20Python/03.%20Python%20-%20List.ipynb\" target=\"_parent\\\"\u003e\u003cimg src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/\u003e\u003c/a\u003e  [![nbviewer](https://img.shields.io/badge/render-nbviewer-orange.svg)](https://nbviewer.org/github/Pegah-Ardehkhani/Python_Tutorial_Plus_Questions/blob/main/Let's%20Learn%20Python/03.%20Python%20-%20List.ipynb)\n\n- 3.1. Creating Lists\n- 3.2. Built-in List Functions\n- 3.3. List Indexing and Slicing\n- 3.4. List Properties\n- 3.5. List Operators\n- 3.6. Built-in List Methods\n- 3.7. Nesting Lists\n\n**4. Tuple** \u003ca href=\"https://colab.research.google.com/github/Pegah-Ardehkhani/Python_Tutorial_Plus_Questions/blob/main/Let's%20Learn%20Python/04.%20Python%20-%20Tuple.ipynb\" target=\"_parent\\\"\u003e\u003cimg src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/\u003e\u003c/a\u003e  [![nbviewer](https://img.shields.io/badge/render-nbviewer-orange.svg)](https://nbviewer.org/github/Pegah-Ardehkhani/Python_Tutorial_Plus_Questions/blob/main/Let's%20Learn%20Python/04.%20Python%20-%20Tuple.ipynb)\n\n- 4.1. Creating Tuples\n- 4.2. Built-in Tuple Functions\n- 4.3. Tuple Indexing and Slicing\n- 4.4. Tuple Properties\n- 4.5. Tuple Operators\n- 4.6. Built-in Tuple Methods\n- 4.7. Nesting Tuples\n\n**5. Dictionary** \u003ca href=\"https://colab.research.google.com/github/Pegah-Ardehkhani/Python_Tutorial_Plus_Questions/blob/main/Let's%20Learn%20Python/05.%20Python%20-%20Dictionary.ipynb\" target=\"_parent\\\"\u003e\u003cimg src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/\u003e\u003c/a\u003e  [![nbviewer](https://img.shields.io/badge/render-nbviewer-orange.svg)](https://nbviewer.org/github/Pegah-Ardehkhani/Python_Tutorial_Plus_Questions/blob/main/Let's%20Learn%20Python/05.%20Python%20-%20Dictionary.ipynb)\n\n- 5.1. Creating Dictionary\n- 5.2. Built-in Dictionary Functions\n- 5.3. Accessing Dictionary Values\n- 5.4. Dictionary Properties\n- 5.5. Dictionary Operators\n- 5.6. Built-in Dictionary Methods\n- 5.7. Nesting Dictionaries\n\n**6. Booleans and Comparison Operators** \u003ca href=\"https://colab.research.google.com/github/Pegah-Ardehkhani/Python_Tutorial_Plus_Questions/blob/main/Let's%20Learn%20Python/06.%20Python%20-%20Booleans%20and%20Comparison%20Operators.ipynb\" target=\"_parent\\\"\u003e\u003cimg src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/\u003e\u003c/a\u003e  [![nbviewer](https://img.shields.io/badge/render-nbviewer-orange.svg)](https://nbviewer.org/github/Pegah-Ardehkhani/Python_Tutorial_Plus_Questions/blob/main/Let's%20Learn%20Python/06.%20Python%20-%20Booleans%20and%20Comparison%20Operators.ipynb)\n\n- 6.1. Booleans\n- 6.2. Comparison Operators\n- 6.3. Chained Comparison Operators\n\n**7. Set** \u003ca href=\"https://colab.research.google.com/github/Pegah-Ardehkhani/Python_Tutorial_Plus_Questions/blob/main/Let's%20Learn%20Python/07.%20Python%20-%20Set.ipynb\" target=\"_parent\\\"\u003e\u003cimg src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/\u003e\u003c/a\u003e  [![nbviewer](https://img.shields.io/badge/render-nbviewer-orange.svg)](https://nbviewer.org/github/Pegah-Ardehkhani/Python_Tutorial_Plus_Questions/blob/main/Let's%20Learn%20Python/07.%20Python%20-%20Set.ipynb)\n\n- 7.1. Creating Sets\n- 7.2. Set Properties\n- 7.3. Set Operators\n- 7.4. Built-in Set Methods\n- 7.5. Frozen Sets\n\n**8. Conditional Statements** \u003ca href=\"https://colab.research.google.com/github/Pegah-Ardehkhani/Python_Tutorial_Plus_Questions/blob/main/Let's%20Learn%20Python/08.%20Python%20-%20Conditional%20Statements.ipynb\" target=\"_parent\\\"\u003e\u003cimg src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/\u003e\u003c/a\u003e  [![nbviewer](https://img.shields.io/badge/render-nbviewer-orange.svg)](https://nbviewer.org/github/Pegah-Ardehkhani/Python_Tutorial_Plus_Questions/blob/main/Let's%20Learn%20Python/08.%20Python%20-%20Conditional%20Statements.ipynb)\n\n- 8.1. Creating Sets\n- 8.2. If Statement\n- 8.3. Else Statement\n- 8.4. Elif Statement\n- 8.5. Logical Operators\n- 8.6. Nested If Statement\n- 8.7. Conditional Expressions (Ternary Operators)\n\n**9. While Loops** \u003ca href=\"https://colab.research.google.com/github/Pegah-Ardehkhani/Python_Tutorial_Plus_Questions/blob/main/Let's%20Learn%20Python/09.%20Python%20-%20While%20Loops.ipynb\" target=\"_parent\\\"\u003e\u003cimg src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/\u003e\u003c/a\u003e  [![nbviewer](https://img.shields.io/badge/render-nbviewer-orange.svg)](https://nbviewer.org/github/Pegah-Ardehkhani/Python_Tutorial_Plus_Questions/blob/main/Let's%20Learn%20Python/09.%20Python%20-%20While%20Loops.ipynb)\n\n- 9.1. Introduction to While Loops\n- 9.2. Pass, Break, Continue Statements\n- 9.3. One-Line while Loops\n- 9.4. Useful Functions and Operators for Loops\n\n**10. List Comprehension** \u003ca href=\"https://colab.research.google.com/github/Pegah-Ardehkhani/Python_Tutorial_Plus_Questions/blob/main/Let's%20Learn%20Python/10.%20Python%20-%20List%20Comprehensions.ipynb\" target=\"_parent\\\"\u003e\u003cimg src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/\u003e\u003c/a\u003e  [![nbviewer](https://img.shields.io/badge/render-nbviewer-orange.svg)](https://nbviewer.org/github/Pegah-Ardehkhani/Python_Tutorial_Plus_Questions/blob/main/Let's%20Learn%20Python/10.%20Python%20-%20List%20Comprehensions.ipynb)\n\n**11. Python - Functions** \u003ca href=\"https://colab.research.google.com/github/Pegah-Ardehkhani/Python_Tutorial_Plus_Questions/blob/main/Let's%20Learn%20Python/11.%20Python%20-%20Functions.ipynb\" target=\"_parent\\\"\u003e\u003cimg src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/\u003e\u003c/a\u003e  [![nbviewer](https://img.shields.io/badge/render-nbviewer-orange.svg)](https://nbviewer.org/github/Pegah-Ardehkhani/Python_Tutorial_Plus_Questions/blob/main/Let's%20Learn%20Python/11.%20Python%20-%20Functions.ipynb)\n\n- 11.1. Creating Functions\n- 11.2. Nested Functions\n- 11.3. Special Built-in Functions (map, filter, lambda, all, any)\n- 11.4. *args and *kargs\n\n**12. Object-Oriented Programming** \u003ca href=\"https://colab.research.google.com/github/Pegah-Ardehkhani/Python_Tutorial_Plus_Questions/blob/main/Let's%20Learn%20Python/12.%20Python%20-%20Object-Oriented%20Programming.ipynb\" target=\"_parent\\\"\u003e\u003cimg src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/\u003e\u003c/a\u003e  [![nbviewer](https://img.shields.io/badge/render-nbviewer-orange.svg)](https://nbviewer.org/github/Pegah-Ardehkhani/Python_Tutorial_Plus_Questions/blob/main/Let's%20Learn%20Python/12.%20Python%20-%20Object-Oriented%20Programming.ipynb)\n\n- 12.1. Objects\n- 12.2. Class\n- 12.3. Instance\n- 12.4. Attributes\n- 12.5. Methods\n- 12.6. Inheritance\n- 12.7. Polymorphism\n- 12.8. Special Methods in OOP\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpegah-ardehkhani%2Fpython-tutorial-plus-questions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpegah-ardehkhani%2Fpython-tutorial-plus-questions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpegah-ardehkhani%2Fpython-tutorial-plus-questions/lists"}