#python wyniki wyszukiwania
golang: simple and strict python: simple until prod #python #golang #buildinpublic #letsconnect #tech
Alhamdulillah 💫 Scored 95% (A Grade) in Q3! 🎯 Included: Python 🐍 + Agentic AI 🤖 + Attendance 🧾 Big thanks to all GIAIC teachers Sir Zia, Sir @0xAsharib, Sir Hamza, Sir Naeem & Sir Ameen Alam 🙏 Hard work + great guidance = results 💪 #GIAIC #Python #AgenticAI


Last month, a client asked if I could “just make a small Python script.” That one “small script” turned into a full-time project. That’s how freelancing really works. One good project can open five new doors. #Python #Freelancing #BuildInPublic #Automation #Coding

Remember those projects I mentioned a while back? Well one of them is finally DONE! I built my own Python Interpreter (with GUI) 3 weeks of work, 20+ docs read line by line, and hours of debugging but it finally works! 🚀 Demo below 👇 #Python #PyQt5 #CodingJourney #Projects
🔥 The Battle of the Programming Titans 🔥 💪 JavaScript: “I’m the most used language in the world!” 🐍 Python: “And I’m the one you can use for almost everything.” Two legends. One digital battleground. ⚔️ Which side are you on? 👇 #JavaScript #Python #Coding #Developers…

🐍 ¿Has visto "Python: El documental | Una historia de origen"? Debo decirlo: es una joya para quienes amamos la programación y la historia detrás del software que usamos todos los días. 🎬 👉¿Por qué vale la pena verlo?👇🧵 #Python #HistoriaDelSoftware #OpenSource #DataScience

【保存必須】 Pythonを「書ける」と「使いこなせる」は別物。 リスト内包表記や辞書のループなど、この一枚にある基本構文を“無意識”で書けますか? このレベルの基礎が固まってこそ、複雑なアルゴリズムや設計が可能になります。 不安があれば、この一枚は「保存必須」です↓ #Python #エンジニア…

Hi my name is Richie and I teach Excel, SQL, Python, Descriptive & Inferential Statistics, Probability Theory, Regression Analysis and Power BI. #Tech #Python #Ronaldo #Asher #Haaland #Lesotho #Davido #Benin
What do you think about this? Python didn’t come to play… it came to dominate 🐍 There’s a reason Python keeps standing tall among programming language Watch how it takes down every other language in this epic showdown! 😂 #Python #CodingHumor #Programming #CodeLife #Developers
The arguments are totally backwards here #python " AND ".join(where_clauses)
Python 3.14 no es una simple actualización. Esta versión es un punto de inflexión en el desarrollo del lenguaje y representa una verdadera revolución silenciosa que reescribe las reglas de concurrencia, paralelismo. #Python youtu.be/j0o8xD38PoI?si…
youtube.com
YouTube
Python 3.14, mucho más que una SIMPLE ACTUALIZACIÓN
🚀 Back to learning Django after a short break! Currently deep into Phase 5: Advanced Django — covered so far: ✅ Class-Based Views (List, Detail, Create, Update, Delete) ✅ Pagination ✅ Signals ✅ Middleware Next → more advanced concepts 👨💻 #Django #Python #LearningInPublic




🚀 Day 7 of #100DaysOfCode Today, I want to share a great resource that’s helping me learn DSA in Python. 🐍 It’s super beginner-friendly and explains each concept clearly with examples! 📘 Check it out: [add your resource link] #Python #DSA #CodingJourney #LearnToCode
![_Rai_Abhishek's tweet image. 🚀 Day 7 of #100DaysOfCode
Today, I want to share a great resource that’s helping me learn DSA in Python. 🐍
It’s super beginner-friendly and explains each concept clearly with examples!
📘 Check it out: [add your resource link]
#Python #DSA #CodingJourney #LearnToCode](https://pbs.twimg.com/media/G3UW50pXEAAacu-.jpg)
Just cracked a basic Python file handling problem! 🐍 Wrote a script to copy content from old.txt and write it to a new file, renamed_by_python.txt. Small wins feel great! #Python #Programming #FileHandling #LearningToCode #VSCode


🚀 Solved LeetCode 121: Best Time to Buy and Sell Stock! Bought low, sold high, and maximized profit 💹. Python one-pass solution ✅ | O(n) time, O(1) space. #100DaysOfCode #LeetCode #Python #CodingChallenge

Full code is here -》gist.github.com/codecraker/3ba… #Spark #bigdata #Python
Just wrote a new article! 📝 Check out my Day 4 #Python challenge: Optimized Prime Number Checker, Loops, Conditionals & Performance ⚡️ Read here: dev.to/shahrouzlogs/d…
Forecasting with `ahead` (Python version) thierrymoudiki.github.io/blog/2021/12/1… #Techtonique #DataScience #Python #rstats #MachineLearning
Hyperparameters tuning with GPopt thierrymoudiki.github.io/blog/2021/06/1… #Techtonique #DataScience #Python #rstats #MachineLearning
💜 Conoce a los organizadores de #DjangoGirls Santa Marta 2025 🚀: 👉 @DjangoGirlsCo 👉 UCC Student Branch – IEEE 👉 Python Santa Marta 👉 @pyladies_co 👉 @ColombiaPython Gracias a su apoyo, este 25 de oct haremos posible este evento gratuito 💻. #Python #SantaMarta

Maximizing your tip as a waiter thierrymoudiki.github.io/blog/2020/06/0… #Techtonique #DataScience #Python #rstats #MachineLearning

A plethora of datasets at your fingertips Part3: how many times do couples cheat on each other? thierrymoudiki.github.io/blog/2024/02/1… #Techtonique #DataScience #Python #rstats #MachineLearning

IA iFood Python: DeepSeek vs Firebase! #IAiFood #Python #DeepSeek #Firebase #CódigoPython #InteligênciaArtificial #DesenvolvimentoWeb #LowCode #NoCode #AlibabaIA
Mastering Python Object-Oriented Programming: Generative AI udemy.com/course/masteri… #chatgpt #python #ai #oop #advanced #genai #generativeai

🧠Here’s why: Python caches small integers from -5 to 256 for speed. So every time you use a number in that range, Python reuses the same object. Numbers outside that range->new object each time. A tiny optimization that makes Python a bit faster⚡ #Python #LearnPython #Coding
Can you spot why this happens in Python? 🧠 code:1 >>>a = 257 >>>b = 257 >>>a is b Output: False code:2 >>> a = 10 >>> b = 10 >>> a is b Output: True Looks weird? 👀 Comment if you know!, rt for more visibility! #Python #Coding #Developers #LearnPython
Alhamdulillah 💫 Scored 95% (A Grade) in Q3! 🎯 Included: Python 🐍 + Agentic AI 🤖 + Attendance 🧾 Big thanks to all GIAIC teachers Sir Zia, Sir @0xAsharib, Sir Hamza, Sir Naeem & Sir Ameen Alam 🙏 Hard work + great guidance = results 💪 #GIAIC #Python #AgenticAI

🚀 ¡Aprendé Python GRATIS con CISCO! Dos cursos 100 % gratuitos, en español 🇪🇸 y con enfoque en certificaciones oficiales del Python Institute 🐍 💻 Contenido práctico + proyectos reales 🎓 Ideal para dar tus primeros pasos en programación 👉 netacad.com/es/catalogs/le… #Python…

Last month, a client asked if I could “just make a small Python script.” That one “small script” turned into a full-time project. That’s how freelancing really works. One good project can open five new doors. #Python #Freelancing #BuildInPublic #Automation #Coding


🔥 The Battle of the Programming Titans 🔥 💪 JavaScript: “I’m the most used language in the world!” 🐍 Python: “And I’m the one you can use for almost everything.” Two legends. One digital battleground. ⚔️ Which side are you on? 👇 #JavaScript #Python #Coding #Developers…

Completed the “Django for Everybody” Specialization by the University of Michigan! 🎓 Built full Django apps, worked with ORM, forms, auth & JS integration. Excited to build real-world projects. 🚀 #Django #Python #WebDev

Masha Allah🔥 Alhamdulillah! 🌟 I’ve passed GIAIC Quarter 3 with Grade A and 90 Percentile 🎉 Grateful for the continuous learning in AI, Web 3.0 & Metaverse Development. Every step brings me closer to becoming a skilled AI & Web 3.0 Developer #GIAIC #Python #AgenticAI #fypシ

The MumbaiPy October Meetup was 🔥 yesterday! So much energy, learning, and good vibes all around 🐍 Big thanks to everyone who joined us and to our awesome speakers and to everyone who joined you made it awesome! 🙌 See you at the next one 👀 #MumbaiPy #Python #MeetUp #TechMeet




『VTuberサプーが教える! Python 初心者のコード/プロのコード』サプー著 技術評論社 ブール型はTrue/Falseがわかる名前にする(写経・p67、68) これまで変数名、関数名は、解り易いものにしてきたが、このようにまだまだ工夫できる。 ほんと、まだまだな私です。 #サプー #Python

My honey bracelet. She's really come into herself. She was playing with Nick before wanting to just chill like arm bling on me. However I was cooking tea so had to give her to Nick. She is such a placid little creature 💛 #albinobananaballpython #ballpython #Python

Something went wrong.
Something went wrong.
United States Trends
- 1. Rickey 1,898 posts
- 2. Westbrook 13.3K posts
- 3. Kings 145K posts
- 4. Gold Glove 7,066 posts
- 5. Maybe in California N/A
- 6. Big Balls 15.5K posts
- 7. Justice Jackson 9,081 posts
- 8. Meyers 1,976 posts
- 9. Voting Rights Act 19.3K posts
- 10. Waddle 2,495 posts
- 11. #wednesdaymotivation 9,064 posts
- 12. Veo 3.1 3,914 posts
- 13. Jay Jones 68.2K posts
- 14. Bessent 77.3K posts
- 15. Lavine N/A
- 16. Summer Walker 4,738 posts
- 17. Sabonis N/A
- 18. Noah Brown N/A
- 19. Brodie 4,612 posts
- 20. DeRozan N/A