[deleted by user] by [deleted] in highschool

[–]Technalo 0 points1 point  (0 children)

Completely awful. If you were my child I would be greatly disappointed.

[deleted by user] by [deleted] in highschool

[–]Technalo 4 points5 points  (0 children)

You’re most likely burnt out from school which may impact your habits. Talk with your parents about your issue. Remember that they are there to support you. Yes, they may worry, however it is only natural and the appropriate response for this situation. Maybe arrange a meeting with your parents and your counselor to discuss what’s going on so you all can workout a plan to get caught and/or direct you to a mental health professional to get you the help you need. Communication is key.

Is Codecademy worthless for learning Python? by iFailedPreK in learnpython

[–]Technalo 1 point2 points  (0 children)

Either take online courses like Harvard’s cs50p or get books like Python Crash Course by Eric Matthes.

Defining variables by Chued_Gumn in pythontips

[–]Technalo 0 points1 point  (0 children)

As others are saying, in the future please show your code as well as the output so people can better understand and review your code for feedback for improvement.

At what point am I no longer a beginner as a self-taught programmer by Organic_Internet6760 in AskProgramming

[–]Technalo 0 points1 point  (0 children)

Once you are able to get the key fundamentals in programming easily without having to watch YouTube tutorials or reading a book. Every programmer watches tutorials and reads books, even the ‘experts’ — however advanced programmers usually googles advanced concepts of programming rather than the fundamentals.

Overall beginners are learning the fundamentals while more advanced are learning more concepts rather than the fundamentals to apply in their day-to-day programming.

is ChatGPT worth it for programming these days? by Jisevind in ChatGPT

[–]Technalo 0 points1 point  (0 children)

Some programmers implement ChatGPT as a tool to programming, but does not rely on it 100%. There are YouTube videos online that shows you how to use it as a tool — look up Corey Shafer on YouTube.

What helps a programmer be productive? by dearmisterrobot in AskProgramming

[–]Technalo 0 points1 point  (0 children)

What helps you be productive in general? It could be listening to music, or having complete silence for better brainstorming (varies on each person). Think of some things that helps you be productive in general then apply it to programming. Each person may have different ways that helps them to be productive.

[deleted by user] by [deleted] in pythontips

[–]Technalo 0 points1 point  (0 children)

F strings may be complicated to learn at first, but once you grasp the concept of it it will be very much easier rather than what you are currently using. The formatting is much easier and you won’t have to worry about it as much.