About 50 results
Open links in new tab
  1. Learning python - The freeCodeCamp Forum

    Sep 27, 2024 · Practice the Python basics multiple times if necessary before moving on to more advanced topics. When I was learning, I found this article helpful: Learn Python - Free Python …

  2. Build a Caesar Cipher - Step 15 - Python - The freeCodeCamp Forum

    Sep 9, 2025 · Tell us what’s happening: i am trying to use the argument upper for the value of translate text but not working Your code so far def caesar (text, shift): alphabet = …

  3. An Introduction to Python - The freeCodeCamp Forum

    Feb 17, 2021 · Python is a general purpose programming language that is dynamically typed, interpreted, and is known for its easy readability with great design principles. It was created by …

  4. Latest Python topics - The freeCodeCamp Forum

    Jan 18, 2021 · Ask questions and share tips related to Python and any tools in the Python ecosystem.

  5. Python for Everybody - Certificates - The freeCodeCamp Forum

    Dec 20, 2023 · The certificate itself didn’t change. The 5 five projects required to earn the certification are the same - and still in the scientific computing with python section. The …

  6. The freeCodeCamp Forum - Join the developer community and …

    This community will help you learn to code and get a developer job.

  7. Python for beginner - Python - The freeCodeCamp Forum

    Jan 19, 2018 · I recommend Python for Everybody from the University of Michigan. Lecture videos, autograded assignments, etc are all available for free at www.py4e.com.

  8. Python Full Course - The freeCodeCamp Forum

    Dec 6, 2023 · Python is a great programming language to learn and you can use it in a variety of areas in software development. You can use Python for web development, data analysis, …

  9. Build an RPG Character - Python - The freeCodeCamp Forum

    Sep 7, 2025 · Build an RPG character - Build an RPG Character Python bluekirat September 7, 2025, 5:45pm 1

  10. Build A Caesar Cipher Step 22 - Python - The freeCodeCamp Forum

    Oct 11, 2025 · Create an if statement that checks if encrypt is not truthy. Within the new if statement, set shift to - shift. This is necessary to enable the shift to take place in the opposite …