Course Resources

Basic Data Science in Economics and Business


Primary Textbook

Data Science in Economics and Business (Python Applications)

Authors: Nguyen Quang Huy, Tran Thi Bich, Pham Xuan Lam, Nguyen Trung Thanh, Nguyen Thi Bach Tuyet

Publisher: National Economics University (2025)

📖 Access Online Textbook

This comprehensive textbook covers all course topics with practical Python examples tailored for economics and business applications.


Course Materials

📊 Lecture Slides

Access weekly lecture slides and presentation materials on the course platform:

🔗 SmartDoc Platform

💻 GitHub Repository

All code examples, datasets, and supplementary materials:

🔗 Course GitHub Repository

Contents include:


Software & Tools

Python Installation

Required Version: Python 13.0 or higher

Installation Options:

  1. Anaconda Distribution (Recommended for beginners)

    • Download from: anaconda.com
    • Includes Python, Jupyter, and common libraries
    • Easy package management with Conda
  2. Official Python

    • Download from: python.org
    • Manual library installation via pip
    • More lightweight installation

Development Environments

Jupyter Notebook (Recommended)

Google Colab (Alternative)

VS Code (For advanced users)


Required Python Libraries

Install these libraries for the course:

# Using pip
pip install numpy pandas matplotlib seaborn scikit-learn

# Using conda
conda install numpy pandas matplotlib seaborn scikit-learn

Core Libraries

NumPy

Pandas

Matplotlib

Seaborn

scikit-learn


Additional Learning Resources

Python Tutorials

Data Science Resources

Visualization

Machine Learning


Practice Datasets

Recommended Sources

Kaggle Datasets

UCI Machine Learning Repository

World Bank Open Data

Vietnam Government Data


Troubleshooting & Help

Common Issues

Installation Problems

Library Import Errors

Jupyter Notebook Issues

Getting Help

  1. Course Forum/Discussion Board: Post questions and help classmates
  2. Office Hours: Meet with instructors for personalized help
  3. Stack Overflow: stackoverflow.com - Use tag [python] [pandas] etc.
  4. Teaching Assistants: Email TAs for assignment-specific questions

Study Tips

Weekly Workflow

  1. Before Class: Read assigned textbook chapters
  2. During Class: Take notes, run example code
  3. After Class: Review slides, practice exercises
  4. Weekly: Complete homework assignments
  5. Ongoing: Practice with additional datasets

Code Practice

Exam Preparation


Contact & Support

Instructors

Dr. Nguyen Trong Nghia (Lecture)
📧 nghiant@neu.edu.vn

MSc. Nguyen Thi Minh Trang (Tutorial)
📧 ntmtrang@neu.edu.vn

MSc. Dam Tien Thanh (Tutorial)
📧 thanhtd@neu.edu.vn

Technical Support

For platform or technical issues, contact:


← Back to Home | View Syllabus → | Practice Quizzes →