python beginners tried to find out

I checked this and that

I tried to find out about the code used by python beginners

About Pillow

I checked because it is necessary to install pillow to upload images to the blog. A python library that is still under development (openCV for more advanced things) Various processing such as image color conversion and trimming can be performed

pip Used when installing a package. It feels like pip install ##

static_URL The code at the bottom of project name / setting.py. The following URL is easy to understand https://qiita.com/saira/items/a1c565c4a2eace268a07

os.path() Module for using various functions that depend on os File and directory operations are possible os.path.join can join paths and filenames MEDIA_ROOT = os.path.join (BASE_DIR,'media') joins BASE_DIR and media os.path.dirname () returns the specified path minus the filename https://codor.co.jp/django/about-basedir

There is a project name in the folder name, and the app names are in parallel

project folder name ┗ project name ┗ app name

ImageFields Variables for handling image files in model

Recommended Posts

python beginners tried to find out
I tried to find out if ReDoS is possible with Python
Python beginners tried to code some energy drinks
[Python] Find out about pip
3 Reasons Beginners to Start Python
~ Tips for beginners to Python ③ ~
python beginners tried to predict the number of criminals
I tried to find out how to streamline the work flow with Excel x Python ②
I tried to find the entropy of the image with python
I tried to find out the outline about Big Gorilla
I tried to touch Python (installation)
I tried to find out how to streamline the work flow with Excel x Python ④
I tried to find out how to streamline the work flow with Excel x Python ⑤
[Ipdb] Web development beginners tried to summarize debugging with Python
I tried to find out how to streamline the work flow with Excel x Python ③
I tried to solve the ant book beginner's edition with python
[Pandas] I tried to analyze sales data with Python [For beginners]
I tried to implement permutation in Python
Answer to AtCoder Beginners Selection by Python3
[Episode 2] Beginners tried Numeron AI with python
[Episode 3] Beginners tried Numeron AI with python
I tried to implement PLSA in Python 2
Python3 standard input I tried to summarize
I tried to implement ADALINE in Python
[Episode 0] Beginners tried Numeron AI with python
[Episode 1] Beginners tried Numeron AI with python
10 Python errors that are common to beginners
I tried to touch Python (basic syntax)
[Django-Extensions] Web development beginners tried to summarize Django-Extensions
Find out about Cinema 4D's Python environment
I tried to find out how to streamline the work flow with Excel × Python, my article summary ★
I tried to find out the difference between A + = B and A = A + B in Python, so make a note
Updated to Python 2.7.9
I tried to refer to the fun rock-paper-scissors poi for beginners with Python
Mayungo's Python Learning Episode 2: I tried to put out characters with variables
python comment out
Beginners practice Python
I tried to find out what I can do because slicing is convenient
Python beginner's note
I refactored "I tried to make Othello AI when programming beginners studied python"
"Backport" to python 2
Memo # 4 for Python beginners to read "Detailed Python Grammar"
The fastest way for beginners to master Python
Python for super beginners Python for super beginners # Easy to get angry
#Monte Carlo method to find pi using Python
Minimal implementation to do Union Find in Python
[Final story] Beginners tried Numeron AI with python
Memo # 3 for Python beginners to read "Detailed Python Grammar"
[First post] Question ・ How to sweep out python
I tried to get CloudWatch data with Python
Memo # 1 for Python beginners to read "Detailed Python Grammar"
I tried to output LLVM IR with Python
Try to calculate RPN in Python (for beginners)
I tried to implement TOPIC MODEL in Python
I tried to automate sushi making with python
Memo # 2 for Python beginners to read "Detailed Python Grammar"
Memo # 7 for Python beginners to read "Detailed Python Grammar"
I tried to implement selection sort in python
Introduction to Programming (Python) TA Tendency for beginners
Memo # 6 for Python beginners to read "Detailed Python Grammar"
How to make Python faster for beginners [numpy]