#freecodecampok search results
Finished my python turtle module with some pretty spirograph art and some not as pretty dot art that apparently sold for millions of dollars. Not mine, but a replica of mine 😏. #python #codenewbie #freecodecampOK
Day 93/100 - I finished my blackjack game project today. It felt lackluster since i req'd quite a few hints to complete it. I did learn from the experience which is the main goal. Moving on to the next project confident I can do better next time. #100daysofcode #freecodecampOK
I completed my password generator project. Looks pretty nice and saves a copy of the information to a local data file on my computer. It is built with #python and tkinter. #codenewbie #freecodecampOK
I finally finished my snake game with #python. I think I'm starting to figure out this OOP thing a bit better. Just got to keep working with it. I'm sure I'll have plenty of opportunities as I continue through this course. Next up is the classic game of PONG. #freecodecampOK
Day 99/100 - I continued with my studies on OOP today. It’s going to take some practice for this way of thinking to feel natural. I have time. #100daysofcode #codenewbie #freecodecampOK
I completed a flash card app that combined many of the things I've been learning. Nothing like a capstone project to remind you what you've forgotten. Got to keep using things if you want to remember them. #codenewbie #freecodecampOK
Day 97/100 - I built a coffee maker project today. With each project i build upon my conventional use of functions and use new ways to manage data. The bigger the projects get, the more I have to remember to break it down smaller. #100daysofcode #codenewbie #freecodecampOK
Updated my password manager to store the data in json format and incorporated some more exception handling. Will be adding a search button to pull up saved passwords soon. #python #freecodecampok
Learned about exception management and added it to a former project. #codenewbie #freecodecampOK #python
Had a fun time meeting up with some fellow #pythonistas today at the #freecodecampok python meetup. Good to see what other developers are working on and get some advice on learning and sharing resources to help grow our skills.
Day 98/100 - Started this lesson on OOP yesterday but didn't get far enough for me to count it so I jumped back on today. Was making sense until it was project time and I'm supposed to re-write the coffee machine code. 1/2 #100daysofcode #codenewbie #freecodecampOK
The art historian Gustav Friedrich Waagen on how to teach so people learn: "First delight, then instruct." This makes sense in coding. Work on what interests you and brings you energy. That will propel you forward. #codenewbie #freecodecampOK
Day 95-96/100 - Went through a module on debugging and got some tips on how to prevent bugs. Today I built a higher/lower game primarily comparing dictionary values and displaying it in creative ways. Also planning to try out pycharm. #100daysofcode #codenewbie #freecodecampOK
Finished my pomodoro timer using Tkinter and #python. Ready to start using it to stay productive during the day! #codenewbie #freecodecampOK
92/100 - Some days you just keep going over broken code you have written and try to salvage some of it to start fresh and have another go at it. That was today. Tomorrow is a new day. #100daysofcode #codenewbie #freecodecampOK
94/100 - I built a random number guessing game today. After I got it working, I received some constructive feedback on how to write it a bit cleaner and more efficient. Still working on that department. #100daysofcode #codenewbie #freecodecampOK
Finished adding my search button to the password generator app. Now I can enter a website that I have stored and pull up the username and password for it. #python #freecodecampok #codenewbie
Started work on my password generator UI. Working on my grid layout with text, inputs, buttons & logo. #tkinter #python #freecodecampOK
Check out this Meetup: Getting a Job with no Experience, 100 Days of Code, Scrum, Machine Learning. I'll be presenting my experience with 100daysofcode! meetup.com/freecodecampok… #Meetup via @Meetup #freecodecampok
I completed a flash card app that combined many of the things I've been learning. Nothing like a capstone project to remind you what you've forgotten. Got to keep using things if you want to remember them. #codenewbie #freecodecampOK
Finished adding my search button to the password generator app. Now I can enter a website that I have stored and pull up the username and password for it. #python #freecodecampok #codenewbie
Updated my password manager to store the data in json format and incorporated some more exception handling. Will be adding a search button to pull up saved passwords soon. #python #freecodecampok
Learned about exception management and added it to a former project. #codenewbie #freecodecampOK #python
I completed my password generator project. Looks pretty nice and saves a copy of the information to a local data file on my computer. It is built with #python and tkinter. #codenewbie #freecodecampOK
The art historian Gustav Friedrich Waagen on how to teach so people learn: "First delight, then instruct." This makes sense in coding. Work on what interests you and brings you energy. That will propel you forward. #codenewbie #freecodecampOK
Started work on my password generator UI. Working on my grid layout with text, inputs, buttons & logo. #tkinter #python #freecodecampOK
Finished my pomodoro timer using Tkinter and #python. Ready to start using it to stay productive during the day! #codenewbie #freecodecampOK
I finally finished my snake game with #python. I think I'm starting to figure out this OOP thing a bit better. Just got to keep working with it. I'm sure I'll have plenty of opportunities as I continue through this course. Next up is the classic game of PONG. #freecodecampOK
Check out this Meetup: Getting a Job with no Experience, 100 Days of Code, Scrum, Machine Learning. I'll be presenting my experience with 100daysofcode! meetup.com/freecodecampok… #Meetup via @Meetup #freecodecampok
Finished my python turtle module with some pretty spirograph art and some not as pretty dot art that apparently sold for millions of dollars. Not mine, but a replica of mine 😏. #python #codenewbie #freecodecampOK
Had a fun time meeting up with some fellow #pythonistas today at the #freecodecampok python meetup. Good to see what other developers are working on and get some advice on learning and sharing resources to help grow our skills.
Day 99/100 - I continued with my studies on OOP today. It’s going to take some practice for this way of thinking to feel natural. I have time. #100daysofcode #codenewbie #freecodecampOK
Day 98/100 - Started this lesson on OOP yesterday but didn't get far enough for me to count it so I jumped back on today. Was making sense until it was project time and I'm supposed to re-write the coffee machine code. 1/2 #100daysofcode #codenewbie #freecodecampOK
Day 97/100 - I built a coffee maker project today. With each project i build upon my conventional use of functions and use new ways to manage data. The bigger the projects get, the more I have to remember to break it down smaller. #100daysofcode #codenewbie #freecodecampOK
Day 95-96/100 - Went through a module on debugging and got some tips on how to prevent bugs. Today I built a higher/lower game primarily comparing dictionary values and displaying it in creative ways. Also planning to try out pycharm. #100daysofcode #codenewbie #freecodecampOK
94/100 - I built a random number guessing game today. After I got it working, I received some constructive feedback on how to write it a bit cleaner and more efficient. Still working on that department. #100daysofcode #codenewbie #freecodecampOK
Day 93/100 - I finished my blackjack game project today. It felt lackluster since i req'd quite a few hints to complete it. I did learn from the experience which is the main goal. Moving on to the next project confident I can do better next time. #100daysofcode #freecodecampOK
92/100 - Some days you just keep going over broken code you have written and try to salvage some of it to start fresh and have another go at it. That was today. Tomorrow is a new day. #100daysofcode #codenewbie #freecodecampOK
91/100 - Made decent progress on my blackjack project. Still some work to do. Got my initial cards dealt and my current score calculated, now I gotta code the subsequent cards and comparisons with the dealer. #100daysofcode #codenewbie #freecodecampOK #python
91/100 - Made decent progress on my blackjack project. Still some work to do. Got my initial cards dealt and my current score calculated, now I gotta code the subsequent cards and comparisons with the dealer. #100daysofcode #codenewbie #freecodecampOK #python
Finished my python turtle module with some pretty spirograph art and some not as pretty dot art that apparently sold for millions of dollars. Not mine, but a replica of mine 😏. #python #codenewbie #freecodecampOK
Something went wrong.
Something went wrong.
United States Trends
- 1. Raindotgg N/A
- 2. Louisville 13.7K posts
- 3. Ortiz 14.5K posts
- 4. Nuss 5,528 posts
- 5. Miller Moss 1,076 posts
- 6. Bama 13.1K posts
- 7. Brohm 1,020 posts
- 8. Ty Simpson 3,273 posts
- 9. Emmett Johnson 1,140 posts
- 10. The ACC 20K posts
- 11. #GoAvsGo N/A
- 12. #AEWCollision 9,518 posts
- 13. UCLA 6,779 posts
- 14. Clemson 6,436 posts
- 15. Lagway 3,496 posts
- 16. Hawks 17K posts
- 17. #RollTide 5,275 posts
- 18. Kentucky 31K posts
- 19. Nikki Glaser N/A
- 20. Stoops 1,971 posts