<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Codementor Community</title>
  <updated>2025-05-23T11:16:09+00:00</updated>
  <id>https://www.codementor.io/community/topic/python</id>
  <link rel="alternate" href="https://www.codementor.io/community/topic/python"/>
  <link rel="self" href="https://www.codementor.io/community/topic/python/feed"/>
  <entry>
    <title>Unleashing True Concurrency in Python: Exploring the No-GIL Feature in Python 3.13.3</title>
    <link rel="alternate" href="https://www.codementor.io/ksohan/unleashing-true-concurrency-in-python-exploring-the-no-gil-feature-in-python-3-13-3-2rziqpt6tp"/>
    <id>https://www.codementor.io/ksohan/unleashing-true-concurrency-in-python-exploring-the-no-gil-feature-in-python-3-13-3-2rziqpt6tp</id>
    <summary>Python 3.13.3 has landed, and with it comes one of the most anticipated and groundbreaking features in the language's history: experimental support for removing the Global Interpreter Lock...
</summary>
    <updated>2025-05-23T11:16:09+00:00</updated>
    <published>2025-05-23T11:16:09+00:00</published>
    <author>
      <name>Kazi Sohan</name>
    </author>
    <category term="Python"/>
  </entry>
  <entry>
    <title>🧘‍♂️ The Zen of Python: 19 Lines That Changed How I Code (and Mentor)</title>
    <link rel="alternate" href="https://www.codementor.io/arcdev851332/the-zen-of-python-19-lines-that-changed-how-i-code-and-mentor-2rolo2izsl"/>
    <id>https://www.codementor.io/arcdev851332/the-zen-of-python-19-lines-that-changed-how-i-code-and-mentor-2rolo2izsl</id>
    <summary>The Zen of Python: 19 Lines That Changed How I Code (and Mentor)
</summary>
    <updated>2025-05-13T18:49:38+00:00</updated>
    <published>2025-05-13T18:49:38+00:00</published>
    <author>
      <name>Christoph Gulden</name>
    </author>
    <category term="Python"/>
  </entry>
  <entry>
    <title>🐍 How I Learned Python — And Why I Got Certified</title>
    <link rel="alternate" href="https://www.codementor.io/arcdev851332/how-i-learned-python-and-why-i-got-certified-2rezosw8ka"/>
    <id>https://www.codementor.io/arcdev851332/how-i-learned-python-and-why-i-got-certified-2rezosw8ka</id>
    <summary>How I went from self-taught scripting to certified Python pro — and why structure, mindset, and mentorship matter more than just code.
</summary>
    <updated>2025-05-06T10:52:37+00:00</updated>
    <published>2025-05-06T10:52:37+00:00</published>
    <author>
      <name>Christoph Gulden</name>
    </author>
    <category term="Python"/>
  </entry>
  <entry>
    <title>How I learned Python</title>
    <link rel="alternate" href="https://www.codementor.io/federicagazzelloni/how-i-learned-python-2r2pxo6v4q"/>
    <id>https://www.codementor.io/federicagazzelloni/how-i-learned-python-2r2pxo6v4q</id>
    <summary>My work evolved to involve more machine learning, web apps, and cross-platform collaboration, I knew it was time to add Python to my toolkit.
</summary>
    <updated>2025-04-24T09:19:11+00:00</updated>
    <published>2025-04-24T09:19:11+00:00</published>
    <author>
      <name>Federica Gazzelloni</name>
    </author>
    <category term="Python"/>
    <category term="Data Science"/>
    <category term="Data analytics"/>
    <category term="Tutoring"/>
    <category term="Mentoring"/>
  </entry>
  <entry>
    <title>Top Python Development Companies In India 2025</title>
    <link rel="alternate" href="https://www.codementor.io/harikrishna83/top-python-development-companies-in-india-2025-2qrkdcn0lf"/>
    <id>https://www.codementor.io/harikrishna83/top-python-development-companies-in-india-2025-2qrkdcn0lf</id>
    <summary>The Top Python development companies in India 2025 offering scalable, efficient, and innovative software solutions.
</summary>
    <updated>2025-04-14T12:14:12+00:00</updated>
    <published>2025-04-14T12:14:12+00:00</published>
    <author>
      <name>Harikrishna Kundariya</name>
    </author>
    <category term="Technical Architecture"/>
    <category term="Python"/>
    <category term="Solutions Engineering"/>
    <category term="Development"/>
  </entry>
  <entry>
    <title>Understanding Python's Global Interpreter Lock (GIL)</title>
    <link rel="alternate" href="https://www.codementor.io/richardbailey85/understanding-python-s-global-interpreter-lock-gil-2qobxrmg8m"/>
    <id>https://www.codementor.io/richardbailey85/understanding-python-s-global-interpreter-lock-gil-2qobxrmg8m</id>
    <summary>A short post on python's global interpreter lock (GIL).
</summary>
    <updated>2025-04-11T16:10:19+00:00</updated>
    <published>2025-04-11T16:10:19+00:00</published>
    <author>
      <name>Richard Bailey</name>
    </author>
    <category term="Python"/>
    <category term="Threading apis"/>
  </entry>
  <entry>
    <title>Python's Built-in GUI kit: Tkinter</title>
    <link rel="alternate" href="https://www.codementor.io/richardbailey85/python-s-built-in-gui-kit-tkinter-2q42w62mti"/>
    <id>https://www.codementor.io/richardbailey85/python-s-built-in-gui-kit-tkinter-2q42w62mti</id>
    <summary>A short post on creating GUIs with python's built-in tkinter library.
</summary>
    <updated>2025-03-24T17:49:57+00:00</updated>
    <published>2025-03-24T17:49:57+00:00</published>
    <author>
      <name>Richard Bailey</name>
    </author>
    <category term="Python"/>
    <category term="Gui"/>
    <category term="Tkinter"/>
    <category term="Images"/>
  </entry>
  <entry>
    <title>From Quick Script to Polished Tool: Building an Image Converter in Python</title>
    <link rel="alternate" href="https://www.codementor.io/bardcodr/from-quick-script-to-polished-tool-building-an-image-converter-in-python-2pwa2u58t6"/>
    <id>https://www.codementor.io/bardcodr/from-quick-script-to-polished-tool-building-an-image-converter-in-python-2pwa2u58t6</id>
    <summary>The first post in a series "From Quick Script to Polished Tool," where we'll build a practical image conversion tool from the ground up using Python.
</summary>
    <updated>2025-03-20T14:08:37+00:00</updated>
    <published>2025-03-20T14:08:37+00:00</published>
    <author>
      <name>Andrew Pomerleau</name>
    </author>
    <category term="Python"/>
    <category term="Images"/>
    <category term="Cli"/>
  </entry>
  <entry>
    <title>Tic-Tac-Toe: The X-O Factor in Learning AI</title>
    <link rel="alternate" href="https://www.codementor.io/shipranakul/tic-tac-toe-the-x-o-factor-in-learning-ai-2pokxm0726"/>
    <id>https://www.codementor.io/shipranakul/tic-tac-toe-the-x-o-factor-in-learning-ai-2pokxm0726</id>
    <summary>A lot of people come to me and ask: What is a fun way to start coding AI?
</summary>
    <updated>2025-03-10T23:34:34+00:00</updated>
    <published>2025-03-10T23:34:34+00:00</published>
    <author>
      <name>SNS</name>
    </author>
    <category term="Python"/>
    <category term="Game"/>
    <category term="AI"/>
  </entry>
  <entry>
    <title>Python OOP Made Easy: Master Object-Oriented Programming with Ease</title>
    <link rel="alternate" href="https://www.codementor.io/michelleokonicha/python-oop-made-easy-master-object-oriented-programming-with-ease-2olggqfosf"/>
    <id>https://www.codementor.io/michelleokonicha/python-oop-made-easy-master-object-oriented-programming-with-ease-2olggqfosf</id>
    <summary>Python OOP Made Easy: Master Object-Oriented Programming with Ease
Classes, objects, polymorphism and beyond
</summary>
    <updated>2025-02-04T07:44:52+00:00</updated>
    <published>2025-02-04T07:44:52+00:00</published>
    <author>
      <name>Mich Okonicha</name>
    </author>
    <category term="Python"/>
    <category term="Object oriented programming"/>
    <category term="Polymorphism"/>
    <category term="Software Development"/>
    <category term="Programming"/>
  </entry>
  <entry>
    <title>How I went from a web developer to a AI engineer</title>
    <link rel="alternate" href="https://www.codementor.io/marktellez/how-and-why-i-built-how-i-went-from-a-web-developer-to-a-ai-engineer-2no6h2hgqd"/>
    <id>https://www.codementor.io/marktellez/how-and-why-i-built-how-i-went-from-a-web-developer-to-a-ai-engineer-2no6h2hgqd</id>
    <summary>How a self-taught developer combined software engineering, audio production experience, and practical AI learning to build VoxBird — a platform that eliminates the need for traditional voice recording by generating human-quality voice content instantly.
</summary>
    <updated>2025-01-05T21:23:55+00:00</updated>
    <published>2025-01-05T21:23:55+00:00</published>
    <author>
      <name>Mark Tellez</name>
    </author>
    <category term="Machine learning"/>
    <category term="AWS"/>
    <category term="Python"/>
  </entry>
  <entry>
    <title>Building a Secure Anonymous Feedback System with Django, Twilio, and Pinata</title>
    <link rel="alternate" href="https://www.codementor.io/chidoziemanagwu880043/building-a-secure-anonymous-feedback-system-with-django-twilio-and-pinata-2nmivzl3ox"/>
    <id>https://www.codementor.io/chidoziemanagwu880043/building-a-secure-anonymous-feedback-system-with-django-twilio-and-pinata-2nmivzl3ox</id>
    <summary>In this guide, I will walk you through building a Secure Anonymous Feedback System using Django,...
</summary>
    <updated>2025-01-04T09:09:05+00:00</updated>
    <published>2025-01-04T09:09:05+00:00</published>
    <author>
      <name>Chidozie Managwu</name>
    </author>
    <category term="AI"/>
    <category term="Python"/>
    <category term="Django"/>
    <category term="Web development"/>
  </entry>
  <entry>
    <title>Understanding Variable Overwriting in Python Loops: A Deep Dive into Scope and Assignments</title>
    <link rel="alternate" href="https://www.codementor.io/dhiraj8899/understanding-variable-overwriting-in-python-loops-a-deep-dive-into-scope-and-assignments-2nl6pekbfy"/>
    <id>https://www.codementor.io/dhiraj8899/understanding-variable-overwriting-in-python-loops-a-deep-dive-into-scope-and-assignments-2nl6pekbfy</id>
    <summary>Variable Overwriting in Python Loops
</summary>
    <updated>2025-01-03T04:52:53+00:00</updated>
    <published>2025-01-03T04:52:53+00:00</published>
    <author>
      <name>Dhiraj Kumar</name>
    </author>
    <category term="Python"/>
  </entry>
  <entry>
    <title>Staying Safe on Codementor: Recognizing and Avoiding Social Engineering Traps</title>
    <link rel="alternate" href="https://www.codementor.io/chidoziemanagwu880043/staying-safe-on-codementor-recognizing-and-avoiding-social-engineering-traps-2nj6mxthwm"/>
    <id>https://www.codementor.io/chidoziemanagwu880043/staying-safe-on-codementor-recognizing-and-avoiding-social-engineering-traps-2nj6mxthwm</id>
    <summary>Staying Safe on Codementor: Recognizing and Avoiding Social Engineering Traps - Chidozie Managwu
</summary>
    <updated>2025-01-01T10:18:08+00:00</updated>
    <published>2025-01-01T10:18:08+00:00</published>
    <author>
      <name>Chidozie Managwu</name>
    </author>
    <category term="Web development"/>
    <category term="Python"/>
    <category term="Mentoring"/>
    <category term="AI"/>
    <category term="Machine learning"/>
  </entry>
  <entry>
    <title>Building Responsible AI Agents: Balancing Innovation and Ethics</title>
    <link rel="alternate" href="https://www.codementor.io/chidoziemanagwu880043/building-responsible-ai-agents-balancing-innovation-and-ethics-2nep2naqqj"/>
    <id>https://www.codementor.io/chidoziemanagwu880043/building-responsible-ai-agents-balancing-innovation-and-ethics-2nep2naqqj</id>
    <summary>Artificial Intelligence (AI) is transforming industries, with autonomous AI agents like Salesforce’s AgentForce and open-source tools like AutoGPT leading the charge. These agents automate complex tasks, collaborate with other systems, and enhance productivity.
</summary>
    <updated>2024-12-28T11:14:53+00:00</updated>
    <published>2024-12-28T11:14:53+00:00</published>
    <author>
      <name>Chidozie Managwu</name>
    </author>
    <category term="AI"/>
    <category term="Software Development"/>
    <category term="Web development"/>
    <category term="Python"/>
  </entry>
  <entry>
    <title>How to Build a Simple Image Classification API Using TensorFlow and Flask</title>
    <link rel="alternate" href="https://www.codementor.io/chidoziemanagwu880043/how-to-build-a-simple-image-classification-api-using-tensorflow-and-flask-2n84de1nt0"/>
    <id>https://www.codementor.io/chidoziemanagwu880043/how-to-build-a-simple-image-classification-api-using-tensorflow-and-flask-2n84de1nt0</id>
    <summary>Image classification is one of the most common applications of machine learning. With tools like TensorFlow, you can train or use pre-trained models to classify images, and with Flask, you can serve your model as an API for real-world applications.
</summary>
    <updated>2024-12-22T15:09:10+00:00</updated>
    <published>2024-12-22T15:09:10+00:00</published>
    <author>
      <name>Chidozie Managwu</name>
    </author>
    <category term="AI"/>
    <category term="Python"/>
    <category term="Flask"/>
    <category term="Api"/>
  </entry>
  <entry>
    <title>Mentoring the Next Generation of Developers: Lessons from 136 Students and 1000+ Project Evaluations</title>
    <link rel="alternate" href="https://www.codementor.io/chidoziemanagwu880043/mentoring-the-next-generation-of-developers-lessons-from-136-students-and-1000-project-evaluations-2n5oed1wow"/>
    <id>https://www.codementor.io/chidoziemanagwu880043/mentoring-the-next-generation-of-developers-lessons-from-136-students-and-1000-project-evaluations-2n5oed1wow</id>
    <summary>Mentorship is one of the most rewarding aspects of my career. Over the years, I’ve had the privilege of mentoring 36 students in data science, machine learning, and AI, as well as evaluating over 100 projects globally as a Certified Assessor at OpenClassrooms.
</summary>
    <updated>2024-12-20T11:14:12+00:00</updated>
    <published>2024-12-20T11:14:12+00:00</published>
    <author>
      <name>Chidozie Managwu</name>
    </author>
    <category term="Mentoring"/>
    <category term="Session"/>
    <category term="AI"/>
    <category term="Python"/>
  </entry>
  <entry>
    <title>Mastering Prompt Engineering for AI Development</title>
    <link rel="alternate" href="https://www.codementor.io/chidoziemanagwu880043/mastering-prompt-engineering-for-ai-development-2mztwvuh0n"/>
    <id>https://www.codementor.io/chidoziemanagwu880043/mastering-prompt-engineering-for-ai-development-2mztwvuh0n</id>
    <summary>Artificial Intelligence (AI) has revolutionized the way we interact with technology, and at the heart of this transformation lies the art of prompt engineering. Whether you're building conversational agents, generating creative content, or solving complex problems, crafting effective prompts is a skill that can elevate your AI projects to new heights.
</summary>
    <updated>2024-12-15T06:55:02+00:00</updated>
    <published>2024-12-15T06:55:02+00:00</published>
    <author>
      <name>Chidozie Managwu</name>
    </author>
    <category term="AI"/>
    <category term="Prompt Engineering"/>
    <category term="Python"/>
    <category term="Salesforce"/>
  </entry>
  <entry>
    <title>step-by-step guide starting from installing Python, TensorFlow, and CUDA on Windows:
</title>
    <link rel="alternate" href="https://www.codementor.io/ibikunleadekiitan/step-by-step-guide-starting-from-installing-python-tensorflow-and-cuda-on-windows-2mwsjhpqqo"/>
    <id>https://www.codementor.io/ibikunleadekiitan/step-by-step-guide-starting-from-installing-python-tensorflow-and-cuda-on-windows-2mwsjhpqqo</id>
    <summary>How to install python, Tensorflow and Cuda without any errors 
</summary>
    <updated>2024-12-12T14:13:51+00:00</updated>
    <published>2024-12-12T14:13:51+00:00</published>
    <author>
      <name>Ibikunle Samuel </name>
    </author>
    <category term="Python"/>
    <category term="Cuda"/>
    <category term="Tensorflow"/>
    <category term="Beginner Assistance"/>
  </entry>
  <entry>
    <title>How to Refactor Messy Code: A Step-by-Step Guide</title>
    <link rel="alternate" href="https://www.codementor.io/rctushar/how-to-refactor-messy-code-a-step-by-step-guide-2m4pnsl4yx"/>
    <id>https://www.codementor.io/rctushar/how-to-refactor-messy-code-a-step-by-step-guide-2m4pnsl4yx</id>
    <summary>Learn how to write clean, readable, and maintainable Python code with best practices like meaningful naming, modular functions, and efficient error handling. Improve your coding skills today!
</summary>
    <updated>2024-11-24T03:17:34+00:00</updated>
    <published>2024-11-24T03:17:34+00:00</published>
    <author>
      <name>Abdullah Al Masud Tushar</name>
    </author>
    <category term="Python"/>
    <category term="Clean coding"/>
    <category term="Refactor"/>
  </entry>
</feed>
