By the end of the class you will be ready to start high quality code to big complete applications in Python.
- Completed the Basic Python 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
- Understand most concepts in Python
- Understand Python programming ideologies
- Write quick scripts using Python
Use this link if you want to only view in your own browser: Intermediate Python course materials
- 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.
- Make sure you have Git installed. Clone this repository:
git clone https://github.com/aannara/intermediate-python.git
- Change directory to the new one:
cd intermediate-python
- Recommended creating a virtual environment to install the dependencies:
python -m venv .venv
- Activate virtual environment:
- On Windows:
.venv\Scripts\activate
- On Linux:
source .venv/bin/activate
- On Windows:
- Install all the dependencies in the virtual environment:
pip install -r requirements.txt
- Run Jupyter Lab:
jupyter lab
💻 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, BigData analysis and Kuberbetes 🌟 Loves to build clean, efficient and scalable systems 😃 Outside of work, I spend my time playing games, watching anime and TV shows