Hello, world!
Hello, world! This is gonna be a wild ride. With lots of syntax errors and confusion. It’s time to introduce myself.
My name is ColdSunset. I started coding in November, was learning Javascript but realized it was too hard and confusing for me. I asked a person “What’s the best programming language?” They said “Javascript or Python” Python?? When I started learning it, It was really simple. Javascripts function to print text is by using console.log(). But, Python’s way of doing it is by using print() You don’t wanna know Java’s or Brainf**k way of doing print..
I also learned variables, it’s wayy helpful with formatted strings (or f-strings for short) So, you don’t have to do this messy command
print( I + “ “ + love + “ “ + (dessert!)
Instead you can do this!
print(f”I love {dessert})
Which, is way cleaner than the previous example. The “f” letter tells the program to look for the variable to translate into text. And, also use {} curly braces to use for f-strings.
Easy, right? Python has very easy syntax, and Python works with whitespace alone, with tabs, linespaces, spaces, etc. So, if you missed a tab or did a extra space.. Python is gonna know!
It’s fun learning to code with all those programming languages, Java, Javascript (those are not related or the same!), C, C++, C#, Python, etc. If I master Python, I’ll be mastering C++, next!
My (working) projects are, Discord/Guilded bot. and/or Mad Libs, maybe more! Already installed the guilded.py API. It was a great success, you’ve never seen my reaction when I imported a external library! Started making the first command!
My experiences with Python are doing good so far! I used these tutorials to get me through my journey!
All of these tutorials helped me with my learning and you should check them out! all of them are free! See you guys on the next blog!
hurb
hurb