
LaTeX tutorial for writing equations
asdfghjkl13551941
This course teaches you how to use LaTeX to write formulas.
Beginner
LaTeX
Learn virtual environment concepts and setup methods.


Reviews from Early Learners
5.0
Su Yeoun Lee
You explained it really easily. I enjoyed it. Thank you.
5.0
outofmtx
This is a really helpful lecture. I was just following the environment settings without understanding them during my college classes, but now I finally understand. I have purchased almost all of the instructor's lectures. I will follow the curriculum diligently. Thank you for making such a good lecture.
5.0
Lucas
Anaconda itself felt vague, and version control or conflicts didn't really resonate with me. But after listening to this lecture, I realized its importance. It was easy to understand and I appreciate you providing this lecture for free.
Virtual environment
Anaconda
This lecture is part of the pre-semester (preparatory semester before this semester) of the artificial intelligence specialized curriculum All about AI.
This is the first lecture on the Python library.
Miro Link: https://miro.com/app/board/uXjVNJ8PZSs=/?share_link_id=801072444784
To learn various libraries on top of basic Python, you will learn the concept of virtual environments and how to use a software called Anaconda.
The concepts learned in this lecture will be
NumPy
Matt Plotlip
Pandas
scikit-learn
It is used when learning libraries such as .
conda env list
conda create -n [env_name]
conda env remove -n [env_name]
conda activate [env_name]
conda deactivate
conda list
conda search [channel::package]
conda install channel::package==version
conda create -n [new_env] -- clone [existing_env]
conda rename -n [old_name] [new_name]
conda env export > [environment_file.yml]
conda env create --file [environment_file.yml]
conda update -n base conda
conda update --all
python -m pip install --upgrade pipWho is this course right for?
For those new to Python
For those confused about the virtual environment concept.
Those wanting to learn Anaconda's basic usage
3,995
Learners
187
Reviews
85
Answers
4.9
Rating
21
Courses
[Like Lion] Intermediate/Advanced AI Course
[National Institute of Meteorological Sciences] 2022, 2023, 2025 Meteorological AI Boost Camp
[Samsung Electro-Mechanics] Advanced Software Course for New Employees
[Korea Institute of Human Resources Development in Science and Technology] Long-term Mentoring for Strengthening R&D Implementation Capabilities
[Korea Institute of Human Resources Development in Science and Technology] E-learning content production for R&D professional courses
[Korea Institute of Human Resources Development in Science and Technology] Research Data Visualization Course for Postdoctoral Researchers
[Wonkwang University] Wonkwang University AI Collective Training and AI Short/Long-term Courses
[National Information Society Agency] SW Education for Women Professionals
[SK m&service] Data-Driven Decision Making
[Korea IT Business Promotion Association] ICT COG Academy
[Seoul Metropolitan Office of Education] Training in New Technology Fields
[KT] KT AI Competency Enhancement Course
[K-ICT] Data Safe Zone Analysis Camp
[Gyeonggi-do Business & Science Accelerator] Vision AI for Beginners
[Gyeonggi Business & Science Accelerator] Introduction to Data Analysis with Python
[Seoul National University of Science and Technology] Advanced AI Utilization Training
[Seoul National University] AI Utilization Capacity Building Training
[HD Korea Shipbuilding & Offshore Engineering] AIC AI Research Position Competency Assessment Development
[Multicampus] Mastering Core Machine Learning Algorithms: From Principles to Implementation
[Fast Campus] A Mathematical Approach to Deep Learning
[패스트캠퍼스] Machine Learning and Data Analysis A-Z: All-in-One Master Class
[Fast Campus] Byte Degree Lv.2 Deep Learning Essentials
[Fast Campus] Deep Learning & AI Super Gap
[Fast Campus] Computer Science Super Gap VER.2
Analysis A-Z [Fast Campus] Byte Degree Lv.2 Deep Learning Essentials [Fast Campus] Deep Learning AI Super Gap [Fast Campus] Computer Science Super Gap VER.2
All
18 lectures ∙ (2hr 29min)
Course Materials:
1. Orientation
05:55
All
27 reviews
5.0
27 reviews
Reviews 1
∙
Average Rating 5.0
5
Your teaching skills are really good. I'm getting so much help!! Thank you
Thank you~! I'll see you again with even better lectures😃
Reviews 1
∙
Average Rating 5.0
5
I was able to accurately understand the virtual environment setup using conda. I could feel that the instructor carefully structured the step-by-step configuration in this lecture.
Thank you~! I'll do my best to provide even better lectures😃
Reviews 3
∙
Average Rating 5.0
5
Thank you for making the program settings so easy to understand and explaining them in such detail.
Thank you. I'm glad it was helpful!
Reviews 14
∙
Average Rating 3.9
5
Instructor Shin Kyung-sik is the truth. The best excellent lectures - I've registered for all of his courses. ~
Thank you😃 I'll create many more great lectures~!
Reviews 7
∙
Average Rating 4.7
5
It's easy to understand because you explain each concept and principle clearly and accurately!
Thank you! 😃
Check out other courses by the instructor!
Explore other courses in the same field!
Free