Python Summary

pip pip is a command to manage Python packages

Installation

curl -kL https://raw.github.com/pypa/pip/master/contrib/get-pip.py | python

Update pip itself

$ pip install --upgrade pip

Search for packages

$pip search package name

Library

json https://docs.python.org/2/library/json.html

import json

FILEIN = 'sample_in.json'

f = open(FILEIN, 'r')
data = json.load(f)
f.close()

Recommended Posts

Python Summary
Python summary
Python tutorial summary
python related summary
Python basics summary
Summary about Python scraping
Python Django tutorial summary
Python
Summary about Python3 + OpenCV3
Python function argument summary
Python directory operation summary
Python AI framework summary
Python iteration related summary
Summary of Python arguments
Python3 programming functions personal summary
Summary of python file operations
Summary of Python3 list operations
What's new in Python 3.10 (Summary)
Standard input / summary / python, ruby
Python class member scope summary
Python web programming article summary
python pandas study recent summary
Python Competitive Programming Site Summary
Python data type summary memo
Face detection summary in Python
What's new in Python 3.9 (Summary)
Python Crawling & Scraping Chapter 4 Summary
kafka python
Python basics ⑤
python + lottery 6
Built-in python
Python comprehension
Python technique
Studying python
samba summary
Python 2.7 Countdown
Python memorandum
Python FlowFishMaster
Python service
python tips
Summary if using AWS Lambda (Python)
python function ①
Python basics
Python memo
ufo-> python (3)
Python comprehension
Django Summary
install python
Python Singleton
R / Python coding rule link summary
Python basics ④
python-pptx summary
Python Memorandum 2
python memo
Python Jinja2
Python increment
atCoder 173 Python
[Python] function
Python installation
A brief summary of Python collections
Machine learning summary by Python beginners