#replit100daysofcode 検索結果
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 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 did it 🎉 It's Day 💯 of 100! The Final Challenge – Price Scraper with Email Automation✨ Today, I created a price scraper that checks for price changes daily and sends an email to me if the price drops below my desired price. #Replit100DaysOfCode #finallyMyHundredthDay
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 89 of 100 Today, still on the #Replit platform I learnt how to create a community chat app using Replit Authentication for users to interact with other people in the community. #Replit100DaysOfCode #100DaysOfCode
Day 99 of 100 Project Day: Scrape Events👨🏾💻 Today's challenge involved a combo scraper. Mixed up emailing and scheduling job to find the best events for me to attend using TinyDB to store the events Only ONE day to go! #Replit100DaysOfCode #100DaysOfCode #pythonlearningjourney
Same website...but better because of client server models. Day 84 of #Replit100DaysOfCode #100DaysOfCode. Join me on @Replit join.replit.com/python
Day 98 of 100 Today, I worked on something unique, how to perform some automation using the schedule lib. With that and the google service, I built a program that emails me motivational quotes to keep my energy up.👨🏾💻 #Replit100DaysOfCode #100DaysOfCode #pythonlearningjourney
I just built my first interactive code which takes inputs from the user! Day 2 of #Replit100DaysOfCode #100DaysOfCode.
Day 93 of 100 Today, I learnt how to access authenticated APIs that require an access token. I experimented with the Spotify Web API to fetch tracks, albums and more from various artists. I'll work to convert this to a Flask App soon. #Replit100DaysOfCode #100DaysOfCode
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 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
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
They see me rollin' ( 🎲 ), they hatin'. Day 24 of #Replit100DaysOfCode #100DaysOfCode. Join me on @Replit join.replit.com/python
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
How many seconds in a year 🙀 !! Day 11 of #Replit100DaysOfCode #100DaysOfCode. Join me on @Replit join.replit.com/python
Ready to battle it out ⚔️ with the characters I built in the previous day. Day 28 of #Replit100DaysOfCode #100DaysOfCode. Join me on @Replit join.replit.com/python
🎉I did it 🎉 It's Day 💯 of 100! The Final Challenge – Price Scraper with Email Automation✨ Today, I created a price scraper that checks for price changes daily and sends an email to me if the price drops below my desired price. #Replit100DaysOfCode #finallyMyHundredthDay
Day 99 of 100 Project Day: Scrape Events👨🏾💻 Today's challenge involved a combo scraper. Mixed up emailing and scheduling job to find the best events for me to attend using TinyDB to store the events Only ONE day to go! #Replit100DaysOfCode #100DaysOfCode #pythonlearningjourney
Day 98 of 100 Today, I worked on something unique, how to perform some automation using the schedule lib. With that and the google service, I built a program that emails me motivational quotes to keep my energy up.👨🏾💻 #Replit100DaysOfCode #100DaysOfCode #pythonlearningjourney
Day 97 of 100 Project Day: Summarize Anything! 👨🏾💻 Today, I scraped a Wikipedia article using #BeautifulSoup and sent the article content to #OpenAI for summarization in no more than 3 paragraphs and it's references. #Replit100DaysOfCode #100DaysOfCode #pythonlearningjourney
Day 96 of 100 No API? No problem.😎 Today, I learnt how to scrape the web, pulling headlines directly from #HackerNews using #BeautifulSoup. It was quite fun working on this! #Replit100DaysOfCode #100DaysOfCode #pythonlearningjourney
"My Adventure Story" game character generator. #replit100daysofcode #characterGenerator #pythonlearningjourney #python
Day 95 of 100 Project Day: Daily Track Generator👨🏾💻 Today, I worked on a combining today's news with today's top hits with the help of several API sources for a cool project mashup. This was quite a task to complete🥴 #Replit100DaysOfCode #100DaysOfCode #pythonlearningjourney
Used @Replit's cool audio feature to build an iPod and listen to some tunes 🎵. Day 26 of #Replit100DaysOfCode #100DaysOfCode. Join me on @Replit join.replit.com/python
Day 94 of 100 Today, I learnt how to mashup APIs (integrate multiple APIs). I used the News API to fetch articles and the OpenAI API to generate one-sentence summaries of each story.👨🏾💻 #Replit100DaysOfCode #100DaysOfCode #pythonlearningjourney
Day 93 of 100 Today, I learnt how to access authenticated APIs that require an access token. I experimented with the Spotify Web API to fetch tracks, albums and more from various artists. I'll work to convert this to a Flask App soon. #Replit100DaysOfCode #100DaysOfCode
Day 92 of 100 In today's challenge, I built your own weather app I used the "open-meteo.com" Weather API to retrieve the latitude, longitude, and weather code. Based on the code and conditions, I rendered the right weather notes. #Replit100DaysOfCode #100DaysOfCode
Day 91 of 100 Today, I worked with the "icanhazdadjoke.com/api" API to fetch random jokes, and stored them locally using TinyDB. I also added options for users to load saved jokes or generate new ones from the API. #Replit100DaysOfCode #100DaysOfCode
Day 90 of 100 Today, I learnt how to work with APIs and JSON in #Python! I worked on scraping some users from randomuser.me/api and saved their profile pictures automatically.🚀 #Replit100DaysOfCode #100DaysOfCode
Day 89 of 100 Today, still on the #Replit platform I learnt how to create a community chat app using Replit Authentication for users to interact with other people in the community. #Replit100DaysOfCode #100DaysOfCode
Day 88 of 100 Today, still on the Replit platform and how to use the I build Authentication, I learnt how to get the authenticator to work in a more subtle way to allow other users to read the blog and not only Replit users. #Replit100DaysOfCode #100DaysOfCode
Day 87 of 100 Today, I learnt something on the Replit platform: Authentication. How to authenticate a login system with just a few lines of code (using the inbuilt Replit Authentication). #Replit100DaysOfCode #100DaysOfCode #pythonlearningjourney
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 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 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 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
What is your Star Wars name ? Clue : it's all about Sliced lists🟢 Check mine out : AngPoi Muaye ! Day 37 of #Replit100DaysOfCode #100DaysOfCode
They see me rollin' ( 🎲), they hatin'. Day 24 of #Replit100DaysOfCode #100DaysOfCode @Replit @allenharper
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 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
Created spam emails 📧 with 'pretty printing.' Don't worry. It's fake. Day 34 of #Replit100DaysOfCode #100DaysOfCode
Something went wrong.
Something went wrong.
United States Trends
- 1. Mamdani 140K posts
- 2. Ukraine 542K posts
- 3. #KayJewelers N/A
- 4. #Veloragpt N/A
- 5. Putin 185K posts
- 6. DON'T TRADE ON MARGIN N/A
- 7. #pilotstwtselfieday 1,086 posts
- 8. Geraldo 2,723 posts
- 9. #FursuitFriday 14K posts
- 10. Anthony Joshua 4,997 posts
- 11. Le Cowboy N/A
- 12. Zelensky 118K posts
- 13. Start Cade N/A
- 14. Happy Thanksgiving 3,677 posts
- 15. #FanCashDropPromotion 4,283 posts
- 16. Kenyon 2,311 posts
- 17. NOTAM 5,859 posts
- 18. Chris DeMarco 1,059 posts
- 19. Tina Peters 49.6K posts
- 20. NATO 69K posts