Load site modules...
lade...
random avatar

masterbruce1939 - Network

Posts Subscribe

Day 31 of #100daysofcode Today was challenging but I got through it. I made an app that uses a language model to to take details about the...

https://mastodon.social/@masterb...

Day 31 of Today was challenging but I got through it. I made an app that uses a language model to to take details about the exercise you just did and then it gets formatted and posted to a google sheet. 2 things had me stuck for hours. replits secrets not wanting quotations in them, and me getting the api response as text and not in json. I spent 95% of the time just troubleshooting those 2 issues. Got it done though.

22.6.2024 09:34Day 31 of #100daysofcode Today was challenging but I got through it. I made an app that uses a language model to to take details about the...
https://mastodon.social/@masterb...

Day 30 of #100daysofcode Today was about using API post, put, and delete requests. Made a habit tracker using Pixela. #python

https://mastodon.social/@masterb...

Day 30 of Today was about using API post, put, and delete requests. Made a habit tracker using Pixela.

21.6.2024 09:05Day 30 of #100daysofcode Today was about using API post, put, and delete requests. Made a habit tracker using Pixela. #python
https://mastodon.social/@masterb...

Day 29 of #100daysofcode Today I made an app that watches a stock and sends you an email when the stock changes by a certain amount. It also...

https://mastodon.social/@masterb...

Day 29 of Today I made an app that watches a stock and sends you an email when the stock changes by a certain amount. It also sends you a few news articles to put the stock movement into context. I chose the extra hard option in the course and did it with no guidance. Its to encouraging to know I can get the brief and complete the project on my own.

20.6.2024 10:44Day 29 of #100daysofcode Today I made an app that watches a stock and sends you an email when the stock changes by a certain amount. It also...
https://mastodon.social/@masterb...

Day 28 of #100daysofcode Very frustrating day today. I needed to create an account to access an API that required email AND sms...

https://mastodon.social/@masterb...

Day 28 of Very frustrating day today. I needed to create an account to access an API that required email AND sms verification. The local phone service provider in the country I am in usually wont send me sms verifications. There was an option for a phone call in a language i dont speak. I wrote down my best guess just to get an error, try again later. I sometimes find web services unwilling to engage with people where I live because of the sheer amount of hackers and scammers here

19.6.2024 11:37Day 28 of #100daysofcode Very frustrating day today. I needed to create an account to access an API that required email AND sms...
https://mastodon.social/@masterb...

Day 27 of #100daysofcode Today we took a quiz game we made a while ago and made a GUI for it and used an API to get new questions every time...

https://mastodon.social/@masterb...

Day 27 of Today we took a quiz game we made a while ago and made a GUI for it and used an API to get new questions every time you start the game.

18.6.2024 12:12Day 27 of #100daysofcode Today we took a quiz game we made a while ago and made a GUI for it and used an API to get new questions every time...
https://mastodon.social/@masterb...

Day 26 of #100daysofcode I learned about API's today and built an app that notifies you when the ISS is overhead. #python

https://mastodon.social/@masterb...

Day 26 of I learned about API's today and built an app that notifies you when the ISS is overhead.

17.6.2024 11:25Day 26 of #100daysofcode I learned about API's today and built an app that notifies you when the ISS is overhead. #python
https://mastodon.social/@masterb...

Day 25 of #100daysofcode Today was a great day. I learned about smtplib, made 2 apps, one which emails a motivational quote on a certain day...

https://mastodon.social/@masterb...

Day 25 of Today was a great day. I learned about smtplib, made 2 apps, one which emails a motivational quote on a certain day of the week and one that sends a birthday message to your family and friends on their birthday. Also i deployed my very first app to the cloud using pythonanywhere.

16.6.2024 07:44Day 25 of #100daysofcode Today was a great day. I learned about smtplib, made 2 apps, one which emails a motivational quote on a certain day...
https://mastodon.social/@masterb...

Day 24 of #100daysofcode I finished my flashcard app. It is pretty nifty and I have lots of ideas on how to change or improve it should I...

https://mastodon.social/@masterb...

Day 24 of I finished my flashcard app. It is pretty nifty and I have lots of ideas on how to change or improve it should I want to come back to it later. Considering i'm an ESL teacher this could be a cool thing to give to my students who want some extra vocabulary practice. Also, according to Angela Yu i'm officially an intermediate + level python developer! How cool am I?

15.6.2024 12:28Day 24 of #100daysofcode I finished my flashcard app. It is pretty nifty and I have lots of ideas on how to change or improve it should I...
https://mastodon.social/@masterb...

Day 23 of #100daysofcode learned about using json data and added a search fuction to my password manager. I also started working on a...

https://mastodon.social/@masterb...

Day 23 of learned about using json data and added a search fuction to my password manager. I also started working on a flashcard app.

15.6.2024 06:42Day 23 of #100daysofcode learned about using json data and added a search fuction to my password manager. I also started working on a...
https://mastodon.social/@masterb...

Day 22 of #100daysofcode Did more practice making GUI applications with tkinter. Made a password manager. #python

https://mastodon.social/@masterb...

Day 22 of Did more practice making GUI applications with tkinter. Made a password manager.

13.6.2024 11:52Day 22 of #100daysofcode Did more practice making GUI applications with tkinter. Made a password manager. #python
https://mastodon.social/@masterb...

Day 21 of #100daysofcode Very frustrating session today (actually day 28 in the course). Too much code-along. I am too busy pausing and...

https://mastodon.social/@masterb...

Day 21 of Very frustrating session today (actually day 28 in the course). Too much code-along. I am too busy pausing and frantically trying to type everything to pay any attention to what is being said. By the time we arrive at a challenge section I don't know what anything is or does. In previous sections Angela uses the PPP method: Present, Practice, Produce, much better. If I wanted a code-along i could watch a youtube video and learn just as much: nothing.

12.6.2024 13:02Day 21 of #100daysofcode Very frustrating session today (actually day 28 in the course). Too much code-along. I am too busy pausing and...
https://mastodon.social/@masterb...

Day 20 of 100 days of code. Solved my problem from the previous lesson. Today I learned about list and dictionary comprehension....

https://mastodon.social/@masterb...

Day 20 of 100 days of code. Solved my problem from the previous lesson. Today I learned about list and dictionary comprehension.

11.6.2024 11:32Day 20 of 100 days of code. Solved my problem from the previous lesson. Today I learned about list and dictionary comprehension....
https://mastodon.social/@masterb...

Day 19 of 100 days of code. Today was about files, directories,, and Pandas. I'm not feeling 100% confident in today's lesson...

https://mastodon.social/@masterb...

Day 19 of 100 days of code. Today was about files, directories,, and Pandas. I'm not feeling 100% confident in today's lesson material so I think I will sleep on it and redo the lesson tomorrow.

9.6.2024 13:40Day 19 of 100 days of code. Today was about files, directories,, and Pandas. I'm not feeling 100% confident in today's lesson...
https://mastodon.social/@masterb...

Day 18 of 100 days of code. Made pong and a frogger clone. I decided not to follow the steps in the course and see if i could make the whole...

https://mastodon.social/@masterb...

Day 18 of 100 days of code. Made pong and a frogger clone. I decided not to follow the steps in the course and see if i could make the whole thing myself. It is very confidence inspiring to know that I can get a brief and just make it!

8.6.2024 11:01Day 18 of 100 days of code. Made pong and a frogger clone. I decided not to follow the steps in the course and see if i could make the whole...
https://mastodon.social/@masterb...

Day 17 of 100 days of code. Learned about inheritance and list slicing and made a snake game. #100daysofcode #python

https://mastodon.social/@masterb...

Day 17 of 100 days of code. Learned about inheritance and list slicing and made a snake game.

7.6.2024 13:42Day 17 of 100 days of code. Learned about inheritance and list slicing and made a snake game. #100daysofcode #python
https://mastodon.social/@masterb...

Day 16 of 100 days of code. Today covered turtle graphics and a basic GUI, along with instances and higher order functions. #100daysofcode...

https://mastodon.social/@masterb...

Day 16 of 100 days of code. Today covered turtle graphics and a basic GUI, along with instances and higher order functions.

6.6.2024 12:58Day 16 of 100 days of code. Today covered turtle graphics and a basic GUI, along with instances and higher order functions. #100daysofcode...
https://mastodon.social/@masterb...

Day 15 of 100 days of code. Today was all about OOP. Refactored the coffee machine program to an OOP based approach and made a quiz game...

https://mastodon.social/@masterb...

Day 15 of 100 days of code. Today was all about OOP. Refactored the coffee machine program to an OOP based approach and made a quiz game using OOP.

5.6.2024 11:26Day 15 of 100 days of code. Today was all about OOP. Refactored the coffee machine program to an OOP based approach and made a quiz game...
https://mastodon.social/@masterb...

Day 14 of 100 days of code. Today is a beautiful day. According to Angela Yu I am now officially an intermediate level python developer. I...

https://mastodon.social/@masterb...

Day 14 of 100 days of code. Today is a beautiful day. According to Angela Yu I am now officially an intermediate level python developer. I made a game where you guess which who has more social media followers and a program to run a coffee dispensing machine.

4.6.2024 06:32Day 14 of 100 days of code. Today is a beautiful day. According to Angela Yu I am now officially an intermediate level python developer. I...
https://mastodon.social/@masterb...

Day 13 of 100 days of coding. Today's focus was on debugging skills. Due to some horrific internet connection issues it took me all day...

https://mastodon.social/@masterb...

Day 13 of 100 days of coding. Today's focus was on debugging skills. Due to some horrific internet connection issues it took me all day to finish. I've decided to focus entirely on the course until it's finished and might do multiple days on the course in one day.

3.6.2024 11:16Day 13 of 100 days of coding. Today's focus was on debugging skills. Due to some horrific internet connection issues it took me all day...
https://mastodon.social/@masterb...

Day 12 of 100 days of coding. The course covered scope today, something that I found confusing the first time around. I made a number...

https://mastodon.social/@masterb...

Day 12 of 100 days of coding. The course covered scope today, something that I found confusing the first time around. I made a number guessing game and I've recently embarked on a project of my own making a decision making tool for when a magic 8 ball just won't do.

2.6.2024 10:47Day 12 of 100 days of coding. The course covered scope today, something that I found confusing the first time around. I made a number...
https://mastodon.social/@masterb...
Subscribe
To add news/posts to your profile here, you must add a link to a RSS-Feed to your webfinger. One example how you can do this is to join Fediverse City.
         
Webfan Website Badge
Nutzungsbedingungen   Datenschutzerklärung  Impressum
Webfan | @Web pages | Fediverse Members

⬆️

⬇️