|
1 |
| -# JupyterLite Demo |
| 1 | +# Basic Python |
2 | 2 |
|
3 |
| -[](https://jupyterlite.github.io/demo) |
| 3 | +[](https://aannara.github.io/basic-python) |
4 | 4 |
|
5 |
| -JupyterLite deployed as a static site to GitHub Pages, for demo purposes. |
| 5 | +### This is a course made for teaching the basics of Python. |
6 | 6 |
|
7 |
| -## ✨ Try it in your browser ✨ |
| 7 | +### The goal is to teach basic syntax, programming ideologies and writing quick scripts with Python. |
8 | 8 |
|
9 |
| -➡️ **https://jupyterlite.github.io/demo** |
| 9 | +### The course instructor will **Aadithya Varma**. |
10 | 10 |
|
11 |
| - |
| 11 | +<hr /> |
12 | 12 |
|
13 |
| -## Requirements |
| 13 | +## ✨ Pre-requisites ✨ |
14 | 14 |
|
15 |
| -JupyterLite is being tested against modern web browsers: |
| 15 | +- Completed the Python Fundamentals course before attending this class |
| 16 | +- Dedicated to spending time and learn Python during the live course |
| 17 | +- Basic googling skills or using ChatGPT to get answers |
| 18 | +- Must have installed Python in your system (**Preferably use IDE like VSCode**) |
| 19 | +- Basics of git if you want to clone this repo to follow the course in your local environment |
16 | 20 |
|
17 |
| -- Firefox 90+ |
18 |
| -- Chromium 89+ |
| 21 | +<hr /> |
19 | 22 |
|
20 |
| -## Deploy your JupyterLite website on GitHub Pages |
| 23 | +## ✨ What to expect from the course ✨ |
21 | 24 |
|
22 |
| -Check out the guide on the JupyterLite documentation: https://jupyterlite.readthedocs.io/en/latest/quickstart/deploy.html |
| 25 | +- Understand basic usage of Python |
| 26 | +- Understand Python programming ideologies |
| 27 | +- Write quick scripts using Python |
23 | 28 |
|
24 |
| -## Further Information and Updates |
| 29 | +<hr /> |
25 | 30 |
|
26 |
| -For more info, keep an eye on the JupyterLite documentation: |
| 31 | +## ✨ Get started ✨ |
27 | 32 |
|
28 |
| -- How-to Guides: https://jupyterlite.readthedocs.io/en/latest/howto/index.html |
29 |
| -- Reference: https://jupyterlite.readthedocs.io/en/latest/reference/index.html |
| 33 | +### Use this link to get started in your own browser: **[Basic Python course materials](https://aannara.github.io/basic-python)** |
| 34 | + |
| 35 | +<br /> |
| 36 | + |
| 37 | +## ✨ About me ✨ |
| 38 | + |
| 39 | +<br /> |
| 40 | + |
| 41 | +<h1 align="center"> Hello, I'm Aadithya Varma 👋</h1> |
| 42 | + |
| 43 | +<pre> |
| 44 | +💻 Working as a software engineer at Intel |
| 45 | +🎓 Masters in Software Engineering and another Masters in Artificial Intelligence and Machine Learning |
| 46 | +🛠️ Worked on backend application development, DevOps, SCM tools and BigData analysis |
| 47 | +🌟 Loves to build clean, efficient and scalable systems |
| 48 | +😃 Outside of work, I spend my time playing games, watching Anime and TV shows |
| 49 | +</pre> |
| 50 | + |
| 51 | +<hr /> |
| 52 | + |
| 53 | +<h2 align="left">Tools I use</h2> |
| 54 | +<p align="left"> |
| 55 | +<a href="https://www.python.org" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/python/python-original-wordmark.svg" alt="Python" width="40" height="40"/> |
| 56 | +<a href="https://www.gnu.org/software/bash/" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/bash/bash-original.svg" alt="Bash" width="40" height="40"/> </a> |
| 57 | +<a href="https://www.vim.org/" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/vim/vim-original.svg" alt="vim" width="40" height="40"/> </a> |
| 58 | +<a href="https://git-scm.com/" target="_blank" rel="noreferrer"> <img src="https://www.vectorlogo.zone/logos/git-scm/git-scm-icon.svg" alt="Git" width="40" height="40"/> </a> |
| 59 | +<a href="https://www.docker.com/" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/cncf/landscape/master/hosted_logos/docker-member.svg" alt="Docker" width="40" height="40"/> </a> |
| 60 | +<a href="https://docs.sylabs.io/guides/latest/user-guide/" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/sylabs/singularity/b8491424ee2d4c907c4b0817ef2eda4f95c90548/docs/logos/singularity_v3.svg" alt="Singularity" width="40" height="40"/> </a> |
| 61 | +<a href="https://hadoop.apache.org/" target="_blank" rel="noreferrer"> <img src="https://www.vectorlogo.zone/logos/apache_hadoop/apache_hadoop-ar21.svg" alt="Hadoop" width="40" height="40"/> </a> |
| 62 | +<a href="https://spark.apache.org/" target="_blank" rel="noreferrer"> <img src="https://www.vectorlogo.zone/logos/apache_spark/apache_spark-ar21.svg" alt="Apache Spark" width="40" height="40"/> </a> |
| 63 | +<a href="https://kafka.apache.org/" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/apachekafka/apachekafka-original.svg" alt="Apache Kafka" width="40" height="40"/> </a> |
| 64 | +<a href="https://www.mysql.com/" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/mysql/mysql-original-wordmark.svg" alt="mysql" width="40" height="40"/> </a> |
| 65 | +</p> |
| 66 | +<p align="left"> |
| 67 | +<a href="https://prometheus.io/" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/prometheus/prometheus-original-wordmark.svg" alt="prometheus" width="40" height="40"/> </a> |
| 68 | +<a href="https://www.mongodb.com/" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/mongodb/mongodb-original-wordmark.svg" alt="mongodb" width="40" height="40"/> </a> |
| 69 | +<a href="https://redis.io/" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/redis/redis-original-wordmark.svg" alt="redis" width="40" height="40"/> </a> |
| 70 | +<a href="https://www.elastic.co/" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/cncf/landscape/master/hosted_logos/elastic-member.svg" alt="elastic" width="40" height="40"/> </a> |
| 71 | +<a href="https://www.perforce.com/" target="_blank" rel="noreferrer"> <img src="https://www.vectorlogo.zone/logos/perforce/perforce-ar21.svg" alt="perforce" width="40" height="40"/> </a> |
| 72 | +<a href="https://grafana.com/" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/grafana/grafana-original-wordmark.svg" alt="grafana" width="40" height="40"/> </a> |
| 73 | +<a href="https://streamlit.io/" target="_blank" rel="noreferrer"> <img src="https://streamlit.io/images/brand/streamlit-logo-primary-colormark-darktext.svg" alt="streamlit" width="40" height="40"/> </a> |
| 74 | +<a href="https://superset.apache.org/" target="_blank" rel="noreferrer"> <img src="https://www.apache.org/logos/res/superset/superset-2.png" alt="superset" width="40" height="40"/> </a> |
| 75 | +<a href="https://cloud.google.com/looker" target="_blank" rel="noreferrer"> <img src="https://images.ctfassets.net/qeopvtiy4eew/5d7ZhffO1g9JpFKSXT06kB/629978a1f48ed4bd953d13401d13182a/looker-logo_200x200_square.svg" alt="looker" width="40" height="40"/> </a> |
| 76 | +<a href="https://www.metabase.com/" target="_blank" rel="noreferrer"> <img src="https://www.vectorlogo.zone/logos/metabase/metabase-icon.svg" alt="metabase" width="40" height="40"/> </a> |
| 77 | +</p> |
| 78 | +<p align="left"> |
| 79 | +<a href="https://plotly.com/graphing-libraries/" target="_blank" rel="noreferrer"> <img src="https://www.vectorlogo.zone/logos/plot_ly/plot_ly-official.svg" alt="plotly" width="40" height="40"/> </a> |
| 80 | +<a href="https://flask.palletsprojects.com/" target="_blank" rel="noreferrer"> <img src="https://www.vectorlogo.zone/logos/pocoo_flask/pocoo_flask-icon.svg" alt="flask" width="40" height="40"/> </a> |
| 81 | +<a href="https://fastapi.tiangolo.com/" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/fastapi/fastapi-original.svg" alt="FastAPI" width="40" height="40"/> </a> |
| 82 | +<a href="https://www.jenkins.io" target="_blank" rel="noreferrer"> <img src="https://www.vectorlogo.zone/logos/jenkins/jenkins-icon.svg" alt="jenkins" width="40" height="40"/> </a> |
| 83 | +<a href="https://www.ansible.com/" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/ansible/ansible-original-wordmark.svg" alt="ansible" width="40" height="40"/> </a> |
| 84 | +<a href="https://aws.amazon.com/" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/amazonwebservices/amazonwebservices-original-wordmark.svg" alt="aws" width="40" height="40"/> </a> |
| 85 | +<a href="https://github.com/features/actions" target="_blank" rel="noreferrer"> <img src="https://github.githubassets.com/images/modules/site/features/actions-icon-actions.svg" alt="GitHub Actions" width="40" height="40"/> </a> |
| 86 | +<a href="https://docs.pytest.org/en/latest/" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/pytest/pytest-original-wordmark.svg" alt="pytest" width="40" height="40"/> </a> |
| 87 | +<a href="https://pandas.pydata.org/" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/pandas/pandas-original-wordmark.svg" alt="pandas" width="40" height="40"/> </a> |
| 88 | +<a href="https://www.tensorflow.org/" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/tensorflow/tensorflow-original.svg" alt="tensorflow" width="40" height="40"/> </a> |
| 89 | +</p> |
0 commit comments