[PYTHON] The story of writing a program

If you're doing a program lately, The first program I touched when I was in junior high school was N80-BASIC. As I still remember, the following writing was completely in my head.


WIDTH 80,25
CONSOLE 0,25,0,1
LOCATE 0,0
PRINT "HELLO WORLD"

Of course, when I hit this code back then, Just point the interpreter at an inorganic cursor I don't have any help. .. ..

So to speak, writing a program It's still the same, he's a really inorganic guy.

Well, today's topic, Starting with a new programming language and development environment After all, like the program Hello, Greetings are important.

Not only in the program world, but also in the real world If one greeting is passed, the other party will tell you something.

Even if you just get close to the other person without knowing anything That's why you have a troubled face just like Chimpung Kampung In the worst case, you'll just be repelled to go over there.

The story is a little derailed, but ...

When I first went on a college graduation trip, in transit at an American airport I left my ticket in my caster case And I managed to explain the crisis to a black woman at the airport counter, "No ticket! No ride!" However, I still remember being really driven back.

After that, I think I can use Japanese from the help desk at the airport. An old man came and took me to the baggage claim.

Because the characteristics of my bag were close to silver Say "gold" and somehow pull back the bag, I was able to get a ticket.

The horror of that time and the friends I went with were laughing at me This is the first episode of an overseas trip that I still remember. (A nostalgic video became a hot topic at the alumni association, and I still post it on YOUTUBE) https://www.youtube.com/watch?v=joamkkQdKQw

Well, aside from such a derailment story, the main subject is, In other words, what does the program language write first? The rule is always the same, If you don't know that, you can't put out your hands or feet at all.

From the chatbot side, "What should the customer write?" Can you kindly tell me the beginning of the code?

At least when AI came out, I seriously said that there was a shortage of engineers. Gap of communication with computer I hope it will be filled.

That's why today's topic is starting to learn recently. So that even beginners can understand the beginning of the program language I will try to summarize it in my own way.

python ---> import

In the case of python, it is an import statement. This wouldn't be wrong.

C# ---> using

In the case of C #, it's the using clause. It's not the beginning of enka.

C --->  #include < >

I remembered it a while ago, so I'll add it c ++ may be basically the same,

node.js ---> require()

I dare not mention JavaScript that gets stuck in HTML

VB.NET ---> Imports

Unfortunately, there is no such convention in VBA. I will write it in the case of VB.NET.   JAVA ---> import

I have never used JAVA personally, so I will write it down as knowledge

Other

Typescript RUBY PHP GO

I wonder if there are many. I don't know for now.

By the way, such a greeting is Hello to the other person In that case, of course, it is necessary, For example, trying to get a glimpse of someone else's conversation It is the same even if you open GITHUB etc.

First of all, from this greeting Everything starts, I have to unravel from here The program is completely incomprehensible.

This greeting is very important and For example, the manners of the other country It is packed with general knowledge such as customs and culture.

Especially recently, I've been talking about namespaces (You don't have to name the namespace) In the first place, this is just a tree-structured directory It's a name, and I want you to say it that way.

Besides, virtual space is called ENV in PYTHON. It is made, but if you say this too It's just the name of a temporary folder. (It is this IT engineer who says difficult things that are really difficult It's an unpleasant rule, and that's why it's roundabout It's a kind of disgusting culture that doesn't accept beginners)

And the recent object thinking is In the olden days, one craftsman started his own business, Gradually hiring more people and working systematically It's like building more and more departments.

Generally speaking, programs are the rules of the real world. It is said that common sense and rules are pushed into the storage area of the personal computer. It ’s just that, but I do n’t accept beginners. There is a unique atmosphere.

That's why, the more the world in the future becomes an IT society, the more These advanced engineers and home engineers are on their own I want to make a hole in the infested world.

Recommended Posts

The story of writing a program
The story of blackjack A processing (python)
The story of sys.path.append ()
The story of making a lie news generator
The story of making a mel icon generator
Latin learning for the purpose of writing a Latin sentence analysis program (Part 1)
The story of building Zabbix 4.4
[Apache] The story of prefork
The story of launching a Minecraft server from Discord
A story that reduces the effort of operation / maintenance
[Python] A program that counts the number of valleys
The story of making a music generation neural network
A story about changing the master name of BlueZ
Zip 4 Gbyte problem is a story of the past
A story that analyzed the delivery of Nico Nama.
[Python] A program that compares the positions of kangaroos.
The story of creating a VIP channel for in-house chatwork
The story of Python and the story of NaN
The story of participating in AtCoder
A story about improving the program for partial filling of 3D binarized image data
The story of the "hole" in the file
The story of remounting the application server
The story of creating a database using the Google Analytics API
The story of making a question box bot with discord.py
A story stuck with the installation of the machine learning library JAX
A story that struggled to handle the Python package of PocketSphinx
The story of making a standard driver for db with python.
The story of making a module that skips mail with python
[Python] A program that rotates the contents of the list to the left
Create a compatibility judgment program with the random module of python.
The story of trying to reconnect the client
The story of an error in PyOCR
The story of verifying the open data of COVID-19
The story of adding MeCab to ubuntu 16.04
The story of making Python an exe
Measure the relevance strength of a crosstab
A quick overview of the Linux kernel
The story of manipulating python global variables
[python] [meta] Is the type of python a type?
The story of deciphering Keras' LSTM model.predict
A memo explaining the axis specification of axis
Set the process name of the Python program
Get the filename of a directory (glob)
Notice the completion of a time-consuming command
[Python] A program that rounds the score
A story that visualizes the present of Qiita with Qiita API + Elasticsearch + Kibana
The story of a Parking Sensor in 10 minutes with GrovePi + Starter Kit
[Python] A program that calculates the number of chocolate segments that meet the conditions
[Python] A program that calculates the number of socks to be paired
The story of having a hard time introducing OpenCV with M1 MAC
The story of developing a web application that automatically generates catchphrases [MeCab]
The story of making a sound camera with Touch Designer and ReSpeaker
Allow Slack to notify you of the end of a time-consuming program process
The story of the escape probability of a random walk on an integer grid
A story about writing a program that automatically summarizes your own asset transitions
I made a program to check the size of a file in Python
A story about creating a program that will increase the number of Instagram followers from 0 to 700 in a week
How to calculate the volatility of a brand
The story of doing deep learning with TPU
The story of low learning costs for Python
Get the caller of a function in Python