"If a worker wants to do his job well, he must first sharpen his tools." - Confucius, "The Analects of Confucius. Lu Linggong"
Front page > Programming > post #f struggling

post #f struggling

Published on 2024-11-06
Browse:310

This post is about my struggles with coding and learning so far

A. Im only able to remain focused for maybe an hour two hours max.
b. I get distracted real easily
c. I cant sit for long or I start to get irritated and rested leg problems.

Solutions that I have thought about to help solve issues

A. I need to start using my pomodoro app more often then i do
B. I start putting my phone on vibrate, and only use one monitor if I have another screen ill end up getting distracted with searching on the web.
C. Looking into getting a sit stand desk but also looking into getting a husky work bench.
D. Having water at my desk at all times beside sugar and caffeine projects.

But for todays task was from the automate the boring stuff book take the grid

grid = [['.', '.', '.', '.', '.', '.'],
['.', '0', 'O', '.', '.', '.'],
['O', 'O', 'O', 'O', '.', '.'],
['O', 'O', '0', 'O', 'O', '.'],
['.', 'O', 'O', 'O', 'O', 'O'],
['O', 'O', 'O', 'O', 'O', '.'],
['O', 'O', 'O', 'O', '.', '.'],
['.', 'O', 'O', '.', '.', '.'],
['.', '.', '.', '.', '.', '.']]

and print it out to look like this
..OO.OO..
.0OOOOOO.
.OO0OOOO.
..OOOOO..
...OOO...
....O....

post #f struggling

is my thought but i went the hard way and just really forgot to put the [1] at the first "for" statement (i believe)

post #f struggling

this is the solution that I researched using stack overflow.
Before I go looking for Solutions I spend atleast 30 mins trying to solve the problem myself before I go looking for the issues

Release Statement This article is reproduced at: https://dev.to/nelsonmalbonecoding/post-1-of-struggling-424o?1 If there is any infringement, please contact [email protected] to delete it
Latest tutorial More>

Disclaimer: All resources provided are partly from the Internet. If there is any infringement of your copyright or other rights and interests, please explain the detailed reasons and provide proof of copyright or rights and interests and then send it to the email: [email protected] We will handle it for you as soon as possible.

Copyright© 2022 湘ICP备2022001581号-3