#replit100daysofcode 검색 결과
Day 68 of 100 Still on the tkinter GUI library 👨🏾💻 Yesterday, I worked on a program that allow users to search a person and get their image. Today, I added few lines of code that hides/unhide the image when no value is found. #Replit100DaysOfCode #100DaysOfCode #buildinginpublic

With the help of Flask, my web server is looking dope Day 76 of #Replit100DaysOfCode #100DaysOfCode. Join me on @Replit join.replit.com/python



How many seconds in a year 🙀 !! Day 11 of #Replit100DaysOfCode #100DaysOfCode. Join me on @Replit join.replit.com/python


I just built my first interactive code which takes inputs from the user! Day 2 of #Replit100DaysOfCode #100DaysOfCode.

Day 62 of 100 Project Day: Private Diary 🔖 After yesterday's little setback, I did a little research and found I could use TinyDB (a lightweight document-based NoSQL db written in #python) similar to how Replit DB works. #Replit100DaysOfCode #100DaysOfCode #buildinginpublic


What does the 🦊 say ? Find out with my custom animal sound generator (just like Alexa)! Day 15 of #Replit100DaysOfCode #100DaysOfCode. Join me on @Replit join.replit.com/python

Today I learned about nested IFs + wrote a bit of a program on fake fans🐍 and here are some possible real-world examples of nested IFs in a program ⬇️Day 7 of #Replit100DaysOfCode #100DaysOfCode. @Replit

Day 56 of 100 Project Day👨🏾💻 Today, I worked on a music streaming service using csv and the os libraries. Read the contents of the csv file, created directories for each artiste and added the songs into each artiste folder 📂 #Replit100DaysOfCode #100DaysOfCode #buildinpublic

Day 50 of 100!! Ladies and Gents, I just clutched day 50 (Project Day 👨🏾💻), I feel so proud to have made it this far. It can only get better! Today, I wrote a program to write & read a file and picked a random idea from my idea storage file #Replit100DaysOfCode #LearnInPublic

Same website...but better because of client server models. Day 84 of #Replit100DaysOfCode #100DaysOfCode. Join me on @Replit join.replit.com/python


Day 48 of 100 Saving to file with #Python👨🏾💻 Today, I learnt something very unique - how to write and save to a file from the console in python. Fun fact: You can actually cause an infinite loop in your file while writing into it, I did.😂 #Replit100DaysOfCode #LearnInPublic

Day 38 of 100 Mini Project Day! 👨🏾💻 I learn something unique today - ""Strings and Loop". I wrote a very simple program to make a user's input colourful. I achieved this by iterating through the strings and setting some letter to a colour. #Replit100DaysOfCode #pythonlearning

Day 66 of 100 It just got more exciting guys! Today, I learnt how to create a GUI with the tkinter library. Though a handful, I was able to navigate my way around 🤧 Gotta keep learning 💪🏾 #Replit100DaysOfCode #100DaysOfCode #buildinginpublic


Day 57 of 100 Recursions 🔁 Today, I learnt the use of recursions (calling a function within itself) which comes in handy when a problem can be broken into smaller versions of itself. I wrote a simple factorial math with it 😀 #Replit100DaysOfCode #100DaysOfCode #buildinpublic

Day 52 of 100 Yesterday, I added an auto-load & auto-save code to my to-do list from Day 35, but the approach used was inefficient. Today, I learnt how to avoid crashes in my Pizza Shop 🍕 challenge using the try and except construct 😎 #Replit100DaysOfCode #LearnInPublic

I just built my first interactive code which takes inputs from the user! Day 2 of #Replit100DaysOfCode #100DaysOfCode. Join me on @Replit join.replit.com/python
Finally know how to save my data. Day 48 of #Replit100DaysOfCode #100DaysOfCode. Join me on @Replit join.replit.com/python
Day 45 of 100 Project Day 👨🏾💻 Today, I worked on an exciting challenge ("To-do App"). With Dynamic 2D Lists and more, I wrote a working to-do program to add, view, remove and edit tasks. It was quite fun and tedious building this😁 #Replit100DaysOfCode #python #100DaysOfCode

Day 68 of 100 Still on the tkinter GUI library 👨🏾💻 Yesterday, I worked on a program that allow users to search a person and get their image. Today, I added few lines of code that hides/unhide the image when no value is found. #Replit100DaysOfCode #100DaysOfCode #buildinginpublic

Day 67 of 100 Still on the tkinter GUI library 👨🏾💻 Today, I learnt how to add images to my GUI. I wrote a program for users to search a person and get their image in return. I find tkinter to be a bit tricky though 🙃 #Replit100DaysOfCode #100DaysOfCode #buildinginpublic


Same website...but better because of client server models. Day 84 of #Replit100DaysOfCode #100DaysOfCode. Join me on @Replit join.replit.com/python


Day 66 of 100 It just got more exciting guys! Today, I learnt how to create a GUI with the tkinter library. Though a handful, I was able to navigate my way around 🤧 Gotta keep learning 💪🏾 #Replit100DaysOfCode #100DaysOfCode #buildinginpublic


I customized my blog engine with cool themes. Day 83 of #Replit100DaysOfCode #100DaysOfCode. Join me on @Replit join.replit.com/python


Day 65 of 100 Project Day: Character Creation 🤺 Still on classes in #Python, I created some game characters using OOP for my text-based video game program. It took me 120 lines of codes🤓 Check out my code, how did I do? #Replit100DaysOfCode #100DaysOfCode #buildinginpublic

Day 64 of 100 Today, I unlocked another exciting part of my #Python journey: OOP🧠 I learnt how to define a class, methods and structure my code around objects to organize it into reusable systems. I created a job class 👨🏽💻 #Replit100DaysOfCode #100DaysOfCode #buildinginpublic

Day 63 of 100 Today, I learnt something simple & unique, how to import and execute codes from another file. I set a subroutine in another file and imported into my main file and executed from it. I'll play more with this 😁 #Replit100DaysOfCode #100DaysOfCode #buildinginpublic


Built my own tip calculator! Time to put it to the test at a restaurant 🍕 ! Day 10 of #Replit100DaysOfCode #100DaysOfCode. Join me on @Replit join.replit.com/python
Figured how to create URLs that can be bookmarked 🔖 with the 'get' method on Day 82 of #Replit100DaysOfCode #100DaysOfCode. Join me on @Replit join.replit.com/python


Day 62 of 100 Project Day: Private Diary 🔖 After yesterday's little setback, I did a little research and found I could use TinyDB (a lightweight document-based NoSQL db written in #python) similar to how Replit DB works. #Replit100DaysOfCode #100DaysOfCode #buildinginpublic


No robots here! 🤖 I made sure my webserver catches any suspicious login on Day 81 of #Replit100DaysOfCode #100DaysOfCode. Join me on @Replit join.replit.com/python


New and improved 🪨 📄✂️ game! Day 17 of #Replit100DaysOfCode #100DaysOfCode. Join me on @Replit join.replit.com/python
Day 61 of 100 Today, I learnt to use the Replit DB, store and retrieve data from the db. I couldn't really practice this, I needed to do with the Replit db tool. I'll more look into this #Replit100DaysOfCode #100DaysOfCode
I put all that data to good use. With the help of Flask, I can now receive data in my form on Day 80 of #Replit100DaysOfCode #100DaysOfCode. Join me on @Replit join.replit.com/python


Day 60 of 100 The Magic of Time ⏲️ Today, I learnt how to use the datetime library, understanding how to manipulate dates, perform comparisons, and calculate time differences. I wrote a simple event countdown program ⏳ #Replit100DaysOfCode #100DaysOfCode #buildinpublic

My webpage can talk now...through forms of course. Day 79 of #Replit100DaysOfCode #100DaysOfCode. Join me on @Replit join.replit.com/python

Day 59 of 100 Project Day: Palindrome Checker 📓👨🏾💻 Today, I wrote a program to check if a word reads the same forward or backwards using the string slicing, and conditions. Check out my code, how did I do? 😀 #Replit100DaysOfCode #100DaysOfCode #buildinpublic

I built a reflection space to store how I really feel for these last 22 days. Day 78 of #Replit100DaysOfCode #100DaysOfCode. Join me on @Replit join.replit.com/python

Day 58 of 100 Today, I did something very unique😀 I learned how to use the Debugger tool and added breakpoints. This helped me understand how my code runs and how to find problems in it and fixed it 🪄 #Replit100DaysOfCode #100DaysOfCode #buildinpublic

Day 68 of 100 Still on the tkinter GUI library 👨🏾💻 Yesterday, I worked on a program that allow users to search a person and get their image. Today, I added few lines of code that hides/unhide the image when no value is found. #Replit100DaysOfCode #100DaysOfCode #buildinginpublic

They see me rollin' ( 🎲), they hatin'. Day 24 of #Replit100DaysOfCode #100DaysOfCode @Replit @allenharper

Day 48 of 100 Saving to file with #Python👨🏾💻 Today, I learnt something very unique - how to write and save to a file from the console in python. Fun fact: You can actually cause an infinite loop in your file while writing into it, I did.😂 #Replit100DaysOfCode #LearnInPublic

Day 100 of 100 Days of Python Code!!! It's Day 💯! I did it 🎊! It's #finallyMyHundredthDay on Day 100 of #Replit100DaysOfCode #100DaysOfCode. Today's challenge is to create a super useful price scraper. I was able to get Gmail API to work with it and send me an email! This…

Created spam emails 📧 with 'pretty printing.' Don't worry. It's fake. Day 34 of #Replit100DaysOfCode #100DaysOfCode

Code the rainbow and harness the power of strings and loops. Day 38 of #Replit100DaysOfCode #100DaysOfCode Ecsta Musical 🌈

With JS in the front - visualisation, this challenge is really inspiring Day 40 of #Replit100DaysOfCode #100DaysOfCode

I just built my first interactive code which takes inputs from the user! Day 2 of #Replit100DaysOfCode #100DaysOfCode.

Built a character health stats generator to prepare for the epic battle in X days ⚔️ Day 25 of #Replit100DaysOfCode #100DaysOfCode

Day 38 of 100 Mini Project Day! 👨🏾💻 I learn something unique today - ""Strings and Loop". I wrote a very simple program to make a user's input colourful. I achieved this by iterating through the strings and setting some letter to a colour. #Replit100DaysOfCode #pythonlearning

What is your Star Wars name ? Clue : it's all about Sliced lists🟢 Check mine out : AngPoi Muaye ! Day 37 of #Replit100DaysOfCode #100DaysOfCode

Day 50 of 100!! Ladies and Gents, I just clutched day 50 (Project Day 👨🏾💻), I feel so proud to have made it this far. It can only get better! Today, I wrote a program to write & read a file and picked a random idea from my idea storage file #Replit100DaysOfCode #LearnInPublic

Something went wrong.
Something went wrong.
United States Trends
- 1. #2025MAMAVOTE 790K posts
- 2. $ZOOZ N/A
- 3. Good Thursday 26.7K posts
- 4. #ThursdayThoughts 1,690 posts
- 5. Mila 17.6K posts
- 6. Happy Friday Eve N/A
- 7. Deloitte 11.8K posts
- 8. #thursdayvibes 2,557 posts
- 9. #thursdaymotivation 2,386 posts
- 10. Deport Harry Sisson 16.8K posts
- 11. #2025MAMAAWARDS 247K posts
- 12. Ninja Gaiden 16.8K posts
- 13. Tomonobu Itagaki 11.9K posts
- 14. Dead or Alive 14.9K posts
- 15. DuPont 2,387 posts
- 16. Jennifer Welch 5,288 posts
- 17. Bernie 42.5K posts
- 18. Happy 60th N/A
- 19. RIP Big Mac N/A
- 20. New Yorkers 26K posts