#replit100daysofcode search results
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 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 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


With the help of Flask, my web server is looking dope Day 76 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


Same website...but better because of client server models. Day 84 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.

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

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

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

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


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

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 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 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 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

Finally know how to save my data. Day 48 of #Replit100DaysOfCode #100DaysOfCode. Join me on @Replit join.replit.com/python
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

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


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


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.

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

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

Something went wrong.
Something went wrong.
United States Trends
- 1. Gabe Vincent 3,311 posts
- 2. #Blackhawks 2,002 posts
- 3. Deport Harry Sisson 6,827 posts
- 4. #AEWDynamite 17.9K posts
- 5. Angel Reese 48K posts
- 6. Blues 21.2K posts
- 7. Mavs 5,426 posts
- 8. tzuyu 221K posts
- 9. #VSFashionShow 544K posts
- 10. Lakers 17.5K posts
- 11. Deloitte 5,280 posts
- 12. #PokemonZA 1,339 posts
- 13. #Survivor49 3,435 posts
- 14. DuPont 1,522 posts
- 15. Nazar 6,551 posts
- 16. Hofer 1,719 posts
- 17. Tusky 2,177 posts
- 18. jihyo 176K posts
- 19. Birdman 4,935 posts
- 20. Mad Max 3,091 posts