Python

Dive Deeper into Python and Streamlit to create website: An Advanced Guide with Demo Code and Slides

Introduction In our previous article “Learn Python From Zero For Absolute Beginner (3): Create Website“, we introduced you to Streamlit, an easy-to-use Python library that allows you to create interactive web applications. We showed you how to quickly get started with Streamlit and build a basic website. However, that was just the tip of the …

Dive Deeper into Python and Streamlit to create website: An Advanced Guide with Demo Code and Slides Read More »

How to use HKUST Azure OpenAI API key with Python
(with sample code and use case examples)

ChatGPT web interface VS Using OpenAI API Most of you probably know that the University has provided the HKUST ChatGPT Platform for all the HKUST students, faculty members and staff. While the ChatGPT web interface offers a user-friendly experience and allows users to interact with large language models (LLMs) through a convenient conversational way (in …

How to use HKUST Azure OpenAI API key with Python
(with sample code and use case examples)
Read More »

Turn your Jupyter Notebook into interactive Presentation Slides using Anaconda

In our “Learn Python From Zero For Absolute Beginner” series, you have learnt how to use Python to do some data manipulation tasks and create interactive charts using Plotly within Jupyter Notebook. After completing your analysis, it is common that you will need to deliver a presentation to present your findings. Traditionally, this might involve …

Turn your Jupyter Notebook into interactive Presentation Slides using Anaconda Read More »

Learn Python From Zero For Absolute Beginner (4): Challenge For You

Welcome to the final article of our “Learn Python From Zero For Absolute Beginner” series! We would like to express our gratitude to all of you who have followed along with us on this learning journey. We believe that you are now able to use Python to perform data manipulation tasks, create interactive visualizations, and …

Learn Python From Zero For Absolute Beginner (4): Challenge For You Read More »

Learn Python From Zero For Absolute Beginner (2): Data visualization

Welcome to the 2nd lesson of our “Learn Python From Zero For Absolute Beginner” series! In the previous lesson, you learnt the essential techniques for basic data cleaning and manipulation using Python. Now, get ready to explore the captivating world of data visualization! By the end of this article, you will be able to create …

Learn Python From Zero For Absolute Beginner (2): Data visualization Read More »

Learn Python From Zero For Absolute Beginner (1): Data cleaning

If you find yourself asking questions such as “What exactly does Python do?” or “How can I get started with Python”, then look no further than this handy guide. We understand that diving straight into code can feel intimidating, that’s why we focus on hands-on practice throughout this tutorial series, designed specifically for beginners. No …

Learn Python From Zero For Absolute Beginner (1): Data cleaning Read More »

Jupyter Notebook tips and shortcuts

In our previous article, we covered the basics of launching Jupyter Notebook. Now, let’s move on to explore its features and some of the most commonly used keyboard shortcuts. Types of cells Jupyter Notebook relies heavily on the concept of cells. The 2 main types of cells are Code and Markdown. Apart from using the …

Jupyter Notebook tips and shortcuts Read More »