Category: PYTHON
-
2019.12.15(pm): Virtual Environment Management with Anaconda
If you are using anaconda, you will see that the command is set to base and root. Virtual environment management is essential and important when using Python. Today, let’s look at how to create and manage virtual environments in Anaconda. Here are the commands: To check your Python version, use the bleow command to check…
-
2019.11.03(pm): How to install Anaconda and Jupyter Notebook
Anaconda Anaconda is a development platform that gathers open source for Python-based data analysis. Anaconda’s advanced package manager allows you to get the most out of Python. Another advantage of Anaconda is that the virtual environment manager can efficiently configure the development environment for each project. Download https://www.anaconda.com/download/ If you have anaconda installed, check the…
-
2019.06.10(am): How to draw graphic using hexagon with python turtle
fd() means forward, bk() means back and rt() or It() means tilt right by certain angle.