Skip to content
generated from jupyterlite/demo

A course made for teaching basics of Python. The goal is to teach basic syntax, programming ideologies and writing quick scripts with Python

Notifications You must be signed in to change notification settings

aannara/basic-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Python

lite-badge

This is a course made for teaching the basics of Python.

The goal is to teach basic syntax, programming ideologies and writing quick scripts with Python.

By the end of the class you will be familiar with most Python concepts and will be ready to start coding in Python.

The course instructor will be Aadithya Varma.


✨ Pre-requisites ✨

  • Completed the Python Fundamentals course before attending this class
  • Dedicated to spending time to learn Python during the live course
  • Basic googling skills or using ChatGPT to get answers
  • Must have installed Python in your system
  • Basics of git if you want to clone this repo to follow the course in your local environment

✨ What to expect from the course ✨

  • Understand most concepts in Python
  • Understand Python programming ideologies
  • Write quick scripts using Python

✨ Get started ✨

Use this link to get started in your own browser: Basic Python course materials

OR

Run the course contents on your local environment

  1. Make sure you have Python installed. Follow the guide in the official Python documentation on how to do it for different operating systems: Windows, Mac, or Unix systems.
  2. Make sure you have Git installed. Clone this repository: git clone https://github.com/aannara/basic-python.git
  3. Change directory to the new one: cd basic-python
  4. Recommended creating a virtual environment to install the dependencies: python -m venv .venv
  5. Activate virtual environment: On Windows .venv\Scripts\activate and on Linux source .venv/bin/activate
  6. Install all the dependencies in the virtual environment: pip install -r requirements.txt
  7. Run Jupyter Lab: jupyter lab

✨ About me ✨


Hello, I'm Aadithya Varma 👋

💻 Working as a software engineer at Intel
🎓 Masters in Software Engineering and another Masters in Artificial Intelligence and Machine Learning
🛠️ Worked on backend application development, DevOps, SCM tools and BigData analysis
🌟 Loves to build clean, efficient and scalable systems
😃 Outside of work, I spend my time playing games, watching anime and TV shows

Tools I use

Python Bash vim Git Docker Singularity Hadoop Apache Spark Apache Kafka mysql

prometheus mongodb redis elastic perforce grafana streamlit superset looker metabase

plotly flask FastAPI jenkins ansible aws GitHub Actions pytest pandas tensorflow

About

A course made for teaching basics of Python. The goal is to teach basic syntax, programming ideologies and writing quick scripts with Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published