#firstcode
Explore tagged Tumblr posts
zacherycds · 5 years ago
Video
tumblr
Hello Everyone! Thank you for using my code, it fills me with joy when I see them around. This code may not be for you, as the code looks modern. The image might look like its merged with the side text, but id you move the break between the code and the results, it'll come better. The same applies for the bottom text boxes. You may edit everything just the way you want, but Do Not take the credit out, no matter how diffrent it looks. This is my first article/lesson code, so it may look scratchy. You know the only rules, NEVER take the credit. DO NOT claim as your own, and NEVER post it on your blog/website, it will look like it was made by you. Anyways, have fun! <3
∘◦ ☆ ◦∘Links∘◦ ☆ ◦∘
Codepen Pastebin W3Schools
0 notes
programmingbeast · 5 years ago
Text
How to write your first simple program with Python?
Bonus tip: If you want to learn python or in a fun way being a beginner, you should try this unique app which will help you to learn and practice programming and also you can get help from their forum inside the app where you can interact with others. Here is the google play store link to the app - https://onelink.to/proghero2
Tumblr media
Tradition dictates that Hello World! be the first program that you write when you’re learning a new programming language like Python. You’re following in the footsteps of many great programmers when you create this project.
To create your Hello World! program, follow these steps:
Open your Start menu and choose Python (command line).
You should get a prompt that looks like >>>.
At the moment, you’re doing everything in interactive mode in the Python interpreter. That’s where the >>> comes in. Python shows you >>> when you’re supposed to type something.
At the prompt, type the following. Use a single quote at the start and the end — it’s beside the Enter key: print('Hello World!')
Press the Enter key. Python runs the code you typed.
You see the output shown in Figure 1. Congratulations — you’ve written your first program. Welcome to the Python-programmers-in-training club.
Figure 1: Your Hello World! The program is ready for more instructions.
If you don’t see what’s in Figure 1, check that you typed in the text from Step 2 exactly as it’s written:
Check that the parentheses and single quotes are in the right places.
Check that for each opening parenthesis there is a closing parenthesis. (Otherwise, you’re left hanging.
Check that for each opening quote there’s a closing quote.
1 note · View note
savyangel94 · 6 years ago
Photo
Tumblr media
Using my masks from @flawlessbyfriday and I’m loving them! I like that the top and bottom parts of the mask are separate! Much easier than sheet masks I’ve tried in the past. On day 4 of the 5 day Facial Mask System! Use the code Savy30 for 30% off the entire site! #helpagirlout #firstcode #helpmeoutplease #sheetmask #sheetmasks #5dayfacialmasksystem #ambassador #brandambassador #couponcode #30percentoff https://www.instagram.com/p/Brv5AA-FKDH/?utm_source=ig_tumblr_share&igshid=1f30htt0nmynp
1 note · View note
learningtechmedia · 5 years ago
Video
youtube
4. Hello World Code with Eclipse | JAVA Programming বাংলা টিউটোরিয়াল
0 notes
bilwajoglekar · 6 years ago
Photo
Tumblr media
I was still exploring other commands in this language and decided to go old-school and decided to draw a simple house with easy shapes..which turns out was’nt that easy and I had to really brush my mathematical skills a little but that was just the beginning of it :P 
Tumblr media
The first image above shows the final output and I will now share some progress images and some of my experiences while doing it. I started off with a base line which I decided to place at 3/4th point on the canvas and began to draw a rectangle defining the coordinates of the same.
I then studied function of triangle and quads and worked on some math to place them correctly... after a few of trial and errors I came up with the triangle in the second picture (struggled a little bit to set the angles of triangles and Quad right)
The thing that really helped me in staying focused is that I knew what my end product was.. it was then just a matter of understanding the math and logic behind it.
I began to first understand the concept of how functions like triangle, Quad, Line works and then figuring out the coordinates and that saved a lot of time of trial and errors. As much as fun it is to review the trial and error stages I feel like if the concept is clear it is easier to navigate and try more options.
Also i felt that understanding the canvas size and then coding in relative to the size of canvas was helpful.
I thought drawing a line must not be that hard, but turns out it actually is a little hard to get it right in the first go!
So.. here it is my First house in the Java.! Hope you guys like my experience! :) 
Tumblr media Tumblr media
Here is the code for those who are interested:
void setup() {  size(800, 600); }
void draw() {  fill(#8D5725);  //firstdoor  rect(width/3, height/2, 80, 120);  fill(#FFE745);  rect((width/2)-120, (height/3)+160, 40, 60);  fill(#8D5725);  //roof  triangle(width/3, height/2, (width/3)+40, height/3, (width/3)+80, height/2);  fill(#8D5725);  rect((width/3) + 80, height/2, 250, 120);  fill(#CD6A0F);  quad((width/3)+40, height/3, (width/3)+290, height/3, (width/3)+330, height/2, (width/3)+80, (height/2));  fill(#000000);  textAlign(CENTER);  textSize(50);  text("The House", width/2, 500);  fill(#FFE745);  ellipse(width/4, height/6, 100, 100);  line(0, 420, width, 420); }
0 notes
sekerlibalon · 4 years ago
Photo
Tumblr media
#appinventor #arduinoblocks #ogretmen #öğretmen #eğitim #egitim #roboticcode #roboticcode2020 #robotik #özelders #ders #egitmen #education #ilkokul #ortaokul #firstcoding #code #codeweek #programmingrobots #robot #diy https://www.instagram.com/p/CSpqWxKjTnS/?utm_medium=tumblr
1 note · View note
thetechaffairs-blog · 5 years ago
Photo
Tumblr media
How many of you still remember your first HELLO WORLD coding? 😅😅😂😂 Follow @thetechaffairs1 #helloworld #helloworld🌎 #firstprogram #firstcoding #java #coding #informationtechnology #itlife #programmer #programmerlife #thetechaffairs (at Chennai, India) https://www.instagram.com/p/CEo4JktpN0J/?igshid=p1pry1pj4p2n
0 notes
itomuraaa · 5 years ago
Text
HelloWorld.java
public class HelloWorld {
          public static void main(String[] args) {                     System.out.println(”Hello World”);
          }
}
0 notes
jereghi-marin · 8 years ago
Photo
Tumblr media
My first code review
#firstcode #review #lol #memories
0 notes
savyangel94 · 7 years ago
Photo
Tumblr media
https://www.flawlessbyfriday.com?rfsn=2086533.a3f3f8&utm_source=refersion&utm_medium=affiliate&utm_campaign=2086533.a3f3f8 I got my first code! 30% off site wide for anyone using the code- Savy30 I will get commission on it, but please help me get my first paycheck from my make up endeavor! Thank you so much! #flawlessbyfriday #couponcode #30percentoff #makeup #skincare #firstcode #soexcited #helpmeoutplease #help #helpagirlout https://www.instagram.com/p/Brg-WTVl7pR/?utm_source=ig_tumblr_share&igshid=10pz1ea7vslj9
0 notes
learningtechmedia · 5 years ago
Video
youtube
3. First code using notepad & PowerShell | JAVA Programming 
0 notes
sekerlibalon · 4 years ago
Video
instagram
cnc plotter Xy plotter # #arduino #robotik #robotics #coding #robotikeğitimi #eğitim #öğretmen #özelders #ders #egitmen #ilkokul #ortaokul #firstcoding #code #codeweek #education #handmade #roboticcode #robot https://www.instagram.com/p/CSeEG_2HcfF/?utm_medium=tumblr
0 notes
sekerlibalon · 4 years ago
Photo
Tumblr media
Block Programming... #arduino #robotik #robotics #coding #robotikeğitimi #eğitim #öğretmen #özelders #ders #egitmen #ilkokul #ortaokul #firstcoding #code #codeweek #education #handmade #roboticcode #robot https://www.instagram.com/p/CSd7pmQrrG4/?utm_medium=tumblr
0 notes
sekerlibalon · 4 years ago
Photo
Tumblr media
Logic Kapılar & Logic Gates #robotik #mblock #homemade #elektronik #blokprogramlama #algoritma #scratch #arduinoeğitim #mitappinventor #appinventor #arduinoblocks #ogretmen #öğretmen #eğitim #egitim #roboticcode #roboticcode2020 #robotik #özelders #ders #egitmen #education #ilkokul #ortaokul #firstcoding #code #codeweek #programmingrobots #robot #diy https://www.instagram.com/p/CVtQK1ML4e7/?utm_medium=tumblr
1 note · View note
sekerlibalon · 4 years ago
Photo
Tumblr media
Lojik Kapılar & Logic Gates #robotik #mblock #homemade #elektronik #blokprogramlama #algoritma #scratch #arduinoeğitim #mitappinventor #appinventor #arduinoblocks #ogretmen #öğretmen #eğitim #egitim #roboticcode #roboticcode2020 #robotik #özelders #ders #egitmen #education #ilkokul #ortaokul #firstcoding #code #codeweek #programmingrobots #robot #diy https://www.instagram.com/p/CVtP5IJrbvz/?utm_medium=tumblr
1 note · View note
sekerlibalon · 4 years ago
Photo
Tumblr media
Kapasitörler Kondansatörler Hakkında #robotik #mblock #homemade #elektronik #blokprogramlama #algoritma #scratch #arduinoeğitim #mitappinventor #appinventor #arduinoblocks #ogretmen #öğretmen #eğitim #egitim #roboticcode #roboticcode2020 #robotik #özelders #ders #egitmen #education #ilkokul #ortaokul #firstcoding #code #codeweek #programmingrobots #robot #diy https://www.instagram.com/p/CVr_N6kLDl0/?utm_medium=tumblr
1 note · View note