{"id":13935057,"url":"https://github.com/rajathkmp/Python-Lectures","last_synced_at":"2025-07-19T20:30:32.542Z","repository":{"id":77183087,"uuid":"43194764","full_name":"rajathkmp/Python-Lectures","owner":"rajathkmp","description":"IPython Notebooks to learn Python","archived":false,"fork":false,"pushed_at":"2020-10-02T07:57:10.000Z","size":581,"stargazers_count":384,"open_issues_count":3,"forks_count":378,"subscribers_count":30,"default_branch":"master","last_synced_at":"2024-04-14T10:26:17.528Z","etag":null,"topics":["ipython-notebook","python","tutorial"],"latest_commit_sha":null,"homepage":null,"language":"Jupyter Notebook","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/rajathkmp.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}},"created_at":"2015-09-26T06:21:57.000Z","updated_at":"2024-04-20T09:33:05.784Z","dependencies_parsed_at":"2023-02-26T10:30:20.927Z","dependency_job_id":null,"html_url":"https://github.com/rajathkmp/Python-Lectures","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajathkmp%2FPython-Lectures","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajathkmp%2FPython-Lectures/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajathkmp%2FPython-Lectures/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajathkmp%2FPython-Lectures/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rajathkmp","download_url":"https://codeload.github.com/rajathkmp/Python-Lectures/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226666504,"owners_count":17665040,"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":["ipython-notebook","python","tutorial"],"created_at":"2024-08-07T23:01:22.506Z","updated_at":"2025-07-19T20:30:32.534Z","avatar_url":"https://github.com/rajathkmp.png","language":"Jupyter Notebook","readme":"\n# Python-Lectures  \n\n\n\n\nNote: [Andreas Ernst](http://users.monash.edu/~andrease/) has improvised and updated the repo to python 3, [Link](https://gitlab.erc.monash.edu.au/andrease/Python4Maths/tree/master)\n\n## Introduction\n\nPython is a modern, robust, high level programming language. It is very easy to pick up even if you are completely new to programming.\n\n## Installation\n\nMac OS X and Linux comes pre installed with python. Windows users can download python from https://www.python.org/downloads/ .\n\nTo install IPython run,\n\n    $ pip install ipython[all]\n    \nThis will install all the necessary dependencies for the notebook, qtconsole, tests etc.\n\n### Installation from unofficial distributions\n\nInstalling all the necessary libraries might prove troublesome. Anaconda and Canopy comes pre packaged with all the necessary python libraries and also IPython.\n\n#### Anaconda\n\nDownload Anaconda from https://www.continuum.io/downloads\n\nAnaconda is completely free and includes more than 300 python packages. Both python 2.7 and 3.4 options are available.\n\n#### Canopy\n\nDownload Canopy from https://store.enthought.com/downloads/#default\n\nCanopy has a premium version which offers 300+ python packages. But the free version works just fine. Canopy as of now supports only 2.7 but it comes with its own text editor and IPython environment.\n\n## Launching IPython Notebook\n\nFrom the terminal\n\n    ipython notebook\n\nIn Canopy and Anaconda, Open the respective terminals and execute the above.\n\n## How to learn from this resource?\n\nYou can download the pdf copy from here : [Get Started with Python](https://github.com/rajathkumarmp/Python-Lectures/blob/master/Python.pdf)\n\nIt is better to download all the ipython notebooks from this repository https://github.com/rajathkumarmp/Python-Lectures and learn it on the notebook itself rather than having to refer to a pdf.\n\nLaunch ipython notebook from the folder which contains the notebooks. Open each one of them\n\n    Cell \u003e All Output \u003e Clear\n    \nThis will clear all the outputs and now you can understand each statement and learn interactively.\n\n## Table of contents\n\n\n\n[00 - Introduction and Installation](http://nbviewer.ipython.org/github/rajathkumarmp/Python-Lectures/blob/master/00.ipynb)\n\n\n[01 - Variable, Operators and Built-in Functions](http://nbviewer.ipython.org/github/rajathkumarmp/Python-Lectures/blob/master/01.ipynb)\n\n\n[02 - Print Statement, Precision and FieldWidth](http://nbviewer.ipython.org/github/rajathkumarmp/Python-Lectures/blob/master/02.ipynb)\n\n\n[03 - Lists, Tuples and Sets](http://nbviewer.ipython.org/github/rajathkumarmp/Python-Lectures/blob/master/03.ipynb)\n\n\n[04 - Strings and Dictionaries](http://nbviewer.ipython.org/github/rajathkumarmp/Python-Lectures/blob/master/04.ipynb)\n\n\n[05 - Control Flow Statements](http://nbviewer.ipython.org/github/rajathkumarmp/Python-Lectures/blob/master/05.ipynb)\n\n\n[06 - Functions](http://nbviewer.ipython.org/github/rajathkumarmp/Python-Lectures/blob/master/06.ipynb)\n\n\n[07 - Classes](http://nbviewer.ipython.org/github/rajathkumarmp/Python-Lectures/blob/master/07.ipynb)\n\n\n\nThese are online read-only versions.\n\n## License\n\nThis work is licensed under the Creative Commons Attribution 3.0 Unported License. To view a copy of this license, visit http://creativecommons.org/licenses/by/3.0/\n","funding_links":[],"categories":["Jupyter Notebook"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajathkmp%2FPython-Lectures","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frajathkmp%2FPython-Lectures","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajathkmp%2FPython-Lectures/lists"}