[PYTHON] Qiita's first post (the reason for starting)

50005_eyecatch3-thumb-1000x600-8844.jpg

Nice to meet you. I'm learning Python on my own. I will post it little by little from now on.


** [Why started programming] **

I became interested in programming after the qualification test called G (generalist) test sponsored by the Japan Deep Learning Association (hereinafter referred to as JDLA). Python is often used for artificial intelligence and machine learning, and it was written that it was simple and easy to learn even for beginners, so I decided to learn it first. d28865-21-242855-0.jpg As a result, I passed the exam, but the content of the exam questions was too difficult, so I took the exam in an air-conditioned room in the summer, but I miss the problem while writing cold sweat. Lol


【code】

This is a simple for statement.


for i in range(5):
   print(i)

** [Result] **

0
1
2
3
4

This time, it was my first post, so I made it a simple for sentence. I would like to gradually improve the quality of posts.


see you! !! ** ** arrow_next_41479-300x300.jpg

Recommended Posts

Qiita's first post (the reason for starting)
Kaggle for the first time (kaggle ①)
Kaguru for the first time
Introducing yourself at Qiita for the first time (test post)
[For self-learning] Go2 for the first time
See python for the first time
Start Django for the first time
I tried tensorflow for the first time
MongoDB for the first time in Python
Let's try Linux for the first time
I tried using scrapy for the first time
[Note] Deploying Azure Functions for the first time
I tried python programming for the first time.
Image processing? The story of starting Python for
I tried Mind Meld for the first time
Try posting to Qiita for the first time
What I got into Python for the first time
I tried Python on Mac for the first time.
Register a task in cron for the first time
I tried python on heroku for the first time
For the first time, I learned about Unix (Linux).
AI Gaming I tried it for the first time
The first GOLD "JDBC"
The first GOLD "Function"
What is a dog? Django--Getting Started with Form for the First Time POST Transmission Volume
That ... can't you see the process you're running? The reason for
Summary of stumbling blocks in Django for the first time
I tried the Google Cloud Vision API for the first time
If you're learning Linux for the first time, do this!