#happycode
Explore tagged Tumblr posts
classsicray · 2 years ago
Text
Rest of 2023 👩🏽‍💻💖
I'm at the beginning stages of learning Python. I want to put most of my energy behind that. I'm also going to add to my portfolio with personal projects from previous skills and some Python projects as well!
Tumblr media
0 notes
viivi1432 · 2 years ago
Text
Day 6 of 100 Days Coding Challenge
Completed LeetCode Daily Challenge. Learned how to set up React native. Got frustrated while setting up react native and suffered from many errors, gonna fix them tomorrow! HappyCoding! ^^
10 notes · View notes
codefurydev · 1 year ago
Text
Code Crusaders, unite! ⚔️
Tired of deciphering messy code battlefields? Here's your secret weapon:
ESLint: Your coding drill sergeant, enforcing order and consistency. Prettier: Your code stylist, transforming chaos into clean, beautiful lines. ✨
Together, they're the ultimate power couple for maintaining a peaceful and aesthetically pleasing codebase. #ESLint #Prettier #happycoding
P.S. What are your favorite tools for keeping your code in tip-top shape? Share them in the comments!
0 notes
teachingismypassion · 1 year ago
Text
Results
Tumblr media Tumblr media
I was able to attempt my first digital clock! It was challenging at many times and I had to go back and forth, making sure everything was alright. But, I gotta say, I'm pretty impressed with myself.
</Conclusion>:
It’s quite extraordinary what just a bit of coding can do. It can completely change a website or program.
Throughout this whole process, I learned how it takes time to create one long sequence (as I like to call it), to creating even a small program, such as a digital clock. However, after practicing coding, I began to understand the logistics behind coding. And, I began to understand how it can be beneficial to anyone, especially to students. While I attempted to create a clock, I noticed how I kept running into obstacles throughout the “sequence,” and these little obstacles allowed me to problem solve (a skill, where students can strengthen overtime!) [*hint hint, a mathematical term*].
Coding has a lot to do with math and trying to solve a problem. Essentially, by going back to the problem and seeing the mistake and trying to solve it. Therefore, I believe this may help students with their mathematical skills as well. On the other note, I noticed I was inputting the information in order to command an action.
I hope this blog may be used as a guide for other teachers to utilize and for myself, to be able to go back, and use these valuable resources.
I really enjoyed going through this process because I believe coding can be enlightening. It holds so much potential and many jobs have been created from it. In the digital world we live in today, our technology is constantly improving. It's important to understand different fields of education. This will allow children to explore different types of fields, one as creative and interactive, as this one!
#Reachingnewheights
And, oh yeah...
#Happycoding
Signing out
0 notes
evil-alex · 2 months ago
Text
cgat this is so crazies oh my gahh im so happycoded rn
Tumblr media
I deserve lots of loving and kissing actually
17 notes · View notes
paracoders-blog · 5 years ago
Photo
Tumblr media
Do you like python? . . . . #paracoders . . . . #photooftheday #picoftheday #instadaily #instalike #instacool #smile #instagood #happycode #tweegram #amazing #pythonprogramming #python3 #pythoncode #python #pythonbooks #pythonprogrammer #pythonlanguage #pythonsofinstagram #pythononlinetraininginindia #pythononlinecourse #follownow #followmeplease #likeforfollow #like4follow #followforlike #programmer #coding #programminghumour #programmingjoke (at Indore, India) https://www.instagram.com/p/B_waiOXgEAt/?igshid=19zairqk1316e
0 notes
rootwaysinc · 3 years ago
Link
Tumblr media
4 notes · View notes
coderspyltd · 4 years ago
Text
CoderSpy
Committed to People, Committed to the Future
1 note · View note
jdnichollsc · 5 years ago
Photo
Tumblr media
Feliz día internacional de la Astronomía! 💫🔭📡🚀👨‍🚀 #Coders #dev #devs #100daysofcode #js #html #css #astronomy #universo #universe #developer #web #space #planet #stars #solarsystem #happycoding https://codepen.io/jdnichollsc/full/yLYogYz https://www.instagram.com/p/B_tEpVtD0n6/?igshid=1vd2k4qgjlrc6
3 notes · View notes
mihan2go · 5 years ago
Link
Learn Java in the Best & The Simplest Way & Understand Everything. 
#Happy Coding!
1 note · View note
moisrex · 6 years ago
Photo
Tumblr media
It's harder to adjust than it is to abandon. You should keep working on the projects you started and not let them go. Money will come. Be sure to pay more attention to the journey than the goal. . . #happycoding #programming #programmer #codinglife #dev #development #developer #tech #technology #technologies #techie #code #codes #coder https://www.instagram.com/p/Bx51xdagmd3/?igshid=1518luoi6wj1f
5 notes · View notes
teachingismypassion · 1 year ago
Text
Websites
Okay, I don't know if it's just me but has anyone ever looked at websites. And, I mean, really looked at them? These websites are...inspiring, to say the least. These websites will have you thinking, "HOW ON EARTH DO YOU EVEN BEGIN TO MAKE THAT?"
Take for example, the designing that went into Apple's website. It's interactive and engaging: https://www.apple.com. Or, what about: https://www.latimes.com. OR: http://www.mikiyakobayashi.com. OR: https://www.audemarspiguet.com/com/en/home.html. AND, ONE LAST ONE: https://opusgrows.com.
#Happycoding
#Inspiration
0 notes
teknikgg-blog · 6 years ago
Photo
Tumblr media
How to recognise voice in Reactnative? #teknikgg #learnsomthing #happycoding #subscribe our channel Thank you for continuing your contribution #like #share #comment https://youtu.be/Zykvfl9OUEM (at Madurai, India) https://www.instagram.com/p/BwQy7blDsQF/?utm_source=ig_tumblr_share&igshid=whdpsslbesf4
1 note · View note
paracoders-blog · 5 years ago
Photo
Tumblr media
Plz comment,share,like for more updates . . . . . #paracoders . . . . #tips #tricks #art #happycode #codes #tech #technical #technology #technicalanalysis #techtips #program #programers #programmerlife #computerscience #stackoverflow #github #followparty #followmenow #followforfollowback #likeme #likes #like4likeback #followmefollowyou https://www.instagram.com/p/B-ua5YWAJQn/?igshid=yfzwhltcvvtn
0 notes
ravikugupta · 3 years ago
Text
Five Ways To Write Factorial Program In C#
Five Ways To Write Factorial Program In C#
Five Ways To Write Factorial Program In C#Factorial of n is the product of all positive descending integers.Way# 1int i, number, fact;Console.WriteLine(“Enter the Number”);number = int.Parse(Console.ReadLine());fact = number;for (i = number – 1; i >= 1; i–){ fact = fact * i;}Console.WriteLine(“Factorial of Given Number : “+fact);Way# 2public double fact(int num){ if (num == 1) return 1; else…
Tumblr media
View On WordPress
0 notes
writecode4 · 3 years ago
Text
Coercion / python
Tumblr media
During an operation with two arguments of the same type, the implicit conversion of one type's instance to another. For example, int(4.28) converts a floating point number to an integer 4.
   in[]    x = int(4.28)             print(x)  out[]    4
But in 4+2.8, each argument is of a different type (one int, one float), and both must be converted to the same type before they can be added, or a TypeError is raised. Without coercion, the programmer would have to normalize all arguments, even those of compatible types, to the same value, e.g., float(4)+4.5 instead of just 4+2.8.
   in[]    sum = (4 + 4.28)             print(sum) out[]    8.28
1 note · View note