See python for the first time

images.jpeg Python is powerful... and fast; plays well with others; runs everywhere; is friendly & easy to learn; is Open.

Before getting started with Python

I've been writing Python more often at work, but I feel that it's easier to read than Java because it can be implemented unexpectedly without any knowledge.

https://www.python.org/about/ On the above Python official homepage

Python is powerful, fast, works well elsewhere, can be run anywhere, is friendly, easy to learn, and open.

I think it's a self-proclaimed language for the time being, it's a simple and cool language. My knowledge of Python is vague and it's a good opportunity, so I'll try it for the first time in earnest.

Let's create a Python execution environment on Ubuntu 15.04

Try installing Python 3.4.3 by referring to the link below. https://www.youtube.com/watch?v=aYUH08BM37g

Open Terminal with [Ctrl] + [alt] + [t]. Step1. Install the OpenSSL package sudo apt-get install libssl-dev openssl Step2. Move to the opt directory cd /opt Step3. Download the latest Python compressed file from the official Python homepage sudo wget python.org/ftp/python/3.4.3/Python-3.4.3.tgz Step4. Unzip sudo tar -xzvf Python-3.4.3.tgz Step5. Move to Python-3.4.3 directory cd Python-3.4.3 Step6. Execute configure to create Makefile ./configure Step7. Compile make Step8. Install sudo make install Step9. Create a hard link sudo ln -fs /opt/Python-3.4.3/python /usr/bin/python

Done!

I will move it for the time being

Step1. Create a trial python script.

sample.py


#!/usr/bin/env python

def main():
    print("Nanka nemui")

if __name__ == '__main__':
    main()

Step2. Run in Terminal

yuta@Aspire:~/Desktop$ python sample.py
Nanka nemui

Deta

-There are Python ver 2.x and ver 3.x, but what's the difference? It seems that the 2.x series has been a minor update, so I'm not sure.

Recommended Posts

See python for the first time
Kaggle for the first time (kaggle ①)
Kaguru for the first time
I tried python programming for the first time.
First time python
What I got into Python for the first time
I tried Python on Mac for the first time.
I tried python on heroku for the first time
First time python
[For self-learning] Go2 for the first time
Start Django for the first time
I tried tensorflow for the first time
Python Master RTA for the time being
Let's try Linux for the first time
Differences C # engineers felt when learning python for the first time
I tried using scrapy for the first time
How to use MkDocs for the first time
Use logger with Python for the time being
[Note] Deploying Azure Functions for the first time
I tried Mind Meld for the first time
Try posting to Qiita for the first time
A useful note when using Python for the first time in a while
Since I'm free, the front-end engineer tried Python (v3.7.5) for the first time.
Run with CentOS7 + Apache2.4 + Python3.6 for the time being
[Python] Measures and displays the time required for processing
Register a task in cron for the first time
For the first time, I learned about Unix (Linux).
AI Gaming I tried it for the first time
First Python 3 ~ The beginning of repetition ~
Summary of stumbling blocks in Django for the first time
[Understand in the shortest time] Python basics for data analysis
Python (from first time to execution)
What is the python underscore (_) for?
I tried the Google Cloud Vision API for the first time
The first step in Python Matplotlib
Command for the current directory Python
If you're learning Linux for the first time, do this!
What kind of environment should people who are learning Python for the first time build?
Understanding the python class Struggle (1) Let's move it for the time being
Let's touch Google's Vision API from Python for the time being
Try using FireBase Cloud Firestore in Python for the time being
Introducing the BOT framework Minette for Python
Qiita's first post (the reason for starting)
Continuously play the first Python Sukusta MV
Launch the Discord Python bot for 24 hours.
Call the python debugger at any time
Pandas of the beginner, by the beginner, for the beginner [Python]
Python environment preparation (venv first time use)
The story of releasing a Python text check tool on GitHub x CircleCI for the first time
The story of returning to the front line for the first time in 5 years and refactoring Python Django
What I learned by writing a Python Pull Request for the first time in my life
2016-10-30 else for Python3> for:
python [for myself]
I tried logistic regression analysis for the first time using Titanic data
[Python] [Machine learning] Beginners without any knowledge try machine learning for the time being
python time measurement
First Python ~ Coding 2 ~
First python [O'REILLY]
Impressions and memorandums when working with VS code for the first time
For the first time in Numpy, I will update it from time to time
CERTIFICATE_VERIFY_FAILED in Python 3.6, the official installer for macOS