What you can do with Python

Tech-Joho TOP > Introduction to python > Lecture #2 What you can do with Python

What is Python

Python is one of the most popular programming languages

https://www.python.org/

Python is simple and easy to write, read codes written by others. Python is easy for beginners.

In addition to that, Python is expandable, can be used for professional programs.
As a result, this is because Python is popular in academic communities for a long time.

Recently, Python is used for creating Web services such as Instagram, YouTube, or used as artificial intelligence and machine language.

Python can also useful to create the app for PCs, but this is not popular. You can create multimedia application such as games or movie apps by Python.

You can develop your own Python apps, or try using AI technologies after referring to this site articles referring to this site articles..

Let’s read articles linked below.

PythonでTwitterからツイートを収集する(Japanese)

Python DjangoでWebアプリケーションを作ってみる(Japanese)

Webサイトから定期的に情報を取得する(スクレイピング)(Japanese)

Pythonでお絵かきしてみる(Japanese)

Pythonでディープラーニングしてみる(AWS Cloud9/Keras)(Japanese)

Python and snake

The featuring image of this page is a snake. Python is a kind of snake, and its logo resembles a snake.

The origin of the name of Python as a programming language is the British comedy group Monty Python.

https://en.wikipedia.org/wiki/Python_(programming_language)

Services where Python is used for development

Instagram

The quickest way to understand what you can do with Python is to look at the web services that are actually (or at least) built using Python.

Let’s look at some Python services.

Instagram

Instagram, a beautiful photo sharing service is created using Python and Django.

Django is a very famous web-app framework using Python.

Reference

https://engineering.instagram.com/what-powers-instagram-hundreds-of-instances-dozens-of-technologies-adf2e22da2ad

You can learn how to create web services reading an article of this site.

Let’s create a web service using Python(Japanese)

Youtube

YouTube

The world’s largest movie sharing service is YouTube. It is also developed using Python.

Google seems to love Python, because many services of Google used Python.

Reference http://highscalability.com/blog/2012/3/26/7-years-of-youtube-scalability-lessons-in-30-minutes.html

You can trywith Python

This site is now preparing detailed tutorials for developing services with Python.

PythonでTwitterからツイートを収集する(Japanese)

Python DjangoでWebアプリケーションを作ってみる(Japanese)

Webサイトから定期的に情報を取得する(スクレイピング)(Japanese)

Pythonでお絵かきしてみる(Japanese)

Pythonでディープラーニングしてみる(AWS Cloud9/Keras)(Japanese)


Use these as a guide create marvelous services like YouTube or Instagram!


Tech-Joho TOP > Introduction to python > Lecture #3 Simple calculation