{"id":20054706,"url":"https://github.com/rajjitlai/python-basics-for-beginners","last_synced_at":"2026-02-22T00:40:26.707Z","repository":{"id":199333942,"uuid":"690709941","full_name":"rajjitlai/python-basics-for-beginners","owner":"rajjitlai","description":"A complete tutorial on Python [Python Basics for Beginners] in Manipuri ","archived":false,"fork":false,"pushed_at":"2025-02-15T17:32:01.000Z","size":4526,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-15T18:04:22.787Z","etag":null,"topics":["python","python-basics","python-basics-for-beginners","python-in-manipuri","python-programming","python-tutorial"],"latest_commit_sha":null,"homepage":"https://www.youtube.com/playlist?list=PL0oIPBtNQ9__hWan4IQwaBkNuxonWH1F2","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rajjitlai.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2023-09-12T18:04:07.000Z","updated_at":"2025-06-06T17:00:20.000Z","dependencies_parsed_at":"2024-02-11T18:26:10.851Z","dependency_job_id":"a09b4bf7-bc1b-4631-b9f0-abccd6a47ddd","html_url":"https://github.com/rajjitlai/python-basics-for-beginners","commit_stats":null,"previous_names":["rajjitlai/python-basics-for-beginners"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rajjitlai/python-basics-for-beginners","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajjitlai%2Fpython-basics-for-beginners","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajjitlai%2Fpython-basics-for-beginners/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajjitlai%2Fpython-basics-for-beginners/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajjitlai%2Fpython-basics-for-beginners/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rajjitlai","download_url":"https://codeload.github.com/rajjitlai/python-basics-for-beginners/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajjitlai%2Fpython-basics-for-beginners/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29701106,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T23:35:04.139Z","status":"ssl_error","status_checked_at":"2026-02-21T23:35:03.832Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["python","python-basics","python-basics-for-beginners","python-in-manipuri","python-programming","python-tutorial"],"created_at":"2024-11-13T12:42:46.988Z","updated_at":"2026-02-22T00:40:26.687Z","avatar_url":"https://github.com/rajjitlai.png","language":"Python","readme":"# RJ Coding Tips by The RJ Institute\n\n## Python Basics For Beginners\n\nWelcome to the Python Tutorial repository! This repository accompanies the YouTube tutorial series where we dive into the wonderful world of Python programming. Whether you're a beginner or an experienced coder looking to brush up on your skills, you'll find valuable resources here to enhance your Python proficiency.\n\n## Introduction\n\nIn this tutorial series, we'll cover everything you need to know to become proficient in Python programming. From basic syntax to advanced topics like object-oriented programming and web development, we've got you covered.\n\n## Getting Started\n\nBefore diving into the tutorial, make sure you have Python installed on your computer. You can download it from the official Python website: [python.org](https://www.python.org/).\n\nAdditionally, you'll need a text editor or an integrated development environment (IDE) to write and run your Python code. Popular choices include Visual Studio Code, PyCharm, and Sublime Text.\n\n## Watch the videos on YouTube\n\n![Python Basics For Beginners](https://shorturl.at/xDJ58)\n\n- [Watch Now](https://youtube.com/playlist?list=PL0oIPBtNQ9__hWan4IQwaBkNuxonWH1F2\u0026si=9hTsnTLbf5uaXHHG)\n\n## Read our blog on the topic Python Basics for Beginners\n\n- [Read here](https://rjsblogg.netlify.app/posts/post-22)\n\n## Topics Covered\n\nHere are some of the topics we'll cover in this tutorial series:\n\n- [Print \"Hello World!\"](./main.py) \n- [Structure and Variable](./tutorials/tut01.py)\n- [Data Types and Comments](./tutorials/tut02.py)\n- [Indentation, Keywords and Operator](./tutorials/tut03.py)\n- [Input Operation, Expression, Type Conversion](./tutorials/tut04.py)\n- [Strings and its Methods](./tutorials/tut05.py)\n- [Decision Control Statement](./tutorials/tut06.py)\n- [Basic Loop Structure](./tutorials/tut07.py) \n- [Iterative Statement](./tutorials/tut08.py)\n- [Break, Continue, Pass Statement](./tutorials/tut09.py)\n- [Functions and Function Definition](./tutorials/tut10.py)\n- [Recursive Function and Main Function](./tutorials/tut11.py)\n- [Python Module](./tutorials/tut12.py)\n- [File IO Basics](./tutorials/tut13.py)\n- [open() and close() functions](./tutorials/tut14.py)\n- [Basic Functions of Python](./tutorials/sets.py)\n- [File Functions and File Mode Uses](./tutorials/tut16.py)\n- [File Methods and Directory Methods](./tutorials/tut17.py)\n- [Errors and Exception Handling](./tutorials/tut18.py)\n- [List](./tutorials/tut19.py)\n- [Tuple](./tutorials/tut20-i.py)\n- [Tuple Operations and Methods](./tutorials/tut20-ii.py)\n- [Dictionary](./tutorials/tut21-i.py)\n- [Methods of Dictionary](./tutorials/tut21-ii.py)\n- [Sets](./tutorials/tut22.py)\n- [OOPs]\n- [Class Methods]\n- [Inheritance]\n- Methods of OOP\n- Creating Modules and Packages \n\n## Exercise\n\n- [Exercise 1](./exercises/exercise01.py)\n- [Exercise 2](./exercises/exercise02.py)\n- [Exercise 3](./exercises/exercise03.py)\n\n## Mini Project\n\n- [Mail Merge](./projects/miniProject-01/mp01.py)\n- [Find Image Resolution](./projects/miniProject-02/mp-02.py)\n- [To-do-list](./projects/miniProject-03/app.py)\n\n## How to Use This Repository\n\n- Each tutorial video will have its corresponding code files and notes in this repository.\n- Clone or download this repository to your local machine to access the code and notes.\n- Follow along with the tutorials, experiment with the code, and feel free to ask questions.\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajjitlai%2Fpython-basics-for-beginners","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frajjitlai%2Fpython-basics-for-beginners","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajjitlai%2Fpython-basics-for-beginners/lists"}