{"id":16116246,"url":"https://github.com/frol/python-tutorials","last_synced_at":"2025-09-10T21:09:54.161Z","repository":{"id":27996540,"uuid":"31490726","full_name":"frol/python-tutorials","owner":"frol","description":"My personal tutorials to dive into Python in an hour or so","archived":false,"fork":false,"pushed_at":"2016-07-15T20:19:26.000Z","size":72,"stargazers_count":10,"open_issues_count":0,"forks_count":7,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-28T08:55:19.821Z","etag":null,"topics":[],"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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/frol.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}},"created_at":"2015-03-01T08:13:17.000Z","updated_at":"2021-10-27T16:34:25.000Z","dependencies_parsed_at":"2022-08-29T02:51:36.825Z","dependency_job_id":null,"html_url":"https://github.com/frol/python-tutorials","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/frol%2Fpython-tutorials","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frol%2Fpython-tutorials/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frol%2Fpython-tutorials/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frol%2Fpython-tutorials/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/frol","download_url":"https://codeload.github.com/frol/python-tutorials/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243918629,"owners_count":20368745,"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":[],"created_at":"2024-10-09T20:21:43.403Z","updated_at":"2025-03-18T10:30:39.085Z","avatar_url":"https://github.com/frol.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Showcases to dive into Python in an hour\n\nYou'll need [Jupyter Notebook](http://jupyter.readthedocs.io/en/latest/install.html)\n(f.k.a. IPython Notebook until version 3.0) to see all features.\n\nIn these demos I focused on Python 3.5, though there should be no problems to\nrun them on Python 2.7 and 3.4+.\n\n\n## Download Python Tutorials\n\nThere are two options how you can get the tutorials:\n\n### Git Clone (preferred)\n\n```bash\n$ git clone https://github.com/frol/python-tutorials.git\n$ cd python-tutorials\n```\n\n### or download this repository as an archive\n\n```bash\n$ mkdir python-tutorials\n$ cd python-tutorials\n$ wget https://github.com/frol/python-tutorials/archive/master.zip\n$ unzip master.zip\n```\n\n\n## Prepare environment\n\nAgain, there are two options of how to prepare your environment:\n\n### Classic Python using VirtualEnv (Debian-based Linux instructions)\n\n1. Since most of the Linux distributions already have Python installed, you\n    only need to install VirtualEnv:\n\n    ```bash\n    $ sudo apt-get install python-virtualenv\n    ```\n2. Create Python Virtual Environment:\n\n    ```bash\n    $ virtualenv ./env/\n    ```\n3. Activate the environment and install dependencies:\n\n    ```bash\n    $ . ./env/bin/activate\n    $ pip install -r requirements.txt\n    ```\n\n### Anaconda Python distribution (crossplatform)\n\n1. [Install Miniconda](http://conda.pydata.org/miniconda.html) (\n    [Anaconda](https://www.continuum.io/downloads) will also work, but it\n    includes too many unnecessary packages, which you can install into\n    Miniconda if necessary)\n2. [Create Conda Environment](http://conda.pydata.org/docs/using/envs.html#create-an-environment)\n    with Jupyter Notebook:\n\n    ```bash\n    $ conda create -n python-tutorials python notebook\n    ```\n3. [Activate the environment](http://conda.pydata.org/docs/using/envs.html#change-environments-activate-deactivate):\n\n    ```bash\n    $ activate python-tutorials\n    ```\n\n    NOTE: You should prepend the above command with `source ` (i.e. `source activate ...`)\n    when using sh/Bash (Linux, OS X, and in some cases on Windows).\n\n\n## Start\n\n```bash\n$ jupyter notebook --notebook-dir=./notebooks/\n```\n\n## Contents\n\n1. `notebooks/Intro.ipynb`\n1. `notebooks/Structures.ipynb`\n1. `notebooks/Numpy_and_Pandas.ipynb`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrol%2Fpython-tutorials","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrol%2Fpython-tutorials","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrol%2Fpython-tutorials/lists"}