Filter
Exclude
Time range
-
Near
#LSPPDay14 Today i explored APIs, JSON and environment management: - GET, POST requests using requests module - Created a weather project using Openweather API - Understood use of pip freeze in reproducibility @lftechnology #60DaysofLearning2026 #LearningWithLeapfrog
4
25
Jun 11
3 free APIs for side projects: . JSONPlaceholder . OpenWeather . DummyJSON Perfect for learning and prototypes.
1
14
9 million users. 🌍 That's how many people and businesses around the world now rely on OpenWeather data - from developers building apps to enterprises making critical decisions. Thank you for being part of it.
47
20 Java Project Ideas to Build Real-World Applications 1. Student Management System → Tech Stack: Java, Spring Boot, MySQL 2. Banking Management Application → Tech Stack: Java, JDBC, MySQL 3. Library Management System → Tech Stack: Java, JavaFX, SQLite 4. E-Commerce Backend API → Tech Stack: Java, Spring Boot, PostgreSQL 5. Online Quiz Application → Tech Stack: Java, Swing, MySQL 6. Expense Tracker System → Tech Stack: Java, Spring Boot, MongoDB 7. Hotel Reservation System → Tech Stack: Java, Hibernate, MySQL 8. Chat Application → Tech Stack: Java, Socket Programming 9. Employee Management System → Tech Stack: Java, Spring Boot, MySQL 10. Weather Forecast App → Tech Stack: Java, OpenWeather API, JavaFX 11. File Compression Tool → Tech Stack: Java, File I/O, ZIP Utilities 12. URL Shortener Service → Tech Stack: Java, Spring Boot, Redis 13. Task Management Application → Tech Stack: Java, Spring Boot, PostgreSQL 14. Inventory Management System → Tech Stack: Java, Hibernate, MySQL 15. Email Automation System → Tech Stack: Java, JavaMail API 16. AI-Powered Recommendation System → Tech Stack: Java, Apache Mahout, MySQL 17. Real-Time Notification System → Tech Stack: Java, WebSockets, Spring Boot 18. REST API Backend → Tech Stack: Java, Spring Boot, PostgreSQL 19. Microservices-Based Application → Tech Stack: Java, Spring Cloud, Docker 20. AI Resume Screening System → Tech Stack: Java, NLP Libraries, Spring Boot ➡️ Master Java Development Projects with this ebook: codewithdhanian.gumroad.com/…
13
13
83
4,086
First time working with API! built a weather app using OpenWeather API, learned how to make API requests , handle JSON data, and update the UI with live Weather information. The css/UI can be better , but for now focusing on the functionality part more, will update it later.
2
11
217
Just fixed an oversight in Arc AI Logistics arc-ai-logistics.vercel.app . The platform already used a real Weather/OpenWeather risk signal during paid AI analysis: - live weather checks - fallback safety logic - weather impact on aggregate risk - weather-aware recommendations But I forgot to expose the Weather Agent as a visible paid allocation in the Agent Payment Ledger and analytics dashboard. Now fixed. Weather Agent is now tracked separately inside the existing 0.005 USDC AI analysis bundle without increasing total cost. You can also see the analytics effect in the dashboard screenshot: the Weather Agent revenue is lower than the others because historical runs were created before the allocation existed. Small fix, but important for transparency and agent-level economics tracking. Arc AI Logistics continues evolving into a stablecoin-native autonomous logistics coordination system built on @Arc @Circle.
1
2
54
Just built a Weather App using the OpenWeather API 🌦️💻 Learned a lot about: ✅ APIs ✅ Async/Await ✅ Fetch requests ✅ DOM manipulation ✅ UI improvements Added an animated background interactive UI too 🔥 Small projects. Real growth. 🚀 #JavaScript #fullstack #webdev
1
4
119
Built a Weather App using HTML, CSS, and JS. Designed a responsive UI featuring live city search, OpenWeather API integration, and dynamic backgrounds. Focused on asynchronous API data parsing, JSON handling, and condition-based DOM updates. Built from scratch.
1
4
43
🐍 20 Python Project Ideas To Build Real-World Applications 💻 1️⃣ 🔐 Password Manager Application → Python, Tkinter, SQLite 2️⃣ 🌐 Web Scraper For News & Blogs → BeautifulSoup, Requests 3️⃣ 🤖 AI Chatbot With NLP → Transformers, Flask 4️⃣ 💰 Expense Tracker System → Flask, SQLite 5️⃣ ⚙️ Task Automation Scripts → OS Module, Schedule 6️⃣ 🌦️ Weather Forecast App → OpenWeather API, Tkinter 7️⃣ 👁️ Face Detection System → OpenCV, Deep Learning 8️⃣ 📄 PDF Merger & Splitter → PyPDF2 9️⃣ 📈 Stock Price Prediction App → TensorFlow, Pandas 🔟 💬 Real-Time Chat Application → Django Channels, Redis 1️⃣1️⃣ 📱 QR Code Generator & Scanner → qrcode, OpenCV 1️⃣2️⃣ 🧠 AI Text Summarizer → Hugging Face, Flask 1️⃣3️⃣ 🌍 Portfolio Website Backend → Django, PostgreSQL 1️⃣4️⃣ 📂 File Organizer Automation Tool → shutil, OS Module 1️⃣5️⃣ 📧 Email Automation System → smtplib, MIME 1️⃣6️⃣ 🎯 Recommendation System → Scikit-learn, Pandas 1️⃣7️⃣ 🎙️ Speech-to-Text Application → DeepSpeech, TensorFlow 1️⃣8️⃣ 🖼️ Image Classification Model → CNN, PyTorch 1️⃣9️⃣ ⚡ REST API Backend With FastAPI → FastAPI, PostgreSQL 2️⃣0️⃣ 📄 AI Resume Screening System → NLP, Scikit-learn ━━━━━━━━━━━━━━━━━━ Building projects is how you actually learn Python. Tutorials teach syntax. Projects teach problem solving. #Python #Programming #AI #MachineLearning #Automation #Coding
5
20
756
20 Python Project Ideas to Build Real-World Applications 1. Password Manager Application → Tech Stack: Python, Tkinter, SQLite 2. Web Scraper for News & Blogs → Tech Stack: Python, BeautifulSoup, Requests 3. AI Chatbot with NLP → Tech Stack: Python, Transformers, Flask 4. Expense Tracker System → Tech Stack: Python, Flask, SQLite 5. Task Automation Scripts → Tech Stack: Python, OS Module, Schedule 6. Weather Forecast App → Tech Stack: Python, OpenWeather API, Tkinter 7. Face Detection System → Tech Stack: Python, OpenCV, Deep Learning 8. PDF Merger & Splitter Tool → Tech Stack: Python, PyPDF2 9. Stock Price Prediction App → Tech Stack: Python, TensorFlow, Pandas 10. Real-Time Chat Application → Tech Stack: Python, Django Channels, Redis 11. QR Code Generator & Scanner → Tech Stack: Python, qrcode, OpenCV 12. AI Text Summarizer → Tech Stack: Python, Hugging Face, Flask 13. Portfolio Website Backend → Tech Stack: Python, Django, PostgreSQL 14. File Organizer Automation Tool → Tech Stack: Python, shutil, OS Module 15. Email Automation System → Tech Stack: Python, smtplib, MIME 16. Machine Learning Recommendation System → Tech Stack: Python, Scikit-learn, Pandas 17. Speech-to-Text Application → Tech Stack: Python, DeepSpeech, TensorFlow 18. Image Classification Model → Tech Stack: Python, CNN, PyTorch 19. REST API Backend with FastAPI → Tech Stack: Python, FastAPI, PostgreSQL 20. AI Resume Screening System → Tech Stack: Python, NLP, Scikit-learn ➡️ Master Python Development Projects with this ebook: codewithdhanian.gumroad.com/…
9
16
74
2,266
The trigger connects to an HTTP Request node, which sends a GET request to the OpenWeather API to retrieve live weather information. After the data is fetched, the workflow passes the result to a telegram Send Message node.
1
2
54
Day 05 - Styrae ✨🍻 worked on the ai stylist feature, with a full agentic experience and making the agent stateless, which will scale automatically when users grow. also migrated from openweather to weatherapi .com cause they are really cost efficient - 3M calls / month at 7$. thats how my day 5 was 😂
4
4
60
Day 4 of learning AI Automation. I spent one hour trying to build a workflow and wanted to add another workflow but Openweather API key decided to frustrate me. We keep pushing.🛩️🛩️
5
33
One road ≠ one weather condition. That's the premise behind everything OpenWeather is bringing to Cold Comfort 2026 - and it's the reason we're at Stand B42 next week. On Day 2, @ChuprynaDmytro - speaking at the Resilience Theatre: 21 May · 11:40-12:00
2
49
Dia 10/200 = 💻 Fiz minha primeira DAG e tá rodando, coletando dados do OpenWeather, formatando e salvando em CSV. Agora quero preparar o meu homelab pra ficar fazendo isso e salvando num PostgreSQL. Coisa linda ! @ApacheAirflow Meta = 2h/200d #studytwt
18
266
20 Python Project Ideas to Build Real-World Applications 1. Password Manager Application → Tech Stack: Python, Tkinter, SQLite 2. Web Scraper for News & Blogs → Tech Stack: Python, BeautifulSoup, Requests 3. AI Chatbot with NLP → Tech Stack: Python, Transformers, Flask 4. Expense Tracker System → Tech Stack: Python, Flask, SQLite 5. Task Automation Scripts → Tech Stack: Python, OS Module, Schedule 6. Weather Forecast App → Tech Stack: Python, OpenWeather API, Tkinter 7. Face Detection System → Tech Stack: Python, OpenCV, Deep Learning 8. PDF Merger & Splitter Tool → Tech Stack: Python, PyPDF2 9. Stock Price Prediction App → Tech Stack: Python, TensorFlow, Pandas 10. Real-Time Chat Application → Tech Stack: Python, Django Channels, Redis 11. QR Code Generator & Scanner → Tech Stack: Python, qrcode, OpenCV 12. AI Text Summarizer → Tech Stack: Python, Hugging Face, Flask 13. Portfolio Website Backend → Tech Stack: Python, Django, PostgreSQL 14. File Organizer Automation Tool → Tech Stack: Python, shutil, OS Module 15. Email Automation System → Tech Stack: Python, smtplib, MIME 16. Machine Learning Recommendation System → Tech Stack: Python, Scikit-learn, Pandas 17. Speech-to-Text Application → Tech Stack: Python, DeepSpeech, TensorFlow 18. Image Classification Model → Tech Stack: Python, CNN, PyTorch 19. REST API Backend with FastAPI → Tech Stack: Python, FastAPI, PostgreSQL 20. AI Resume Screening System → Tech Stack: Python, NLP, Scikit-learn ➡️ Master Python Development Projects with this ebook: codewithdhanian.gumroad.com/…
9
31
127
3,788
OpenWeatherとGoogleからクレカを完全に抹消する方法を調べなければ...笑 #SUNABACO #API実践講座
1
12
586
用JavaScript写的天气狙击机器人 这位老兄写出了抓取天气数据最快的代码 一单下注174美元,净赚3169美元 他的主页让人惊叹:polymarket.com/@weatherhk?r=… 一个月下来已经入账近8000美元 他调用Openweather的API接口 让AI帮忙写了段程序,专门从这个接口抓温度数据 温度数据刚一刷新,他马上核对 #Polymarket 的价格动向 市场还没反应,立刻下单 价格已经跟上,跳过这个市场,等下次温度更新再说 这类狙击机器人在加密货币圈早就赚了数百万美元 现在轮到 @Polymarket的新战场了 谁先抢占先机,谁就能赚得盆满钵满 跟单他:t.me/PolyCop_BOT?start=ref_P…
2
92