This article presents practical programming skills for using GMP and MPFR big number libraries in scientific computing, highlighting key issues like conditional expressions and loops. It emphasizes the special requirements for programming with big numbers and provides a framework and examples for efficient big number computations, including integer factorization. The document serves as a guide for beginners in adapting conventional C/C++ programming styles to work effectively with large integers and floating-point numbers.