{"id":19606745,"url":"https://github.com/learnwithfair/python-documentation","last_synced_at":"2025-02-26T16:43:50.788Z","repository":{"id":237865224,"uuid":"795381267","full_name":"learnwithfair/python-documentation","owner":"learnwithfair","description":"python-documentation with [learnwithfair, Learn with fair, Rahatul Rabbi, Md Rahatul Rabbi ,rahatulrabbi]","archived":false,"fork":false,"pushed_at":"2024-05-03T06:54:31.000Z","size":160,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-09T09:24:24.252Z","etag":null,"topics":["documentation","learn-with-fair","learnwithfair","python","python3","rahatul-rabbi","rahatulrabbi"],"latest_commit_sha":null,"homepage":"","language":null,"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/learnwithfair.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}},"created_at":"2024-05-03T06:48:58.000Z","updated_at":"2024-05-03T07:01:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"310aab0e-7398-4f00-adb3-bef4d93f356c","html_url":"https://github.com/learnwithfair/python-documentation","commit_stats":null,"previous_names":["learnwithfair/python-documentation"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/learnwithfair%2Fpython-documentation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/learnwithfair%2Fpython-documentation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/learnwithfair%2Fpython-documentation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/learnwithfair%2Fpython-documentation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/learnwithfair","download_url":"https://codeload.github.com/learnwithfair/python-documentation/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240894546,"owners_count":19874832,"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":["documentation","learn-with-fair","learnwithfair","python","python3","rahatul-rabbi","rahatulrabbi"],"created_at":"2024-11-11T10:07:05.984Z","updated_at":"2025-02-26T16:43:50.781Z","avatar_url":"https://github.com/learnwithfair.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# PYTHON-DOCUMENTATION\n\n[![Youtube][youtube-shield]][youtube-url]\n[![Facebook][facebook-shield]][facebook-url]\n[![Instagram][instagram-shield]][instagram-url]\n[![LinkedIn][linkedin-shield]][linkedin-url]\n\nThanks for visiting my GitHub account!\n\n\u003cimg src =\"https://cdn.icon-icons.com/icons2/2699/PNG/512/python_vertical_logo_icon_168039.png\" height = \"200px\" width = \"200px\"/\u003e **Python** is a high-level, general-purpose programming language. Its design philosophy emphasizes code readability with the use of significant indentation. Python is dynamically typed and garbage-collected. It supports multiple programming paradigms, including structured, object-oriented and functional programming [see-more](https://www.w3schools.com/python/python_intro.asp)\n\n### [Code-Example](https://github.com/learnwithfair/python)\n\n## Source Code (Download)\n\n- [Documentation](https://mega.nz/folder/RGFiUApD#PoKIVCwF8IkQhE2PHw1XxQ)\n- [Sample-Code](https://mega.nz/folder/ZfchHTgQ#RGMrPIhP7e2hPdLT2YnYHg)\n\n## Python (OOPs)\n\nPython is a popular programming language. It was created by Guido van Rossum, and released in 1991.\n\n**It is used for**\n\n- web development (server-side),\n- software development,\n- mathematics,\n- system scripting.\n\n### Features of Python\n\n|                                                                                                     |\n| :-------------------------------------------------------------------------------------------------: |\n|                                              Features                                               |\n| ![features](https://github.com/learnwithfair/python/blob/main/images/python_important_features.jpg) |\n\n**_See More_**\nhttps://www.w3schools.com/python/python_intro.asp Or, https://www.tutorialspoint.com/python/index.htm\n\n## Required Software (Download)\n\n- Python, Download-\u003e https://www.python.org/downloads/\n- Pycharm (Community), Download-\u003e https://www.jetbrains.com/pycharm/download/?section=windows\n- Or, Visual Studio, Download-\u003e https://code.visualstudio.com/download\n- For MySQL Database, Download-\u003e https://www.mysql.com/downloads/\n\n## Project Roadmap\n\n|                                  |\n| :------------------------------: |\n|           Cheat-Sheet            |\n| ![Sheet](images/cheat-sheet.jpg) |\n\n|                              |                                  |\n| :--------------------------: | :------------------------------: |\n|            Method            |             Projects             |\n| ![Method](images/method.jpg) | ![Projects](images/projects.jpg) |\n\n## Python Install\n\nMany PCs and Macs will have Python already installed.\nTo check if you have Python installed on a Windows PC, search in the start bar for Python or run the following on the Command Line (cmd.exe):\n\n```diff\npython --version\n```\n\n## The Python Command Line\n\n```diff\nC:\\Users\\Your Name\u003epython\n```\n\nOr, if the \"python\" command did not work, you can try \"py\"\n\n```diff\nC:\\Users\\Your Name\u003epy\n```\n\nFrom there you can write any Python, including our hello world example from earlier in the tutorial\n\n```diff\n\u003e\u003e\u003e print(\"Hello, World!\")\n```\n\n## Python MySQL (Database)\n\nTo be able to experiment with the code examples in this tutorial, you should have MySQL installed on your computer.\nYou can download a MySQL database at https://www.mysql.com/downloads/.\n\n### Connect the database as follows\n\n- Install MySQL Driver\n- Python needs a MySQL driver to access the MySQL database. In this tutorial, we will use the driver \"MySQL Connector\".\n- We recommend that you use PIP to install \"MySQL Connector\".\n- PIP is most likely already installed in your Python environment.\n\nNavigate your command line to the location of PIP, and type the following-\n\n### Download and install \"MySQL Connector\"\n\n```diff\nC:\\Users\\Your Name\\AppData\\Local\\Programs\\Python\\Python36-32\\Scripts\u003epython -m pip install mysql-connector-python\n```\n\n### Create Connection\n\n**_demo_mysql_connection.py_**\n\n```diff\nimport mysql.connector\n\nmydb = mysql.connector.connect(\n  host=\"localhost\",\n  user=\"yourusername\",\n  password=\"yourpassword\"\n)\n\nprint(mydb)\n```\n\n[See More](https://www.w3schools.com/python/python_mysql_getstarted.asp)\n\n## Project Overview\n\n|                                                                                            |\n| :----------------------------------------------------------------------------------------: |\n|                                           Basic                                            |\n|   ![basic](https://github.com/learnwithfair/python/blob/main/images/python%20basic.png)    |\n|                                          Advance                                           |\n| ![Advance](https://github.com/learnwithfair/python/blob/main/images/python%20advanced.png) |\n\n## Follow Me\n\n\u003cimg src =\"https://www.edigitalagency.com.au/wp-content/uploads/Facebook-logo-blue-circle-large-transparent-png.png\" height=\"15px\" width=\"15px\"/\u003e [Facebook](http://facebook.com/learnwithfair), \u003cimg src =\"https://image.similarpng.com/very-thumbnail/2021/10/Youtube-icon-design-on-transparent-background-PNG.png\" height=\"20px\" width=\"20px\"/\u003e [Youtube](http://youtube.com/@learnwithfair), \u003cimg src =\"https://i.pinimg.com/originals/fa/ea/02/faea02f412415becfb4939d2b6431c28.jpg\" height=\"15px\" width=\"15px\"/\u003e [Instagram](http://instagram.com/learnwithfair)\n\n\u003c!-- MARKDOWN LINKS \u0026 IMAGES --\u003e\n\n[youtube-shield]: https://img.shields.io/badge/-Youtube-black.svg?style=flat-square\u0026logo=youtube\u0026color=555\u0026logoColor=white\n[youtube-url]: https://youtube.com/@learnwithfair\n[facebook-shield]: https://img.shields.io/badge/-Facebook-black.svg?style=flat-square\u0026logo=facebook\u0026color=555\u0026logoColor=white\n[facebook-url]: https://facebook.com/learnwithfair\n[instagram-shield]: https://img.shields.io/badge/-Instagram-black.svg?style=flat-square\u0026logo=instagram\u0026color=555\u0026logoColor=white\n[instagram-url]: https://instagram.com/learnwithfair\n[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=flat-square\u0026logo=linkedin\u0026colorB=555\n[linkedin-url]: https://linkedin.com/company/learnwithfair\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flearnwithfair%2Fpython-documentation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flearnwithfair%2Fpython-documentation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flearnwithfair%2Fpython-documentation/lists"}