#replit100daysofcode 搜尋結果
Day 86 of 100 Project Day: Blog👨🏾💻 Today, I worked on a full blog engine, with all I had learnt in the past few days using the #flaskframework Made a simple CRUBD operation for the blog with tinydb as well #Replit100DaysOfCode #100DaysOfCode
Day 85 of 100 Today, I learnt how to create sessions to store files, keep records of 'conversations' on the user's computer. I also modified my program from yesterday with sessions and made it persistent using tinydb to store user's data 👨🏾💻 #Replit100DaysOfCode #100DaysOfCode
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
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 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 84 of 100 Still on the #flaskframework, Today I learnt how to use Flask as a webserver to build a client server model to persistently store data in the db and have it accessed by multiple users (clients). Quite a task! 😮💨 #Replit100DaysOfCode #100DaysOfCode #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 73 of 100 Today's challenge made me feel like a new-born 😅 Working with HTML, I created a simple portfolio of some best programs I loved and worked on. Ugly right??, Do not worry, I'll fix the styling tomorrow 😉 #Replit100DaysOfCode #100DaysOfCode #buildinginpublic
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 74 of 100 Today, I did a little justice to my webpage from yesterday by styling it. In the coming days, I'll be working with #python on the web, I can't wait to get my hands more dirty. #Replit100DaysOfCode #100DaysOfCode #buildinginpublic #pythonlearning
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
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 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
They see me rollin' ( 🎲 ), they hatin'. Day 24 of #Replit100DaysOfCode #100DaysOfCode. Join me on @Replit join.replit.com/python
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 86 of 100 Project Day: Blog👨🏾💻 Today, I worked on a full blog engine, with all I had learnt in the past few days using the #flaskframework Made a simple CRUBD operation for the blog with tinydb as well #Replit100DaysOfCode #100DaysOfCode
Day 85 of 100 Today, I learnt how to create sessions to store files, keep records of 'conversations' on the user's computer. I also modified my program from yesterday with sessions and made it persistent using tinydb to store user's data 👨🏾💻 #Replit100DaysOfCode #100DaysOfCode
Day 84 of 100 Still on the #flaskframework, Today I learnt how to use Flask as a webserver to build a client server model to persistently store data in the db and have it accessed by multiple users (clients). Quite a task! 😮💨 #Replit100DaysOfCode #100DaysOfCode #LearnInPublic
Day 83 of 100 Project Day: Custom Theme 👨🏾💻 Today, I learnt how to setup and add custom themes, I worked on adding a custom theme to my blog from Day 77 which displays a default or fancy theme through args passed into the route. #Replit100DaysOfCode #100DaysOfCode #LearnInPublic
Day 82 of 100 Today, I learnt an alternative way of getting data from forms to the webserver using the 'get' method. Using this method, I worked on a program that translates a sentence from English to my mother's tongue #Igbo #Replit100DaysOfCode #100DaysOfCode #LearnInPublic
Day 81 of 100 Mini Project Day: Robotize 🤖 Today, I worked on a simple "I'm not a robot" program using #html forms and the #flaskframework and checks if a user is a robot or not, displays a corresponding text using conditions. #Replit100DaysOfCode #100DaysOfCode #LearnInPublic
Day 80 of 100 Yesterday, I collected data from users, but had no way to access it. Today, I learn learnt how to deal with data from forms using the #flaskframework 👨🏾💻 It feels super cool working with #python on the web 😌 #Replit100DaysOfCode #100DaysOfCode #LearnInPublic
Day 79 of 100 Today was all about getting my web pages to talk back to the webserver, with forms. With html & css, I built a simple login form that takes in a user's username, email address & password for tomorrow's challenge. #Replit100DaysOfCode #100DaysOfCode #LearnInPublic
Day 78 of 100 Project Day: Reflection Journal 🔖 Using the #flaskframework, I worked on a reflection journal for day 77 & 78 of the #Replit100DaysOfCode in #python. I learnt how to serve a page dynamically through the use of dictionaries 🙂 #100DaysOfCode #LearnInPublic
Day 77 of 100 Another day to do better 😀 Yesterday I got started with the #flaskframework and had all my codes in one file. Today I learnt how to import my html code into my #py file, I also wrote some endpoints for my blog👨🏾💻 #Replit100DaysOfCode #100DaysOfCode #LearnInPublic
Day 76 of 100 Today, I learnt the #flaskframework ⚗️ I built a Flask server with two endpoints: /portfolio and /linktree. Each endpoint served its respective page, showcasing my previous portfolio and linktree📄 #Replit100DaysOfCode #100DaysOfCode #LearnInPublic #pythonlearning
Built a character health stats generator to prepare for the epic battle in 3 days!! Day 25 of #Replit100DaysOfCode #100DaysOfCode. Join me on @Replit join.replit.com/python
Day 75 of 100 Today, I wrapped up the HTML & CSS series with a simple profile webpage. Tomorrow, I'll begin something exciting; #flask in #python Trust me, I'm a good designer... I just played around 😅 #Replit100DaysOfCode #100DaysOfCode #buildinginpublic #pythonlearning
Day 74 of 100 Today, I did a little justice to my webpage from yesterday by styling it. In the coming days, I'll be working with #python on the web, I can't wait to get my hands more dirty. #Replit100DaysOfCode #100DaysOfCode #buildinginpublic #pythonlearning
Day 73 of 100 Today's challenge made me feel like a new-born 😅 Working with HTML, I created a simple portfolio of some best programs I loved and worked on. Ugly right??, Do not worry, I'll fix the styling tomorrow 😉 #Replit100DaysOfCode #100DaysOfCode #buildinginpublic
Day 72 of 100 Project Day: Secret Diary 2.0 👨🏾💻 Today, I made an upgrade to my secret diary from day 62. Users must first create their username and password which is hashed and salted before entries are added to the diary. #Replit100DaysOfCode #100DaysOfCode #buildinginpublic
Day 71 of 100 What if hackers find their way and hack into my DB? Today, I learnt the powers of hash and salt to ensure my passwords are safe from hackers. Using hashlib & TinyDB libraries, I worked on a simple login system #Replit100DaysOfCode #100DaysOfCode #buildinginpublic
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
They see me rollin' ( 🎲), they hatin'. Day 24 of #Replit100DaysOfCode #100DaysOfCode @Replit @allenharper
Day 86 of 100 Project Day: Blog👨🏾💻 Today, I worked on a full blog engine, with all I had learnt in the past few days using the #flaskframework Made a simple CRUBD operation for the blog with tinydb as well #Replit100DaysOfCode #100DaysOfCode
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
Day 85 of 100 Today, I learnt how to create sessions to store files, keep records of 'conversations' on the user's computer. I also modified my program from yesterday with sessions and made it persistent using tinydb to store user's data 👨🏾💻 #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 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…
I just built my first interactive code which takes inputs from the user! Day 2 of #Replit100DaysOfCode #100DaysOfCode.
Something went wrong.
Something went wrong.
United States Trends
- 1. Bengals 68.8K posts
- 2. Bears 79.5K posts
- 3. Chiefs 49.3K posts
- 4. Packers 64.5K posts
- 5. Bills 122K posts
- 6. Panthers 53.3K posts
- 7. Cam Little 12.5K posts
- 8. Cole Bishop 1,843 posts
- 9. Joe Flacco 6,973 posts
- 10. Colts 41K posts
- 11. Josh Allen 8,722 posts
- 12. #KeepPounding 9,023 posts
- 13. Lions 66K posts
- 14. Steelers 60.2K posts
- 15. Falcons 31.6K posts
- 16. Carl Cheffers N/A
- 17. Broncos 38.1K posts
- 18. Zac Taylor 3,680 posts
- 19. Jags 4,097 posts
- 20. FanDuel 47.9K posts