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

Studying programming for the first time in high school or university | tech-joho.info for Python self-study | tech-joho.info for Python self-study

Studying programming for the first time in high school or university

This site’s contents are written for those who lean programming languages for the for the first time in high schools, collage or university.

This site picked Python as the main content because it is easy-to-learn programming language for beginners.

Who should see this site

Python is relatively easy to write. It’s them antics is simple. Further, You can understand others’ codes of Python. This is because Python tends to be chosen as the first programming language to learn.


Still, I think that there are many people who do not get into their heads easily.

  • I studied Python on other sites or textbooks, but I gave up it
  • I don’t really like programming or IT
  • Bad to mathematics
  • Bad to science

This site aims to be a useful for such people


This is the list of beginner-level Python lectures in this site.

#1 Python hello world

Start here


Python exercises

We have exercises on the basics of Python them antics.
There are example answers and explanations.
Currently, it’s just a simple problem for people just starting out.

Start here

#1 Python Hello world in your browser | tech-joho.info for Python self-study

Tech-Joho TOP > Introduction to python > Lecture #1 Python Hello world in your browser

Let’s try

Let’s try a simple program for “Hello world” as a first step for Python programming.

If you write directory Python code in the black text area below, you can execute python program.

Input “print(“Hello World”)” , and press the enter key.

If you can see “Hello world”, it is successful.

Explanation

Continue reading “#1 Python Hello world in your browser | tech-joho.info for Python self-study”