├── .gitignore ├── 3D Printed WiFi Access QR Codes ├── Pipfile ├── Pipfile.lock └── main.py ├── LICENSE ├── List Comprehensions └── examples.py ├── Modeling Trees with SQLAlchemy ORM and Postgres Ltree ├── Dockerfile.postgres ├── Dockerfile.python ├── Pipfile ├── Pipfile.lock ├── docker-compose.yml ├── ltree.sql ├── main.py └── wait-for.sh ├── Patterns in Gothic Literature ├── Leroux_ThePhantomOfTheOpera_Gutenberg.txt ├── color_names.csv ├── empty ├── gothic_post.ipynb ├── phantom.png ├── portfolio_gothic.png ├── requirements.txt └── roseisarose.gif ├── Practical Machine Learning with Python and Keras ├── Kite blog post code.ipynb ├── empty └── environment.yml ├── Python in the Command Line - a Tutorial on Click ├── qrwifi │ ├── __init__.py │ ├── app.py │ ├── cli.py │ └── functions.py └── setup.py ├── QR Codes Using Flask ├── empty ├── qr_app_pt1 │ ├── home_guest_wifi.png │ ├── main.py │ ├── requirements.txt │ ├── setting_up.py │ ├── step_1.py │ └── step_2.py ├── qr_app_pt2 │ ├── qrwifi │ │ ├── cli.py │ │ └── functions.py │ └── setup.py └── qr_app_pt3 │ ├── app.py │ ├── qrwifi │ ├── cli.py │ └── functions.py │ ├── static │ └── file.png │ └── templates │ ├── index.html.j2 │ ├── qr.html.j2 │ └── template.html.j2 ├── README.md ├── Top Machine Learning Libraries ├── caffe_example.py ├── requirements.txt ├── sklearn_example.py ├── tensorflow_example1.py ├── tensorflow_example2.py ├── theano_example.py └── torch_example.py ├── Turbocharging Python with Command Line Tools ├── LICENSE ├── Makefile ├── README.md ├── notebooks │ └── numba-cuda.ipynb ├── nuclearcli.py └── requirements.txt ├── Web Scraping Tutorial ├── Pipfile ├── Pipfile.lock └── script.py ├── campfire-burn-prediction ├── .gitignore ├── README.md ├── campfire-burn-severity-prediction.ipynb ├── campfire-burn-severity-prediction.py ├── dataset │ ├── Affected (1-9%) │ │ ├── OBJID_5004.tif │ │ ├── OBJID_5005.tif │ │ ├── OBJID_5146.tif │ │ ├── OBJID_5147.tif │ │ ├── OBJID_5148.tif │ │ ├── OBJID_5281.tif │ │ ├── OBJID_5367.tif │ │ ├── OBJID_5398.tif │ │ ├── OBJID_5408.tif │ │ ├── OBJID_5461.tif │ │ ├── OBJID_5470.tif │ │ ├── OBJID_5589.tif │ │ ├── OBJID_5693.tif │ │ ├── OBJID_5696.tif │ │ ├── OBJID_5757.tif │ │ ├── OBJID_5786.tif │ │ ├── OBJID_5803.tif │ │ ├── OBJID_5809.tif │ │ ├── OBJID_5819.tif │ │ ├── OBJID_5820.tif │ │ ├── OBJID_5825.tif │ │ ├── OBJID_5837.tif │ │ ├── OBJID_5940.tif │ │ ├── OBJID_6037.tif │ │ ├── OBJID_6092.tif │ │ ├── OBJID_6123.tif │ │ ├── OBJID_6338.tif │ │ ├── OBJID_6402.tif │ │ ├── OBJID_6631.tif │ │ ├── OBJID_6664.tif │ │ ├── OBJID_6793.tif │ │ ├── OBJID_6891.tif │ │ ├── OBJID_6939.tif │ │ ├── OBJID_7074.tif │ │ ├── OBJID_7108.tif │ │ ├── OBJID_7195.tif │ │ ├── OBJID_7274.tif │ │ ├── OBJID_7307.tif │ │ ├── OBJID_7625.tif │ │ ├── OBJID_7629.tif │ │ └── OBJID_7655.tif │ ├── Destroyed (>50%) │ │ ├── OBJID_5000.tif │ │ ├── OBJID_5001.tif │ │ ├── OBJID_5002.tif │ │ ├── OBJID_5003.tif │ │ ├── OBJID_5007.tif │ │ ├── OBJID_5008.tif │ │ ├── OBJID_5009.tif │ │ ├── OBJID_5010.tif │ │ ├── OBJID_5011.tif │ │ ├── OBJID_5012.tif │ │ ├── OBJID_5013.tif │ │ ├── OBJID_5014.tif │ │ ├── OBJID_5015.tif │ │ ├── OBJID_5016.tif │ │ ├── OBJID_5017.tif │ │ ├── OBJID_5018.tif │ │ ├── OBJID_5019.tif │ │ ├── OBJID_5020.tif │ │ ├── OBJID_5021.tif │ │ ├── OBJID_5022.tif │ │ ├── OBJID_5023.tif │ │ ├── OBJID_5024.tif │ │ ├── OBJID_5025.tif │ │ ├── OBJID_5026.tif │ │ ├── OBJID_5027.tif │ │ ├── OBJID_5028.tif │ │ ├── OBJID_5029.tif │ │ ├── OBJID_5030.tif │ │ ├── OBJID_5031.tif │ │ ├── OBJID_5032.tif │ │ ├── OBJID_5033.tif │ │ ├── OBJID_5034.tif │ │ ├── OBJID_5035.tif │ │ ├── OBJID_5036.tif │ │ ├── OBJID_5037.tif │ │ ├── OBJID_5043.tif │ │ ├── OBJID_5044.tif │ │ ├── OBJID_5045.tif │ │ ├── OBJID_5046.tif │ │ ├── OBJID_5048.tif │ │ ├── OBJID_5049.tif │ │ ├── OBJID_5050.tif │ │ ├── OBJID_5051.tif │ │ ├── OBJID_5052.tif │ │ ├── OBJID_5053.tif │ │ ├── OBJID_5054.tif │ │ ├── OBJID_5055.tif │ │ ├── OBJID_5056.tif │ │ ├── OBJID_5057.tif │ │ ├── OBJID_5058.tif │ │ ├── OBJID_5060.tif │ │ ├── OBJID_5061.tif │ │ ├── OBJID_5062.tif │ │ ├── OBJID_5063.tif │ │ ├── OBJID_5064.tif │ │ ├── OBJID_5065.tif │ │ ├── OBJID_5066.tif │ │ ├── OBJID_5124.tif │ │ ├── OBJID_5125.tif │ │ ├── OBJID_5126.tif │ │ ├── OBJID_5127.tif │ │ ├── OBJID_5128.tif │ │ ├── OBJID_5129.tif │ │ ├── OBJID_5130.tif │ │ ├── OBJID_5131.tif │ │ ├── OBJID_5132.tif │ │ ├── OBJID_5133.tif │ │ ├── OBJID_5134.tif │ │ └── OBJID_5135.tif │ ├── Major (26-50%) │ │ ├── OBJID_10188.tif │ │ ├── OBJID_10260.tif │ │ ├── OBJID_10516.tif │ │ ├── OBJID_15547.tif │ │ ├── OBJID_16288.tif │ │ ├── OBJID_17339.tif │ │ ├── OBJID_18115.tif │ │ ├── OBJID_20146.tif │ │ ├── OBJID_20657.tif │ │ ├── OBJID_21931.tif │ │ ├── OBJID_22695.tif │ │ ├── OBJID_22964.tif │ │ ├── OBJID_23797.tif │ │ ├── OBJID_25889.tif │ │ ├── OBJID_5041.tif │ │ ├── OBJID_5399.tif │ │ ├── OBJID_6357.tif │ │ └── OBJID_7423.tif │ ├── Minor (10-25%) │ │ ├── OBJID_10253.tif │ │ ├── OBJID_10276.tif │ │ ├── OBJID_10487.tif │ │ ├── OBJID_10740.tif │ │ ├── OBJID_11054.tif │ │ ├── OBJID_11353.tif │ │ ├── OBJID_11675.tif │ │ ├── OBJID_11830.tif │ │ ├── OBJID_12117.tif │ │ ├── OBJID_12332.tif │ │ ├── OBJID_12465.tif │ │ ├── OBJID_12931.tif │ │ ├── OBJID_13409.tif │ │ ├── OBJID_13782.tif │ │ ├── OBJID_13875.tif │ │ ├── OBJID_13887.tif │ │ ├── OBJID_13923.tif │ │ ├── OBJID_14243.tif │ │ ├── OBJID_14274.tif │ │ ├── OBJID_14406.tif │ │ ├── OBJID_14531.tif │ │ ├── OBJID_14606.tif │ │ ├── OBJID_15043.tif │ │ ├── OBJID_15537.tif │ │ ├── OBJID_15560.tif │ │ ├── OBJID_17373.tif │ │ ├── OBJID_17802.tif │ │ ├── OBJID_19473.tif │ │ ├── OBJID_19588.tif │ │ ├── OBJID_19815.tif │ │ ├── OBJID_20656.tif │ │ ├── OBJID_20667.tif │ │ ├── OBJID_20830.tif │ │ ├── OBJID_20893.tif │ │ ├── OBJID_21446.tif │ │ ├── OBJID_21907.tif │ │ ├── OBJID_21992.tif │ │ ├── OBJID_22382.tif │ │ ├── OBJID_22805.tif │ │ ├── OBJID_22937.tif │ │ ├── OBJID_23008.tif │ │ ├── OBJID_23015.tif │ │ ├── OBJID_23592.tif │ │ ├── OBJID_23936.tif │ │ ├── OBJID_24298.tif │ │ ├── OBJID_24529.tif │ │ ├── OBJID_24762.tif │ │ ├── OBJID_25196.tif │ │ ├── OBJID_25460.tif │ │ ├── OBJID_5456.tif │ │ ├── OBJID_7316.tif │ │ └── OBJID_7399.tif │ └── campfire_subset.csv ├── environment.yml └── requirements.txt ├── convolutional-neural-networks-pytorch ├── README.md └── examples.py ├── django-rest-framework-fast ├── Dockerfile ├── README.md ├── api │ ├── __init__.py │ ├── urls.py │ ├── v1 │ │ ├── __init__.py │ │ ├── apps.py │ │ ├── readme.md │ │ ├── tests.py │ │ ├── urls.py │ │ └── views.py │ ├── v2 │ │ ├── __init__.py │ │ ├── apps.py │ │ ├── readme.md │ │ ├── tests.py │ │ ├── urls.py │ │ └── views.py │ └── v3 │ │ ├── __init__.py │ │ ├── apps.py │ │ ├── readme.md │ │ ├── tests.py │ │ ├── urls.py │ │ └── views.py ├── characters │ ├── __init__.py │ ├── admin.py │ ├── apps.py │ ├── constants.py │ ├── forms.py │ ├── migrations │ │ ├── 0001_squashed_0003_auto_20190416_1625.py │ │ └── __init__.py │ ├── models.py │ ├── serializers.py │ ├── templates │ │ └── characters │ │ │ ├── character_confirm_delete.html │ │ │ ├── character_detail.html │ │ │ ├── character_form.html │ │ │ ├── character_list.html │ │ │ └── character_update_form.html │ ├── tests.py │ ├── urls.py │ └── views.py ├── common │ ├── __init__.py │ ├── admin.py │ ├── apps.py │ ├── migrations │ │ └── __init__.py │ ├── mixins.py │ ├── models.py │ ├── templates │ │ └── common │ │ │ └── __base.html │ ├── tests.py │ └── views.py ├── config │ ├── __init__.py │ ├── settings │ │ ├── __init__.py │ │ ├── base.py │ │ ├── dev.py │ │ ├── prod.py │ │ └── test.py │ ├── urls.py │ └── wsgi.py ├── docker-compose.yml ├── manage.py ├── requirements.txt ├── requirements │ ├── base.txt │ ├── dev.txt │ └── prod.txt └── static │ ├── 404.html │ ├── css │ ├── bootstrap-theme.css │ ├── bootstrap-theme.css.map │ ├── bootstrap-theme.min.css │ ├── bootstrap.css │ ├── bootstrap.css.map │ ├── bootstrap.min.css │ └── main.css │ ├── favicon.ico │ ├── fonts │ ├── glyphicons-halflings-regular.eot │ ├── glyphicons-halflings-regular.svg │ ├── glyphicons-halflings-regular.ttf │ └── glyphicons-halflings-regular.woff │ ├── humans.txt │ ├── js │ ├── main.js │ └── vendor │ │ ├── bootstrap.js │ │ ├── bootstrap.min.js │ │ ├── jquery-1.11.2.min.js │ │ ├── modernizr-2.8.3-respond-1.4.2.min.js │ │ └── npm.js │ └── robots.txt ├── flask-tutorial ├── flask-and-sqlalchemy │ ├── app.py │ ├── database_setup.py │ ├── populate.py │ ├── sql_strings.py │ └── templates │ │ ├── books.html │ │ ├── deleteBook.html │ │ ├── editBook.html │ │ └── newBook.html └── restful-apis-with-flask │ ├── app.py │ └── database_setup.py ├── future-of-data-science └── example.py ├── image-segmentation ├── README.md ├── grayscale.png ├── groundtruth.png ├── image_segmentation.py └── requirements.txt ├── matplotlib Explained ├── data.csv └── truth.csv ├── neural-networks-intro ├── SimpleNeuralNetwork.py └── readme.md ├── pandas-time-series-analysis ├── amazon_stock.csv ├── examples.py └── readme.md ├── python-dictionary-article └── article_examples.py ├── python-for-loops └── examples.py ├── python-optimization ├── README.md └── examples.py ├── python-string-formatting └── python_string_formatting.py ├── python-typing ├── hello_world.py ├── mr.py ├── mypy.ini ├── readme.md ├── rescale.py └── tree.py ├── python-write-to-file ├── blog-post.txt ├── outline.txt ├── resources.txt └── write-to-file-code │ ├── .gitignore │ ├── Pipfile │ ├── checker.py │ └── output │ └── .gitkeep ├── rekognition-ocr ├── .gitignore ├── Python │ ├── lib │ │ ├── __init__.py │ │ ├── mech_scrape.py │ │ ├── mwo_data_utils.py │ │ └── mwo_image_slicer.py │ ├── run_mech_scrape.py │ ├── single_row_example.py │ ├── split_screenshot_example.py │ ├── test_script.py │ └── whole_screenshot_example.py ├── data │ ├── images │ │ └── 20171118200711_1.jpg │ └── test_data │ │ ├── 0.jpg │ │ ├── 1.jpg │ │ ├── 2.jpg │ │ ├── 3.jpg │ │ ├── 4.jpg │ │ ├── 5.jpg │ │ ├── 6.jpg │ │ ├── 7.jpg │ │ └── 8.jpg └── readme.md ├── smote ├── common.py ├── create_data.py ├── create_smoted_df.py ├── df_base.csv ├── df_imbalanced.csv ├── df_smoted.csv ├── readme.md ├── requirements.txt ├── training_base.py ├── training_imbalanced.py └── training_smoted.py ├── statistical-modeling ├── examples.py └── readme.md ├── what-is-django-part-1 ├── config │ ├── __init__.py │ ├── settings.py │ ├── urls.py │ └── wsgi.py └── scenes │ ├── __init__.py │ ├── admin.py │ ├── apps.py │ ├── constants.py │ ├── migrations │ └── __init__.py │ ├── models.py │ ├── templates │ └── scenes │ │ └── scene.html │ ├── tests.py │ ├── urls.py │ └── views.py └── what-is-django-part-2 ├── common ├── __init__.py ├── admin.py ├── apps.py ├── migrations │ └── __init__.py ├── models.py ├── templates │ └── common │ │ └── __base.html ├── tests.py └── views.py ├── config ├── __init__.py ├── settings.py ├── urls.py └── wsgi.py ├── scenes ├── __init__.py ├── admin.py ├── apps.py ├── constants.py ├── migrations │ └── __init__.py ├── models.py ├── templates │ └── scenes │ │ └── scene.html ├── tests.py ├── urls.py └── views.py └── static ├── 404.html ├── css ├── bootstrap-theme.css ├── bootstrap-theme.css.map ├── bootstrap-theme.min.css ├── bootstrap.css ├── bootstrap.css.map ├── bootstrap.min.css └── main.css ├── favicon.ico ├── fonts ├── glyphicons-halflings-regular.eot ├── glyphicons-halflings-regular.svg ├── glyphicons-halflings-regular.ttf └── glyphicons-halflings-regular.woff ├── humans.txt ├── js ├── main.js └── vendor │ ├── bootstrap.js │ ├── bootstrap.min.js │ ├── jquery-1.11.2.min.js │ ├── modernizr-2.8.3-respond-1.4.2.min.js │ └── npm.js └── robots.txt /.gitignore: -------------------------------------------------------------------------------- 1 | venv/ 2 | -------------------------------------------------------------------------------- /3D Printed WiFi Access QR Codes/Pipfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/3D Printed WiFi Access QR Codes/Pipfile -------------------------------------------------------------------------------- /3D Printed WiFi Access QR Codes/Pipfile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/3D Printed WiFi Access QR Codes/Pipfile.lock -------------------------------------------------------------------------------- /3D Printed WiFi Access QR Codes/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/3D Printed WiFi Access QR Codes/main.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/LICENSE -------------------------------------------------------------------------------- /List Comprehensions/examples.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/List Comprehensions/examples.py -------------------------------------------------------------------------------- /Modeling Trees with SQLAlchemy ORM and Postgres Ltree/Dockerfile.postgres: -------------------------------------------------------------------------------- 1 | FROM postgres 2 | COPY ltree.sql /docker-entrypoint-initdb.d 3 | -------------------------------------------------------------------------------- /Modeling Trees with SQLAlchemy ORM and Postgres Ltree/Dockerfile.python: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/Modeling Trees with SQLAlchemy ORM and Postgres Ltree/Dockerfile.python -------------------------------------------------------------------------------- /Modeling Trees with SQLAlchemy ORM and Postgres Ltree/Pipfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/Modeling Trees with SQLAlchemy ORM and Postgres Ltree/Pipfile -------------------------------------------------------------------------------- /Modeling Trees with SQLAlchemy ORM and Postgres Ltree/Pipfile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/Modeling Trees with SQLAlchemy ORM and Postgres Ltree/Pipfile.lock -------------------------------------------------------------------------------- /Modeling Trees with SQLAlchemy ORM and Postgres Ltree/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/Modeling Trees with SQLAlchemy ORM and Postgres Ltree/docker-compose.yml -------------------------------------------------------------------------------- /Modeling Trees with SQLAlchemy ORM and Postgres Ltree/ltree.sql: -------------------------------------------------------------------------------- 1 | CREATE EXTENSION IF NOT EXISTS ltree; -------------------------------------------------------------------------------- /Modeling Trees with SQLAlchemy ORM and Postgres Ltree/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/Modeling Trees with SQLAlchemy ORM and Postgres Ltree/main.py -------------------------------------------------------------------------------- /Modeling Trees with SQLAlchemy ORM and Postgres Ltree/wait-for.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/Modeling Trees with SQLAlchemy ORM and Postgres Ltree/wait-for.sh -------------------------------------------------------------------------------- /Patterns in Gothic Literature/Leroux_ThePhantomOfTheOpera_Gutenberg.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/Patterns in Gothic Literature/Leroux_ThePhantomOfTheOpera_Gutenberg.txt -------------------------------------------------------------------------------- /Patterns in Gothic Literature/color_names.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/Patterns in Gothic Literature/color_names.csv -------------------------------------------------------------------------------- /Patterns in Gothic Literature/empty: -------------------------------------------------------------------------------- 1 | empty file 2 | -------------------------------------------------------------------------------- /Patterns in Gothic Literature/gothic_post.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/Patterns in Gothic Literature/gothic_post.ipynb -------------------------------------------------------------------------------- /Patterns in Gothic Literature/phantom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/Patterns in Gothic Literature/phantom.png -------------------------------------------------------------------------------- /Patterns in Gothic Literature/portfolio_gothic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/Patterns in Gothic Literature/portfolio_gothic.png -------------------------------------------------------------------------------- /Patterns in Gothic Literature/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/Patterns in Gothic Literature/requirements.txt -------------------------------------------------------------------------------- /Patterns in Gothic Literature/roseisarose.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/Patterns in Gothic Literature/roseisarose.gif -------------------------------------------------------------------------------- /Practical Machine Learning with Python and Keras/Kite blog post code.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/Practical Machine Learning with Python and Keras/Kite blog post code.ipynb -------------------------------------------------------------------------------- /Practical Machine Learning with Python and Keras/empty: -------------------------------------------------------------------------------- 1 | empty file 2 | -------------------------------------------------------------------------------- /Practical Machine Learning with Python and Keras/environment.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/Practical Machine Learning with Python and Keras/environment.yml -------------------------------------------------------------------------------- /Python in the Command Line - a Tutorial on Click/qrwifi/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Python in the Command Line - a Tutorial on Click/qrwifi/app.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Python in the Command Line - a Tutorial on Click/qrwifi/cli.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/Python in the Command Line - a Tutorial on Click/qrwifi/cli.py -------------------------------------------------------------------------------- /Python in the Command Line - a Tutorial on Click/qrwifi/functions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/Python in the Command Line - a Tutorial on Click/qrwifi/functions.py -------------------------------------------------------------------------------- /Python in the Command Line - a Tutorial on Click/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/Python in the Command Line - a Tutorial on Click/setup.py -------------------------------------------------------------------------------- /QR Codes Using Flask/empty: -------------------------------------------------------------------------------- 1 | empty file 2 | -------------------------------------------------------------------------------- /QR Codes Using Flask/qr_app_pt1/home_guest_wifi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/QR Codes Using Flask/qr_app_pt1/home_guest_wifi.png -------------------------------------------------------------------------------- /QR Codes Using Flask/qr_app_pt1/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/QR Codes Using Flask/qr_app_pt1/main.py -------------------------------------------------------------------------------- /QR Codes Using Flask/qr_app_pt1/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/QR Codes Using Flask/qr_app_pt1/requirements.txt -------------------------------------------------------------------------------- /QR Codes Using Flask/qr_app_pt1/setting_up.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/QR Codes Using Flask/qr_app_pt1/setting_up.py -------------------------------------------------------------------------------- /QR Codes Using Flask/qr_app_pt1/step_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/QR Codes Using Flask/qr_app_pt1/step_1.py -------------------------------------------------------------------------------- /QR Codes Using Flask/qr_app_pt1/step_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/QR Codes Using Flask/qr_app_pt1/step_2.py -------------------------------------------------------------------------------- /QR Codes Using Flask/qr_app_pt2/qrwifi/cli.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/QR Codes Using Flask/qr_app_pt2/qrwifi/cli.py -------------------------------------------------------------------------------- /QR Codes Using Flask/qr_app_pt2/qrwifi/functions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/QR Codes Using Flask/qr_app_pt2/qrwifi/functions.py -------------------------------------------------------------------------------- /QR Codes Using Flask/qr_app_pt2/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/QR Codes Using Flask/qr_app_pt2/setup.py -------------------------------------------------------------------------------- /QR Codes Using Flask/qr_app_pt3/app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/QR Codes Using Flask/qr_app_pt3/app.py -------------------------------------------------------------------------------- /QR Codes Using Flask/qr_app_pt3/qrwifi/cli.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/QR Codes Using Flask/qr_app_pt3/qrwifi/cli.py -------------------------------------------------------------------------------- /QR Codes Using Flask/qr_app_pt3/qrwifi/functions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/QR Codes Using Flask/qr_app_pt3/qrwifi/functions.py -------------------------------------------------------------------------------- /QR Codes Using Flask/qr_app_pt3/static/file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/QR Codes Using Flask/qr_app_pt3/static/file.png -------------------------------------------------------------------------------- /QR Codes Using Flask/qr_app_pt3/templates/index.html.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/QR Codes Using Flask/qr_app_pt3/templates/index.html.j2 -------------------------------------------------------------------------------- /QR Codes Using Flask/qr_app_pt3/templates/qr.html.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/QR Codes Using Flask/qr_app_pt3/templates/qr.html.j2 -------------------------------------------------------------------------------- /QR Codes Using Flask/qr_app_pt3/templates/template.html.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/QR Codes Using Flask/qr_app_pt3/templates/template.html.j2 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/README.md -------------------------------------------------------------------------------- /Top Machine Learning Libraries/caffe_example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/Top Machine Learning Libraries/caffe_example.py -------------------------------------------------------------------------------- /Top Machine Learning Libraries/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/Top Machine Learning Libraries/requirements.txt -------------------------------------------------------------------------------- /Top Machine Learning Libraries/sklearn_example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/Top Machine Learning Libraries/sklearn_example.py -------------------------------------------------------------------------------- /Top Machine Learning Libraries/tensorflow_example1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/Top Machine Learning Libraries/tensorflow_example1.py -------------------------------------------------------------------------------- /Top Machine Learning Libraries/tensorflow_example2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/Top Machine Learning Libraries/tensorflow_example2.py -------------------------------------------------------------------------------- /Top Machine Learning Libraries/theano_example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/Top Machine Learning Libraries/theano_example.py -------------------------------------------------------------------------------- /Top Machine Learning Libraries/torch_example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/Top Machine Learning Libraries/torch_example.py -------------------------------------------------------------------------------- /Turbocharging Python with Command Line Tools/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/Turbocharging Python with Command Line Tools/LICENSE -------------------------------------------------------------------------------- /Turbocharging Python with Command Line Tools/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/Turbocharging Python with Command Line Tools/Makefile -------------------------------------------------------------------------------- /Turbocharging Python with Command Line Tools/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/Turbocharging Python with Command Line Tools/README.md -------------------------------------------------------------------------------- /Turbocharging Python with Command Line Tools/notebooks/numba-cuda.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/Turbocharging Python with Command Line Tools/notebooks/numba-cuda.ipynb -------------------------------------------------------------------------------- /Turbocharging Python with Command Line Tools/nuclearcli.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/Turbocharging Python with Command Line Tools/nuclearcli.py -------------------------------------------------------------------------------- /Turbocharging Python with Command Line Tools/requirements.txt: -------------------------------------------------------------------------------- 1 | pylint 2 | pandas 3 | numba 4 | click 5 | scikit-learn -------------------------------------------------------------------------------- /Web Scraping Tutorial/Pipfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/Web Scraping Tutorial/Pipfile -------------------------------------------------------------------------------- /Web Scraping Tutorial/Pipfile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/Web Scraping Tutorial/Pipfile.lock -------------------------------------------------------------------------------- /Web Scraping Tutorial/script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/Web Scraping Tutorial/script.py -------------------------------------------------------------------------------- /campfire-burn-prediction/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/.gitignore -------------------------------------------------------------------------------- /campfire-burn-prediction/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/README.md -------------------------------------------------------------------------------- /campfire-burn-prediction/campfire-burn-severity-prediction.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/campfire-burn-severity-prediction.ipynb -------------------------------------------------------------------------------- /campfire-burn-prediction/campfire-burn-severity-prediction.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/campfire-burn-severity-prediction.py -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_5004.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_5004.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_5005.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_5005.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_5146.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_5146.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_5147.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_5147.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_5148.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_5148.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_5281.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_5281.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_5367.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_5367.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_5398.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_5398.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_5408.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_5408.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_5461.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_5461.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_5470.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_5470.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_5589.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_5589.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_5693.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_5693.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_5696.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_5696.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_5757.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_5757.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_5786.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_5786.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_5803.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_5803.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_5809.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_5809.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_5819.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_5819.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_5820.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_5820.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_5825.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_5825.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_5837.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_5837.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_5940.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_5940.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_6037.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_6037.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_6092.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_6092.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_6123.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_6123.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_6338.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_6338.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_6402.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_6402.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_6631.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_6631.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_6664.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_6664.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_6793.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_6793.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_6891.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_6891.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_6939.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_6939.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_7074.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_7074.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_7108.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_7108.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_7195.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_7195.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_7274.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_7274.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_7307.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_7307.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_7625.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_7625.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_7629.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_7629.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_7655.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Affected (1-9%)/OBJID_7655.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5000.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5000.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5001.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5001.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5002.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5002.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5003.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5003.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5007.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5007.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5008.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5008.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5009.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5009.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5010.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5010.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5011.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5011.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5012.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5012.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5013.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5013.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5014.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5014.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5015.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5015.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5016.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5016.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5017.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5017.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5018.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5018.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5019.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5019.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5020.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5020.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5021.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5021.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5022.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5022.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5023.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5023.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5024.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5024.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5025.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5025.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5026.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5026.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5027.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5027.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5028.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5028.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5029.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5029.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5030.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5030.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5031.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5031.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5032.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5032.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5033.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5033.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5034.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5034.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5035.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5035.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5036.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5036.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5037.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5037.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5043.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5043.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5044.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5044.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5045.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5045.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5046.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5046.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5048.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5048.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5049.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5049.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5050.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5050.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5051.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5051.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5052.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5052.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5053.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5053.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5054.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5054.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5055.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5055.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5056.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5056.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5057.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5057.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5058.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5058.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5060.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5060.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5061.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5061.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5062.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5062.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5063.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5063.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5064.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5064.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5065.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5065.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5066.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5066.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5124.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5124.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5125.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5125.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5126.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5126.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5127.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5127.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5128.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5128.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5129.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5129.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5130.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5130.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5131.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5131.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5132.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5132.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5133.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5133.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5134.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5134.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5135.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Destroyed (>50%)/OBJID_5135.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Major (26-50%)/OBJID_10188.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Major (26-50%)/OBJID_10188.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Major (26-50%)/OBJID_10260.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Major (26-50%)/OBJID_10260.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Major (26-50%)/OBJID_10516.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Major (26-50%)/OBJID_10516.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Major (26-50%)/OBJID_15547.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Major (26-50%)/OBJID_15547.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Major (26-50%)/OBJID_16288.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Major (26-50%)/OBJID_16288.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Major (26-50%)/OBJID_17339.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Major (26-50%)/OBJID_17339.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Major (26-50%)/OBJID_18115.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Major (26-50%)/OBJID_18115.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Major (26-50%)/OBJID_20146.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Major (26-50%)/OBJID_20146.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Major (26-50%)/OBJID_20657.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Major (26-50%)/OBJID_20657.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Major (26-50%)/OBJID_21931.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Major (26-50%)/OBJID_21931.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Major (26-50%)/OBJID_22695.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Major (26-50%)/OBJID_22695.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Major (26-50%)/OBJID_22964.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Major (26-50%)/OBJID_22964.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Major (26-50%)/OBJID_23797.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Major (26-50%)/OBJID_23797.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Major (26-50%)/OBJID_25889.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Major (26-50%)/OBJID_25889.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Major (26-50%)/OBJID_5041.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Major (26-50%)/OBJID_5041.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Major (26-50%)/OBJID_5399.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Major (26-50%)/OBJID_5399.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Major (26-50%)/OBJID_6357.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Major (26-50%)/OBJID_6357.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Major (26-50%)/OBJID_7423.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Major (26-50%)/OBJID_7423.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_10253.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_10253.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_10276.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_10276.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_10487.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_10487.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_10740.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_10740.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_11054.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_11054.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_11353.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_11353.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_11675.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_11675.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_11830.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_11830.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_12117.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_12117.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_12332.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_12332.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_12465.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_12465.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_12931.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_12931.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_13409.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_13409.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_13782.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_13782.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_13875.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_13875.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_13887.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_13887.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_13923.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_13923.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_14243.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_14243.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_14274.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_14274.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_14406.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_14406.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_14531.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_14531.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_14606.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_14606.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_15043.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_15043.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_15537.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_15537.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_15560.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_15560.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_17373.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_17373.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_17802.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_17802.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_19473.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_19473.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_19588.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_19588.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_19815.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_19815.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_20656.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_20656.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_20667.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_20667.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_20830.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_20830.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_20893.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_20893.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_21446.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_21446.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_21907.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_21907.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_21992.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_21992.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_22382.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_22382.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_22805.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_22805.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_22937.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_22937.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_23008.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_23008.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_23015.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_23015.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_23592.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_23592.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_23936.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_23936.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_24298.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_24298.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_24529.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_24529.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_24762.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_24762.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_25196.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_25196.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_25460.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_25460.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_5456.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_5456.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_7316.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_7316.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_7399.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/Minor (10-25%)/OBJID_7399.tif -------------------------------------------------------------------------------- /campfire-burn-prediction/dataset/campfire_subset.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/dataset/campfire_subset.csv -------------------------------------------------------------------------------- /campfire-burn-prediction/environment.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/environment.yml -------------------------------------------------------------------------------- /campfire-burn-prediction/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/campfire-burn-prediction/requirements.txt -------------------------------------------------------------------------------- /convolutional-neural-networks-pytorch/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/convolutional-neural-networks-pytorch/README.md -------------------------------------------------------------------------------- /convolutional-neural-networks-pytorch/examples.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/convolutional-neural-networks-pytorch/examples.py -------------------------------------------------------------------------------- /django-rest-framework-fast/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/django-rest-framework-fast/Dockerfile -------------------------------------------------------------------------------- /django-rest-framework-fast/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/django-rest-framework-fast/README.md -------------------------------------------------------------------------------- /django-rest-framework-fast/api/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /django-rest-framework-fast/api/urls.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/django-rest-framework-fast/api/urls.py -------------------------------------------------------------------------------- /django-rest-framework-fast/api/v1/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /django-rest-framework-fast/api/v1/apps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/django-rest-framework-fast/api/v1/apps.py -------------------------------------------------------------------------------- /django-rest-framework-fast/api/v1/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/django-rest-framework-fast/api/v1/readme.md -------------------------------------------------------------------------------- /django-rest-framework-fast/api/v1/tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/django-rest-framework-fast/api/v1/tests.py -------------------------------------------------------------------------------- /django-rest-framework-fast/api/v1/urls.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/django-rest-framework-fast/api/v1/urls.py -------------------------------------------------------------------------------- /django-rest-framework-fast/api/v1/views.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/django-rest-framework-fast/api/v1/views.py -------------------------------------------------------------------------------- /django-rest-framework-fast/api/v2/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /django-rest-framework-fast/api/v2/apps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/django-rest-framework-fast/api/v2/apps.py -------------------------------------------------------------------------------- /django-rest-framework-fast/api/v2/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/django-rest-framework-fast/api/v2/readme.md -------------------------------------------------------------------------------- /django-rest-framework-fast/api/v2/tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/django-rest-framework-fast/api/v2/tests.py -------------------------------------------------------------------------------- /django-rest-framework-fast/api/v2/urls.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/django-rest-framework-fast/api/v2/urls.py -------------------------------------------------------------------------------- /django-rest-framework-fast/api/v2/views.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/django-rest-framework-fast/api/v2/views.py -------------------------------------------------------------------------------- /django-rest-framework-fast/api/v3/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /django-rest-framework-fast/api/v3/apps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/django-rest-framework-fast/api/v3/apps.py -------------------------------------------------------------------------------- /django-rest-framework-fast/api/v3/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/django-rest-framework-fast/api/v3/readme.md -------------------------------------------------------------------------------- /django-rest-framework-fast/api/v3/tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/django-rest-framework-fast/api/v3/tests.py -------------------------------------------------------------------------------- /django-rest-framework-fast/api/v3/urls.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/django-rest-framework-fast/api/v3/urls.py -------------------------------------------------------------------------------- /django-rest-framework-fast/api/v3/views.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/django-rest-framework-fast/api/v3/views.py -------------------------------------------------------------------------------- /django-rest-framework-fast/characters/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /django-rest-framework-fast/characters/admin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/django-rest-framework-fast/characters/admin.py -------------------------------------------------------------------------------- /django-rest-framework-fast/characters/apps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/django-rest-framework-fast/characters/apps.py -------------------------------------------------------------------------------- /django-rest-framework-fast/characters/constants.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/django-rest-framework-fast/characters/constants.py -------------------------------------------------------------------------------- /django-rest-framework-fast/characters/forms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/django-rest-framework-fast/characters/forms.py -------------------------------------------------------------------------------- /django-rest-framework-fast/characters/migrations/0001_squashed_0003_auto_20190416_1625.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/django-rest-framework-fast/characters/migrations/0001_squashed_0003_auto_20190416_1625.py -------------------------------------------------------------------------------- /django-rest-framework-fast/characters/migrations/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /django-rest-framework-fast/characters/models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/django-rest-framework-fast/characters/models.py -------------------------------------------------------------------------------- /django-rest-framework-fast/characters/serializers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/django-rest-framework-fast/characters/serializers.py -------------------------------------------------------------------------------- /django-rest-framework-fast/characters/templates/characters/character_confirm_delete.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/django-rest-framework-fast/characters/templates/characters/character_confirm_delete.html -------------------------------------------------------------------------------- /django-rest-framework-fast/characters/templates/characters/character_detail.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/django-rest-framework-fast/characters/templates/characters/character_detail.html -------------------------------------------------------------------------------- /django-rest-framework-fast/characters/templates/characters/character_form.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/django-rest-framework-fast/characters/templates/characters/character_form.html -------------------------------------------------------------------------------- /django-rest-framework-fast/characters/templates/characters/character_list.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/django-rest-framework-fast/characters/templates/characters/character_list.html -------------------------------------------------------------------------------- /django-rest-framework-fast/characters/templates/characters/character_update_form.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/django-rest-framework-fast/characters/templates/characters/character_update_form.html -------------------------------------------------------------------------------- /django-rest-framework-fast/characters/tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/django-rest-framework-fast/characters/tests.py -------------------------------------------------------------------------------- /django-rest-framework-fast/characters/urls.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/django-rest-framework-fast/characters/urls.py -------------------------------------------------------------------------------- /django-rest-framework-fast/characters/views.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/django-rest-framework-fast/characters/views.py -------------------------------------------------------------------------------- /django-rest-framework-fast/common/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /django-rest-framework-fast/common/admin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/django-rest-framework-fast/common/admin.py -------------------------------------------------------------------------------- /django-rest-framework-fast/common/apps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/django-rest-framework-fast/common/apps.py -------------------------------------------------------------------------------- /django-rest-framework-fast/common/migrations/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /django-rest-framework-fast/common/mixins.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/django-rest-framework-fast/common/mixins.py -------------------------------------------------------------------------------- /django-rest-framework-fast/common/models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/django-rest-framework-fast/common/models.py -------------------------------------------------------------------------------- /django-rest-framework-fast/common/templates/common/__base.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/django-rest-framework-fast/common/templates/common/__base.html -------------------------------------------------------------------------------- /django-rest-framework-fast/common/tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/django-rest-framework-fast/common/tests.py -------------------------------------------------------------------------------- /django-rest-framework-fast/common/views.py: -------------------------------------------------------------------------------- 1 | from django.shortcuts import render 2 | 3 | # Create your views here. 4 | -------------------------------------------------------------------------------- /django-rest-framework-fast/config/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /django-rest-framework-fast/config/settings/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /django-rest-framework-fast/config/settings/base.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/django-rest-framework-fast/config/settings/base.py -------------------------------------------------------------------------------- /django-rest-framework-fast/config/settings/dev.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/django-rest-framework-fast/config/settings/dev.py -------------------------------------------------------------------------------- /django-rest-framework-fast/config/settings/prod.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/django-rest-framework-fast/config/settings/prod.py -------------------------------------------------------------------------------- /django-rest-framework-fast/config/settings/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/django-rest-framework-fast/config/settings/test.py -------------------------------------------------------------------------------- /django-rest-framework-fast/config/urls.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/django-rest-framework-fast/config/urls.py -------------------------------------------------------------------------------- /django-rest-framework-fast/config/wsgi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/django-rest-framework-fast/config/wsgi.py -------------------------------------------------------------------------------- /django-rest-framework-fast/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/django-rest-framework-fast/docker-compose.yml -------------------------------------------------------------------------------- /django-rest-framework-fast/manage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/django-rest-framework-fast/manage.py -------------------------------------------------------------------------------- /django-rest-framework-fast/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/django-rest-framework-fast/requirements.txt -------------------------------------------------------------------------------- /django-rest-framework-fast/requirements/base.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/django-rest-framework-fast/requirements/base.txt -------------------------------------------------------------------------------- /django-rest-framework-fast/requirements/dev.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/django-rest-framework-fast/requirements/dev.txt -------------------------------------------------------------------------------- /django-rest-framework-fast/requirements/prod.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/django-rest-framework-fast/requirements/prod.txt -------------------------------------------------------------------------------- /django-rest-framework-fast/static/404.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/django-rest-framework-fast/static/404.html -------------------------------------------------------------------------------- /django-rest-framework-fast/static/css/bootstrap-theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/django-rest-framework-fast/static/css/bootstrap-theme.css -------------------------------------------------------------------------------- /django-rest-framework-fast/static/css/bootstrap-theme.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/django-rest-framework-fast/static/css/bootstrap-theme.css.map -------------------------------------------------------------------------------- /django-rest-framework-fast/static/css/bootstrap-theme.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/django-rest-framework-fast/static/css/bootstrap-theme.min.css -------------------------------------------------------------------------------- /django-rest-framework-fast/static/css/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/django-rest-framework-fast/static/css/bootstrap.css -------------------------------------------------------------------------------- /django-rest-framework-fast/static/css/bootstrap.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/django-rest-framework-fast/static/css/bootstrap.css.map -------------------------------------------------------------------------------- /django-rest-framework-fast/static/css/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/django-rest-framework-fast/static/css/bootstrap.min.css -------------------------------------------------------------------------------- /django-rest-framework-fast/static/css/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/django-rest-framework-fast/static/css/main.css -------------------------------------------------------------------------------- /django-rest-framework-fast/static/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/django-rest-framework-fast/static/favicon.ico -------------------------------------------------------------------------------- /django-rest-framework-fast/static/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/django-rest-framework-fast/static/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /django-rest-framework-fast/static/fonts/glyphicons-halflings-regular.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/django-rest-framework-fast/static/fonts/glyphicons-halflings-regular.svg -------------------------------------------------------------------------------- /django-rest-framework-fast/static/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/django-rest-framework-fast/static/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /django-rest-framework-fast/static/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/django-rest-framework-fast/static/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /django-rest-framework-fast/static/humans.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/django-rest-framework-fast/static/humans.txt -------------------------------------------------------------------------------- /django-rest-framework-fast/static/js/main.js: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /django-rest-framework-fast/static/js/vendor/bootstrap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/django-rest-framework-fast/static/js/vendor/bootstrap.js -------------------------------------------------------------------------------- /django-rest-framework-fast/static/js/vendor/bootstrap.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/django-rest-framework-fast/static/js/vendor/bootstrap.min.js -------------------------------------------------------------------------------- /django-rest-framework-fast/static/js/vendor/jquery-1.11.2.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/django-rest-framework-fast/static/js/vendor/jquery-1.11.2.min.js -------------------------------------------------------------------------------- /django-rest-framework-fast/static/js/vendor/modernizr-2.8.3-respond-1.4.2.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/django-rest-framework-fast/static/js/vendor/modernizr-2.8.3-respond-1.4.2.min.js -------------------------------------------------------------------------------- /django-rest-framework-fast/static/js/vendor/npm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/django-rest-framework-fast/static/js/vendor/npm.js -------------------------------------------------------------------------------- /django-rest-framework-fast/static/robots.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/django-rest-framework-fast/static/robots.txt -------------------------------------------------------------------------------- /flask-tutorial/flask-and-sqlalchemy/app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/flask-tutorial/flask-and-sqlalchemy/app.py -------------------------------------------------------------------------------- /flask-tutorial/flask-and-sqlalchemy/database_setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/flask-tutorial/flask-and-sqlalchemy/database_setup.py -------------------------------------------------------------------------------- /flask-tutorial/flask-and-sqlalchemy/populate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/flask-tutorial/flask-and-sqlalchemy/populate.py -------------------------------------------------------------------------------- /flask-tutorial/flask-and-sqlalchemy/sql_strings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/flask-tutorial/flask-and-sqlalchemy/sql_strings.py -------------------------------------------------------------------------------- /flask-tutorial/flask-and-sqlalchemy/templates/books.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/flask-tutorial/flask-and-sqlalchemy/templates/books.html -------------------------------------------------------------------------------- /flask-tutorial/flask-and-sqlalchemy/templates/deleteBook.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/flask-tutorial/flask-and-sqlalchemy/templates/deleteBook.html -------------------------------------------------------------------------------- /flask-tutorial/flask-and-sqlalchemy/templates/editBook.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/flask-tutorial/flask-and-sqlalchemy/templates/editBook.html -------------------------------------------------------------------------------- /flask-tutorial/flask-and-sqlalchemy/templates/newBook.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/flask-tutorial/flask-and-sqlalchemy/templates/newBook.html -------------------------------------------------------------------------------- /flask-tutorial/restful-apis-with-flask/app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/flask-tutorial/restful-apis-with-flask/app.py -------------------------------------------------------------------------------- /flask-tutorial/restful-apis-with-flask/database_setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/flask-tutorial/restful-apis-with-flask/database_setup.py -------------------------------------------------------------------------------- /future-of-data-science/example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/future-of-data-science/example.py -------------------------------------------------------------------------------- /image-segmentation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/image-segmentation/README.md -------------------------------------------------------------------------------- /image-segmentation/grayscale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/image-segmentation/grayscale.png -------------------------------------------------------------------------------- /image-segmentation/groundtruth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/image-segmentation/groundtruth.png -------------------------------------------------------------------------------- /image-segmentation/image_segmentation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/image-segmentation/image_segmentation.py -------------------------------------------------------------------------------- /image-segmentation/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/image-segmentation/requirements.txt -------------------------------------------------------------------------------- /matplotlib Explained/data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/matplotlib Explained/data.csv -------------------------------------------------------------------------------- /matplotlib Explained/truth.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/matplotlib Explained/truth.csv -------------------------------------------------------------------------------- /neural-networks-intro/SimpleNeuralNetwork.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/neural-networks-intro/SimpleNeuralNetwork.py -------------------------------------------------------------------------------- /neural-networks-intro/readme.md: -------------------------------------------------------------------------------- 1 | # Example Code for Intro to Neural Netorks -------------------------------------------------------------------------------- /pandas-time-series-analysis/amazon_stock.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/pandas-time-series-analysis/amazon_stock.csv -------------------------------------------------------------------------------- /pandas-time-series-analysis/examples.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/pandas-time-series-analysis/examples.py -------------------------------------------------------------------------------- /pandas-time-series-analysis/readme.md: -------------------------------------------------------------------------------- 1 | Example code for pandas-time-series-analysis 2 | -------------------------------------------------------------------------------- /python-dictionary-article/article_examples.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/python-dictionary-article/article_examples.py -------------------------------------------------------------------------------- /python-for-loops/examples.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/python-for-loops/examples.py -------------------------------------------------------------------------------- /python-optimization/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/python-optimization/README.md -------------------------------------------------------------------------------- /python-optimization/examples.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/python-optimization/examples.py -------------------------------------------------------------------------------- /python-string-formatting/python_string_formatting.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/python-string-formatting/python_string_formatting.py -------------------------------------------------------------------------------- /python-typing/hello_world.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/python-typing/hello_world.py -------------------------------------------------------------------------------- /python-typing/mr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/python-typing/mr.py -------------------------------------------------------------------------------- /python-typing/mypy.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/python-typing/mypy.ini -------------------------------------------------------------------------------- /python-typing/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/python-typing/readme.md -------------------------------------------------------------------------------- /python-typing/rescale.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/python-typing/rescale.py -------------------------------------------------------------------------------- /python-typing/tree.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/python-typing/tree.py -------------------------------------------------------------------------------- /python-write-to-file/blog-post.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/python-write-to-file/blog-post.txt -------------------------------------------------------------------------------- /python-write-to-file/outline.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/python-write-to-file/outline.txt -------------------------------------------------------------------------------- /python-write-to-file/resources.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/python-write-to-file/resources.txt -------------------------------------------------------------------------------- /python-write-to-file/write-to-file-code/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/python-write-to-file/write-to-file-code/.gitignore -------------------------------------------------------------------------------- /python-write-to-file/write-to-file-code/Pipfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/python-write-to-file/write-to-file-code/Pipfile -------------------------------------------------------------------------------- /python-write-to-file/write-to-file-code/checker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/python-write-to-file/write-to-file-code/checker.py -------------------------------------------------------------------------------- /python-write-to-file/write-to-file-code/output/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /rekognition-ocr/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/rekognition-ocr/.gitignore -------------------------------------------------------------------------------- /rekognition-ocr/Python/lib/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /rekognition-ocr/Python/lib/mech_scrape.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/rekognition-ocr/Python/lib/mech_scrape.py -------------------------------------------------------------------------------- /rekognition-ocr/Python/lib/mwo_data_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/rekognition-ocr/Python/lib/mwo_data_utils.py -------------------------------------------------------------------------------- /rekognition-ocr/Python/lib/mwo_image_slicer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/rekognition-ocr/Python/lib/mwo_image_slicer.py -------------------------------------------------------------------------------- /rekognition-ocr/Python/run_mech_scrape.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/rekognition-ocr/Python/run_mech_scrape.py -------------------------------------------------------------------------------- /rekognition-ocr/Python/single_row_example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/rekognition-ocr/Python/single_row_example.py -------------------------------------------------------------------------------- /rekognition-ocr/Python/split_screenshot_example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/rekognition-ocr/Python/split_screenshot_example.py -------------------------------------------------------------------------------- /rekognition-ocr/Python/test_script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/rekognition-ocr/Python/test_script.py -------------------------------------------------------------------------------- /rekognition-ocr/Python/whole_screenshot_example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/rekognition-ocr/Python/whole_screenshot_example.py -------------------------------------------------------------------------------- /rekognition-ocr/data/images/20171118200711_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/rekognition-ocr/data/images/20171118200711_1.jpg -------------------------------------------------------------------------------- /rekognition-ocr/data/test_data/0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/rekognition-ocr/data/test_data/0.jpg -------------------------------------------------------------------------------- /rekognition-ocr/data/test_data/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/rekognition-ocr/data/test_data/1.jpg -------------------------------------------------------------------------------- /rekognition-ocr/data/test_data/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/rekognition-ocr/data/test_data/2.jpg -------------------------------------------------------------------------------- /rekognition-ocr/data/test_data/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/rekognition-ocr/data/test_data/3.jpg -------------------------------------------------------------------------------- /rekognition-ocr/data/test_data/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/rekognition-ocr/data/test_data/4.jpg -------------------------------------------------------------------------------- /rekognition-ocr/data/test_data/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/rekognition-ocr/data/test_data/5.jpg -------------------------------------------------------------------------------- /rekognition-ocr/data/test_data/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/rekognition-ocr/data/test_data/6.jpg -------------------------------------------------------------------------------- /rekognition-ocr/data/test_data/7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/rekognition-ocr/data/test_data/7.jpg -------------------------------------------------------------------------------- /rekognition-ocr/data/test_data/8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/rekognition-ocr/data/test_data/8.jpg -------------------------------------------------------------------------------- /rekognition-ocr/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/rekognition-ocr/readme.md -------------------------------------------------------------------------------- /smote/common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/smote/common.py -------------------------------------------------------------------------------- /smote/create_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/smote/create_data.py -------------------------------------------------------------------------------- /smote/create_smoted_df.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/smote/create_smoted_df.py -------------------------------------------------------------------------------- /smote/df_base.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/smote/df_base.csv -------------------------------------------------------------------------------- /smote/df_imbalanced.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/smote/df_imbalanced.csv -------------------------------------------------------------------------------- /smote/df_smoted.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/smote/df_smoted.csv -------------------------------------------------------------------------------- /smote/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/smote/readme.md -------------------------------------------------------------------------------- /smote/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/smote/requirements.txt -------------------------------------------------------------------------------- /smote/training_base.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/smote/training_base.py -------------------------------------------------------------------------------- /smote/training_imbalanced.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/smote/training_imbalanced.py -------------------------------------------------------------------------------- /smote/training_smoted.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/smote/training_smoted.py -------------------------------------------------------------------------------- /statistical-modeling/examples.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/statistical-modeling/examples.py -------------------------------------------------------------------------------- /statistical-modeling/readme.md: -------------------------------------------------------------------------------- 1 | ## Examples for Statistical Modeling 2 | -------------------------------------------------------------------------------- /what-is-django-part-1/config/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /what-is-django-part-1/config/settings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/what-is-django-part-1/config/settings.py -------------------------------------------------------------------------------- /what-is-django-part-1/config/urls.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/what-is-django-part-1/config/urls.py -------------------------------------------------------------------------------- /what-is-django-part-1/config/wsgi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/what-is-django-part-1/config/wsgi.py -------------------------------------------------------------------------------- /what-is-django-part-1/scenes/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /what-is-django-part-1/scenes/admin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/what-is-django-part-1/scenes/admin.py -------------------------------------------------------------------------------- /what-is-django-part-1/scenes/apps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/what-is-django-part-1/scenes/apps.py -------------------------------------------------------------------------------- /what-is-django-part-1/scenes/constants.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/what-is-django-part-1/scenes/constants.py -------------------------------------------------------------------------------- /what-is-django-part-1/scenes/migrations/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /what-is-django-part-1/scenes/models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/what-is-django-part-1/scenes/models.py -------------------------------------------------------------------------------- /what-is-django-part-1/scenes/templates/scenes/scene.html: -------------------------------------------------------------------------------- 1 | {{ scenes|random }} 2 | -------------------------------------------------------------------------------- /what-is-django-part-1/scenes/tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/what-is-django-part-1/scenes/tests.py -------------------------------------------------------------------------------- /what-is-django-part-1/scenes/urls.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/what-is-django-part-1/scenes/urls.py -------------------------------------------------------------------------------- /what-is-django-part-1/scenes/views.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/what-is-django-part-1/scenes/views.py -------------------------------------------------------------------------------- /what-is-django-part-2/common/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /what-is-django-part-2/common/admin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/what-is-django-part-2/common/admin.py -------------------------------------------------------------------------------- /what-is-django-part-2/common/apps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/what-is-django-part-2/common/apps.py -------------------------------------------------------------------------------- /what-is-django-part-2/common/migrations/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /what-is-django-part-2/common/models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/what-is-django-part-2/common/models.py -------------------------------------------------------------------------------- /what-is-django-part-2/common/templates/common/__base.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/what-is-django-part-2/common/templates/common/__base.html -------------------------------------------------------------------------------- /what-is-django-part-2/common/tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/what-is-django-part-2/common/tests.py -------------------------------------------------------------------------------- /what-is-django-part-2/common/views.py: -------------------------------------------------------------------------------- 1 | from django.shortcuts import render 2 | 3 | # Create your views here. 4 | -------------------------------------------------------------------------------- /what-is-django-part-2/config/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /what-is-django-part-2/config/settings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/what-is-django-part-2/config/settings.py -------------------------------------------------------------------------------- /what-is-django-part-2/config/urls.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/what-is-django-part-2/config/urls.py -------------------------------------------------------------------------------- /what-is-django-part-2/config/wsgi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/what-is-django-part-2/config/wsgi.py -------------------------------------------------------------------------------- /what-is-django-part-2/scenes/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /what-is-django-part-2/scenes/admin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/what-is-django-part-2/scenes/admin.py -------------------------------------------------------------------------------- /what-is-django-part-2/scenes/apps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/what-is-django-part-2/scenes/apps.py -------------------------------------------------------------------------------- /what-is-django-part-2/scenes/constants.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/what-is-django-part-2/scenes/constants.py -------------------------------------------------------------------------------- /what-is-django-part-2/scenes/migrations/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /what-is-django-part-2/scenes/models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/what-is-django-part-2/scenes/models.py -------------------------------------------------------------------------------- /what-is-django-part-2/scenes/templates/scenes/scene.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/what-is-django-part-2/scenes/templates/scenes/scene.html -------------------------------------------------------------------------------- /what-is-django-part-2/scenes/tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/what-is-django-part-2/scenes/tests.py -------------------------------------------------------------------------------- /what-is-django-part-2/scenes/urls.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/what-is-django-part-2/scenes/urls.py -------------------------------------------------------------------------------- /what-is-django-part-2/scenes/views.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/what-is-django-part-2/scenes/views.py -------------------------------------------------------------------------------- /what-is-django-part-2/static/404.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/what-is-django-part-2/static/404.html -------------------------------------------------------------------------------- /what-is-django-part-2/static/css/bootstrap-theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/what-is-django-part-2/static/css/bootstrap-theme.css -------------------------------------------------------------------------------- /what-is-django-part-2/static/css/bootstrap-theme.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/what-is-django-part-2/static/css/bootstrap-theme.css.map -------------------------------------------------------------------------------- /what-is-django-part-2/static/css/bootstrap-theme.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/what-is-django-part-2/static/css/bootstrap-theme.min.css -------------------------------------------------------------------------------- /what-is-django-part-2/static/css/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/what-is-django-part-2/static/css/bootstrap.css -------------------------------------------------------------------------------- /what-is-django-part-2/static/css/bootstrap.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/what-is-django-part-2/static/css/bootstrap.css.map -------------------------------------------------------------------------------- /what-is-django-part-2/static/css/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/what-is-django-part-2/static/css/bootstrap.min.css -------------------------------------------------------------------------------- /what-is-django-part-2/static/css/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/what-is-django-part-2/static/css/main.css -------------------------------------------------------------------------------- /what-is-django-part-2/static/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/what-is-django-part-2/static/favicon.ico -------------------------------------------------------------------------------- /what-is-django-part-2/static/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/what-is-django-part-2/static/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /what-is-django-part-2/static/fonts/glyphicons-halflings-regular.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/what-is-django-part-2/static/fonts/glyphicons-halflings-regular.svg -------------------------------------------------------------------------------- /what-is-django-part-2/static/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/what-is-django-part-2/static/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /what-is-django-part-2/static/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/what-is-django-part-2/static/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /what-is-django-part-2/static/humans.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/what-is-django-part-2/static/humans.txt -------------------------------------------------------------------------------- /what-is-django-part-2/static/js/main.js: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /what-is-django-part-2/static/js/vendor/bootstrap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/what-is-django-part-2/static/js/vendor/bootstrap.js -------------------------------------------------------------------------------- /what-is-django-part-2/static/js/vendor/bootstrap.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/what-is-django-part-2/static/js/vendor/bootstrap.min.js -------------------------------------------------------------------------------- /what-is-django-part-2/static/js/vendor/jquery-1.11.2.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/what-is-django-part-2/static/js/vendor/jquery-1.11.2.min.js -------------------------------------------------------------------------------- /what-is-django-part-2/static/js/vendor/modernizr-2.8.3-respond-1.4.2.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/what-is-django-part-2/static/js/vendor/modernizr-2.8.3-respond-1.4.2.min.js -------------------------------------------------------------------------------- /what-is-django-part-2/static/js/vendor/npm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/what-is-django-part-2/static/js/vendor/npm.js -------------------------------------------------------------------------------- /what-is-django-part-2/static/robots.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiteco/kite-python-blog-post-code/HEAD/what-is-django-part-2/static/robots.txt --------------------------------------------------------------------------------