Create a directory with python

import os

path = "./sample"
os.mkdir(path)

Recommended Posts

Create a directory with python
Create a virtual environment with Python!
Create a Python function decorator with Class
Build a blockchain with Python ① Create a class
Create a Python module
Create a dummy image with Python + PIL.
[Python] Create a virtual environment with Anaconda
Let's create a free group with Python
Create a Python environment
Create a frame with transparent background with tkinter [Python]
Create a LINE BOT with Minette for Python
Create a virtual environment with conda in Python
Create a page that loads infinitely with python
[Note] Create a one-line timezone class with python
You can easily create a GUI with Python
Create a python3 build environment with Sublime Text3
Create a color bar with Python + Qt (PySide)
Steps to create a Twitter bot with python
Create a decision tree from 0 with Python (1. Overview)
Create a new page in confluence with Python
Create a Photoshop format file (.psd) with python
Create a Python console application easily with Click
Create a Wox plugin (Python)
Create a function in Python
Create 3d gif with python3
Create a homepage with django
Create a python numpy array
Make a fortune with Python
Create a heatmap with pyqtgraph
Get home directory with python
Build a python environment for each directory with pyenv-virtualenv
[Python] Create a ValueObject with a complete constructor using dataclasses
Why not create a stylish table easily with Python?
[Python] Create a Tkinter program distribution file with cx_Freeze
Create a fake Minecraft server in Python with Quarry
Create a company name extractor with python using JCLdic
Create a 2d CAD file ".dxf" with python [ezdxf]
[Python] What is a with statement?
Solve ABC163 A ~ C with Python
Operate a receipt printer with python
Create Awaitable with Python / C API
Create a DI Container in Python
Let's make a GUI with python.
Create folders from '01' to '12' with python
Solve ABC166 A ~ D with Python
Create a Python environment on Mac (2017/4)
Create an Excel file with Python3
I made a fortune with Python.
Building a virtual environment with Python 3
Create python directory Support if directory exists
Solve ABC168 A ~ C with Python
Make a recommender system with python
Create a python environment on centos
Solve ABC162 A ~ C with Python
Create a Python general-purpose decorator framework
Solve ABC167 A ~ C with Python
Create a Kubernetes Operator in Python
Solve ABC158 A ~ C with Python
Let's make a graph with python! !!
Create a poisson stepper with numpy.random
Create a random string in Python