#replit100daysofcode Suchergebnisse
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


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

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


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


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

CSV files are where it's at. Day 54 of #Replit100DaysOfCode #100DaysOfCode. Join me on @Replit join.replit.com/python

Thanks to hash and salt, my passwords are fully locked down. Day 71 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 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 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

Day 40 of 100 Today, I learnt new python words from the dictionary 😉Alright, I'll be serious... I learnt the use of dictionaries for storing data in pairs flexible than list. With that, I wrote a simple contact card program. #Replit100DaysOfCode #100DaysOfCode #pythonlearning

Day 37 of 100 I learnt something new today - "String slicing" and with that, I wrote a simple star wars 👾 name generator by slicing and combining my first name, last name, my mother's maiden name and the city where I was born. Call me: "Ezeez Lodan"🤺😉 #Replit100DaysOfCode

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

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


Day 40 of 100 Today, I learnt new python words from the dictionary 😉Alright, I'll be serious... I learnt the use of dictionaries for storing data in pairs flexible than list. With that, I wrote a simple contact card program. #Replit100DaysOfCode #100DaysOfCode #pythonlearning

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

I just built my first interactive code which takes inputs from the user! Day 2 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

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. Bears 87.6K posts
- 2. Jake Moody 13.2K posts
- 3. Snell 23.3K posts
- 4. Falcons 50.5K posts
- 5. Bills 139K posts
- 6. Caleb 47.9K posts
- 7. Josh Allen 26K posts
- 8. #BearDown 2,311 posts
- 9. Jayden 22.3K posts
- 10. Swift 288K posts
- 11. phil 166K posts
- 12. Ben Johnson 4,273 posts
- 13. #Dodgers 14.9K posts
- 14. Turang 4,232 posts
- 15. Bijan 32.1K posts
- 16. Troy Aikman 6,228 posts
- 17. Joji 26.6K posts
- 18. Roki 6,023 posts
- 19. #RaiseHail 8,409 posts
- 20. AFC East 10.5K posts