natsuki.hashnode.devCS50 Python Week 1 Conditionalshttps://cs50.harvard.edu/python/2022/weeks/1/ YouTube cs50.dev Problem Set 1 > # greater than >= # greater than or equal to < # less than <= # less than or equal to == # equal to != # not equal to if if - youtube code compare.py x = int(inp...Mar 29, 2024·4 min read
natsuki.hashnode.devWeek 0 Functionshttps://cs50.harvard.edu/python/2022/weeks/0/#week-0-functions hello.py code hello.py print("hello, world") Command-line Interface python hello.py Functions, Arguments, Side Effects functions print() is a function arguments inside of () a ar...Mar 28, 2024·4 min read
natsuki.hashnode.devI have started Front-End Development Certificate by MetaHi, I am Natsuki from Japan. In October 2023 I started to learn front-end development in Coursera. And I have just finished my first course(Introduction to Front-End Development). Now I started my next course, Introduction to JavaScript. In the readi...Nov 4, 2023·1 min read
natsuki.hashnode.dev10 websites every developer should follow by Adrian TwarogIf you are learning to code or program, you need resources to learn. This video helps you to find good resources. And this article gives you a list of the resources that the video includes. so if you need just a list, please take a look. and if you n...Mar 27, 2023·1 min read
natsuki.hashnode.devHi, I am Natsuki. This is first article on HashnodeHello, I am Natsuki from Japan. I am learning programming and UX design to be a UX designer who can program. I am going to write programming-related articles here on Hashnode.Mar 27, 2023·1 min read