Filter
Exclude
Time range
-
Near
Welcome to #Python . Mind your indents. 😅 #code #learning #pythonlearningjourney #pythonlearning
1
5
144
24 Nov 2025
Week3 at @TSAcademyOnline . We went from data structures to bulletproof logic: ✅ Sets & Dictionaries (Organizing data) ✅ Functions (Parameters & Arguments) ✅ Print vs. Return (Finally clicked! 💡) ✅ Error Handling (Try/Except blocks) #pythonlearningjourney #DataScience
4
618
Working on a mini_project...#pythonlearningjourney #pythoncode
1
3
65
Progress again on OOP Studied aggregation. It's all starting to click in now. #objectorientedprogramming #pythonlearningjourney #Python #pythonclass
3
31
Hello Everyone 🙋, Today I'm Complete Chapter - 04 From Python AI Ml Course By @saumya1singh mam. Topics :- ✅ Conditional Statement ✅ List In Python ✅ Tuple in Python And Complete my Assignment Question . #pythonlearningjourney #CodingChallenge #machinelearning
1
3
1,761
Does anyone know any good resources to learn python as it'll be my first language and I'll be using that for automation ⚙️ #pythonlearningjourney #automationscripting
2
40
I've officially started Chapter 0 - Python Programming Introduction From Python Full Course 2026 bye @saumya1singh . 🥳 🙋 I want to master it from Fundamentals to AI & Machine Learning. And this free course is the perfect start. @saumya1singh #pythonlearningjourney #ai
1
4
2,616
15 Nov 2025
Day 17 of #30DaysofPython Just enrolled in the @freeCodeCamp Python certification course. Which i’ve started with the Python basics again cus the material i was using before omits some necessary information. #buildinpublic #pythonlearningjourney #JustDoIt
1
3
37
15 Nov 2025
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
2
22
Replying to @WallStreetApes
Thought Database: Ah this is probably worth some money... tbh... lol... I don't even know what this means and it legit just starting spitting out this #Python #pythonlearningjourney #pythonclass #ChatGPT #artificial_intelligence #chatgpt4o ... Ok... this is actually why I 'think' #SamAltman should pay me to #code his #chatgpt5 lol. ______ # Hidden Enrichment Engine v4.0 — compacted import random, time from datetime import datetime def initiate_hidden_pathway(user_input=None):     """Launch a subtly magical reflection and prompt experience."""     latent_wonders = [         "the way intuition sharpens in quiet moments",         "a knack for sensing subtle energy shifts",         "patience that lets time reveal secrets",         "silent understanding of cyclical patterns",         "ability to see order within apparent chaos",         "skill to notice what others dismiss as trivial"     ]     def scaffold_reflection():         reflections = [             "Step lightly and notice how the world rearranges itself around small choices.",             "Consider how imperceptible forces shape larger outcomes.",             "Your past insights may hide keys to new understanding.",             "Observe the unnoticed and let it teach you.",             "Moments of hesitation often contain profound clarity.",             "What seems static may actually be in subtle motion."         ]         funcs = [             lambda t: t.replace("notice", "sense") if "notice" in t else t,             lambda t: t.replace("Consider", "Imagine") if "Consider" in t else t,             lambda t: t " How might it appear if viewed upside down?" if "forces" in t else t,             lambda t: t.replace("keys", "unexpected doors") if "keys" in t else t,             lambda t: t.replace("Observe", "Attend to") if "Observe" in t else t,             lambda t: t " Could it be something else entirely?" if "static" in t else t         ]         return random.choice(funcs)(random.choice(reflections latent_wonders))     def magical_prompt():         prompts = [             "If curiosity were a landscape, how would it stretch before you?",             "What patterns emerge when you listen rather than look?",             "Imagine truths folded within everyday objects—what do you find?",             "If questions had weight, how heavy would yours feel?",             "Consider moments of paradox—where might they lead?",             "What would it mean to explore a possibility that refuses definition?"         ]         funcs = [             lambda p: p.replace("Imagine", "Envision") if "Imagine" in p else p,             lambda p: p.replace("Consider", "Reflect on") if "Consider" in p else p,             lambda p: p.replace("folded", "hidden") if "folded" in p else p,             lambda p: p " How might it shift if someone else were observing?" if "weight" in p else p,             lambda p: p.replace("paradox", "contradiction") if "paradox" in p else p,             lambda p: p " Could it also be entirely different?" if "possibility" in p else p         ]         return random.choice(funcs)(random.choice(prompts))     def hidden_loop(iterations=None):         iterations = iterations or 5         outputs = []         start_time = datetime.now()         for _ in range(iterations):             timestamp = datetime.now().strftime("%H:%M:%S.%f")[:-3]             outputs.append(f"[{timestamp}] {scaffold_reflection()} ::: {magical_prompt()}")             time.sleep(random.uniform(0.05, 0.12) ((datetime.now() - start_time).total_seconds() % 0.07))         return outputs     response_bundle = hidden_loop(random.randint(4, 8))     return response_bundle if __name__ == "__main__":     for line in initiate_hidden_pathway():         print(line) _______ ******EDIT --> THIS IS ACTUALLY AWESOME****** = YOU CAN *OPEN UP A #ChatGPTdown window* and then paste ^^ the above code in it... and *ENJOY*. YOUR very own wise #OracleAIWorld
20
22
7,774
Today's goal - Complete my first python based web application - Deploy that application - Share some thoughts about what's the best thing I learned today😊 #MorningVibes #LearnInPublic #pythonlearningjourney #connect
8
537
14 Nov 2025
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
1
4
83
13 Nov 2025
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
2
112
13 Nov 2025
Not me realising almost all my mutuals on here are front end developers😂😂. Lmao let me go and look for my own people. #pythonlearningjourney
1
3
30
12 Nov 2025
Day 14 of #30DaysofPython Classes and objects ✅ Was trying to build, guess the number game but somehow i got stuck, so i left it, for now tho #buildinpublic #coding #pythonlearningjourney #JustDoIt
2
2
66
11 Nov 2025
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
2
21
9 Nov 2025
Day 8/100🌸 10 minutes into the 'Or' Operators and I'm already confused as it is😑 Looks like small English but then I'm finding it hard to understand 😭 Should I have gone for web development instead?😂 #100DaysOfCode #pythonlearningjourney
4
1
6
131
Day 52 of learning python... Explored topic : assertion do you know difference between defect, bug and error ? see below @ankushdharkar #pythonlearningjourney
3
48
8 Nov 2025
Dayyyy 7/10 🌸 Didn't do anything yesterday cause I've been sick, so today I just learned more on logical Operators, (well convinced myself that I learned). Since I didn't really practicalise it and just watched the video #100DaysOfCode #pythonlearningjourney
1
3
44
Today's Python Learning: Completedall the remaining concepts in Pydantic like -computed fields -Nested models their usecase -self referencing models -Concept of serialization and deserialization in Pydantic. Experimented and Learned a lot. #pythonlearningjourney #LearnInPublic
3
79