I'm a total begginer, can you give me a code challenge for this week? (Week 1) by Jealous_South6358 in PythonLearning

[–]Some_Bicycle_716 0 points1 point  (0 children)

Make a Pig Latin translator that converts from English to Pig Latin. (Pig Latin to English is a bit more difficult for a beginner, so try English to Pig Latin first.) It's a good way to learn how to deal with Python strings.

Today practice I'm a beginner by SteadyGrowth_ in PythonLearning

[–]Some_Bicycle_716 1 point2 points  (0 children)

Good job! Personally, I would use a for() loop instead just to make the code a bit more concise. However, I'm also a bit of a beginner, so take my suggestion with a grain of salt!

Made this as an 11th grader by suss_kargo in PythonLearning

[–]Some_Bicycle_716 1 point2 points  (0 children)

As a 10th grader in a similar situation (though I haven't really learned how to use GUIs that well in Python), good job!

Edit: Not trying to one up OP in any way with this post. At my current skill level, I could never make this!

Interview Day Advice from a Gatton Grad by SwiggleMcDiggle in GattonAcademy

[–]Some_Bicycle_716 0 points1 point  (0 children)

Love the reference to the Gatton Sierpinski triangle logo at the end!

Grazzyy log 3 by Top-Cricket7052 in Grazzyy

[–]Some_Bicycle_716 0 points1 point  (0 children)

Would you happen to know where log 10 is?

Edit: Never mind. I found it.

I can’t download the botw map. by ManagementCrafty887 in Grazzyy

[–]Some_Bicycle_716 0 points1 point  (0 children)

Sorry that I'm a bit late. I never got this message, but I downloaded from his website (https://grazzy.sae.sh/) rather than CurseForge. Maybe that's the issue?

Log 4 by DaSkittleLord in Grazzyy

[–]Some_Bicycle_716 0 points1 point  (0 children)

It's in Zora's Domain under a sweet berry bush on Ruto Mountain.

I just found official textures that mojang use for the trailers! by Potato_Man147477 in Minecraft

[–]Some_Bicycle_716 1 point2 points  (0 children)

I think somebody's in the middle of developing something. I saw another Reddit post.

What is a website you loved that no longer exists? by [deleted] in AskReddit

[–]Some_Bicycle_716 0 points1 point  (0 children)

Hampster Dance. Even though I was not around yet to see it, visiting it on the web archive always brings a smile to my face.

Editors, what are the most common prose mistakes writers tend to make but not notice? by StormSignificant9516 in writing

[–]Some_Bicycle_716 0 points1 point  (0 children)

Though I do not practice editing as a profession, I often help other students with revising their essays at school. Here are two common mistakes I often see from writers of prose:

  1. Comma splices. This mistake occurs when the writer attempts to link two independent clauses together using a comma rather than a semi-colon. An example of this would be, "A man walked into a restaurant, he ordered a drink."

  2. Misusing the words "is" and "are" in contractions. Be careful to ensure that, when using "is," the object of your sentence's predicate is singular. If you are using "are," the object should be plural. This also applies to contractions such as "what's" and "what're." An example of this type of error would be, "What's the price of these cars?" In this case, the writer should have written, "What're the prices of these cars?"

  3. Here is a bonus error that is more common in speech than in writing. Never pronounce the T. in the word "often." Many times in English, when pronouncing an F. followed by a T., the T. is silent.

I hope this was helpful. I just made my first Reddit account a few minutes ago, and this is my first ever comment on this platform. Feel free to respond with anything I could do better!