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


Day 70 of 100 Hey guys, tkinter's hell is over 😂 Today, I learnt something unique: "Secrets" I learnt how to use the python-dotenv library to store secrets away from my codes. Using this, I worked on a simple login system. #Replit100DaysOfCode #100DaysOfCode #buildinginpublic


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

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


Finally know how to save my data. Day 48 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 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

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

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

MokeBeasts are back! Day 46 of #Replit100DaysOfCode #100DaysOfCode. Join me on @Replit join.replit.com/python
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

Let's multiply on the floor. Why? Because you can't use tables 😁. Day 21 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
Day 70 of 100 Hey guys, tkinter's hell is over 😂 Today, I learnt something unique: "Secrets" I learnt how to use the python-dotenv library to store secrets away from my codes. Using this, I worked on a simple login system. #Replit100DaysOfCode #100DaysOfCode #buildinginpublic


Day 69 of 100 Project Day: Visual Novel 👨🏾💻 Today, I tried building my own #manga using the tkinter GUI library. Ngl guys, this was really hard to come by. I'm still working to build the logic and make it better😮💨 #Replit100DaysOfCode #100DaysOfCode #buildinginpublic

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

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 70 of 100 Hey guys, tkinter's hell is over 😂 Today, I learnt something unique: "Secrets" I learnt how to use the python-dotenv library to store secrets away from my codes. Using this, I worked on a simple login system. #Replit100DaysOfCode #100DaysOfCode #buildinginpublic


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

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

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

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

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

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


Something went wrong.
Something went wrong.
United States Trends
- 1. Carson Beck 13.2K posts
- 2. Ohtani 77.8K posts
- 3. Miami 92.2K posts
- 4. Miami 92.2K posts
- 5. Louisville 20.6K posts
- 6. #SmackDown 47.5K posts
- 7. #BostonBlue 6,115 posts
- 8. #Dodgers 14.3K posts
- 9. Jeff Brohm 1,762 posts
- 10. Malachi Toney 2,368 posts
- 11. George Santos 63.8K posts
- 12. Mario Cristobal N/A
- 13. Nebraska 13.3K posts
- 14. #OPLive 2,251 posts
- 15. Chris Bell 2,050 posts
- 16. Geno 9,331 posts
- 17. 4 INTs N/A
- 18. Raiola 2,383 posts
- 19. The U 568K posts
- 20. NLCS MVP 1,090 posts