🌐
Letientai
letientai.io › freecodecamp
FreeCodeCamp solutions - Tai Le
4.5h for the course, but I spent probably only 30m on the course content (skipped videos, guest the answers), and use the rest to write scripts for converting Python scripts to Jupyter Notebook, HTML and markdown, then live serving the HTML as I editing the Python script.
🌐
freeCodeCamp
forum.freecodecamp.org › python
Pls tell me answer - Python - The freeCodeCamp Forum
December 17, 2021 - Tell us what’s happening: Describe your issue in detail here. can someone tell me the answer pls Your code so far Your browser information: User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36…
Discussions

freecodecamp python course isn't really teaching me anything
Honestly speaking, CS50x is excellent for those who have no background at all. More on reddit.com
🌐 r/learnpython
71
47
January 5, 2024
Learn String Manipulation by Building a Cipher - Step 16
I got to this part but i can’t solve it. I did shifted = index + shift but it’s just giving me back an error. The challenge is " Declare a variable named shifted and assign it the alphabet letter at index plus shift." text = ‘Hello World’ shift = 3 alphabet = ‘abcdefghijklmnopqrs... More on forum.freecodecamp.org
🌐 forum.freecodecamp.org
1
0
December 20, 2023
Scientific computing with python
Hello, Ive been doing the course and I’m about 60% in but i feel like im not really learning so much. The exercises are multiply choice and there is like 1 question at the end. How can I practice what I’m learning and where would I practice and how much should I be practicing compared to ... More on forum.freecodecamp.org
🌐 forum.freecodecamp.org
15
1
June 8, 2023
algorithm - Currently taking the freecodecamp python and need help refactoring my solution - Stack Overflow
I tried my hand at the freecodecamp python algorithm and I came up with a solution for the first question but need help refactoring it. Here is the arithmetic arranger question click here to access... More on stackoverflow.com
🌐 stackoverflow.com
🌐
freeCodeCamp
freecodecamp.org › news › tag › python
Python - freeCodeCamp.org
Browse thousands of programming tutorials written by experts. Learn Web Development, Data Science, DevOps, Security, and get developer career advice.
🌐
YouTube
youtube.com › watch
Speedrunning The Freecodecamp Python Course In Under 300 Hours (Part 1) - YouTube
In this new series, Justin will be going through the Scientific Computing with Python course on freeCodeCamp and attempt to speedrun through this while teach...
Published   June 10, 2022
🌐
Reddit
reddit.com › r/learnpython › freecodecamp python course isn't really teaching me anything
r/learnpython on Reddit: freecodecamp python course isn't really teaching me anything
January 5, 2024 -

Hello!
I have no background in computer science, data analytic, or coding at all. I've always been interested in learning how to code. A few days ago I began going through the Scientific Computing with Python (Beta) course(?) on freecodecamp website. I finished the first module and I feel like I haven't really learned anything. I can follow the instructions and go through each module/project pretty quickly but at the end of the day it feels like I don't know what I'm actually doing. I'm just following directions without actually knowing what it does or what it means. maybe a lot of the tasks are common sense to someone who is a CS major but I am completely lost. Is there a website or course or book that teaches the fundamentals?

🌐
GitHub
github.com › sfoteini › scientific-computing-python-freeCodeCamp
GitHub - sfoteini/scientific-computing-python-freeCodeCamp: Python projects made for the freeCodeCamp Scientific Computing with Python Certification. · GitHub
Python projects made for the freeCodeCamp Scientific Computing with Python Certification. - sfoteini/scientific-computing-python-freeCodeCamp
Starred by 54 users
Forked by 40 users
Languages   Python
🌐
freeCodeCamp
freecodecamp.org › news › learning-python-from-zero-to-hero-120ea540b567
Learning Python: From Zero to Hero
September 30, 2017 - This is slightly different than defining methods. The methods work as attributes. For example, when we set the new number of wheels, we don’t apply two as a parameter, but set the value 2 to number_of_wheels. This is one way to write pythonic getter and setter code.
🌐
freeCodeCamp
forum.freecodecamp.org › python
Learn String Manipulation by Building a Cipher - Step 16 - Python - The freeCodeCamp Forum
December 20, 2023 - I got to this part but i can’t solve it. I did shifted = index + shift but it’s just giving me back an error. The challenge is " Declare a variable named shifted and assign it the alphabet letter at index plus shift." text = ‘Hello World’ shift = 3 alphabet = ‘abcdefghijklmnopqrstuvwxyz’ index = alphabet.find(text[0].lower()) shifted = index + shift print(index) Learn String Manipulation by Building a Cipher - Step 16
Find elsewhere
🌐
freeCodeCamp
freecodecamp.org › news › best-python-tutorial
The Best Python Tutorials
November 29, 2019 - Also the most important thing about python is that you don’t have to specify the data type while declaring a variable; python’s compiler will do that itself based on the type of value assigned. The objects parameter is prefixed with a * which indicates that the function will take an arbitrary number of arguments for that parameter. If you read this far, thank the author to show them you care. Say Thanks · Learn to code for free. freeCodeCamp's open source curriculum has helped more than 40,000 people get jobs as developers.
🌐
freeCodeCamp
freecodecamp.org › news › freecodecamps-new-python-certification-is-now-live
freeCodeCamp's New Python Certification is Now Live
December 15, 2025 - We've implemented a number of reliable, yet non-invasive, measures to help prevent people from cheating on freeCodeCamp's exams: For each exam, we have a massive bank of questions and potential answers to those questions.
🌐
freeCodeCamp
forum.freecodecamp.org › python
Scientific computing with python - Python - The freeCodeCamp Forum
June 8, 2023 - Hello, Ive been doing the course and I’m about 60% in but i feel like im not really learning so much. The exercises are multiply choice and there is like 1 question at the end. How can I practice what I’m learning and where would I practice and how much should I be practicing compared to ...
🌐
Stack Overflow
stackoverflow.com › questions › 72250846 › currently-taking-the-freecodecamp-python-and-need-help-refactoring-my-solution
algorithm - Currently taking the freecodecamp python and need help refactoring my solution - Stack Overflow
I tried my hand at the freecodecamp python algorithm and I came up with a solution for the first question but need help refactoring it. Here is the arithmetic arranger question click here to access...
🌐
GitHub
github.com › Shubham-Lal › freeCodeCamp-Solutions
GitHub - Shubham-Lal/freeCodeCamp-Solutions: freeCodeCamp solved questions · GitHub
freeCodeCamp solved questions. Contribute to Shubham-Lal/freeCodeCamp-Solutions development by creating an account on GitHub.
Starred by 12 users
Forked by 6 users
Languages   JavaScript 50.0% | HTML 36.6% | CSS 13.0%
🌐
GitHub
github.com › mjcs-95 › FreeCodeCamp_Data_Analysis_with_Python
GitHub - mjcs-95/FreeCodeCamp_Data_Analysis_with_Python: My solution to the FreeCodeCamp Data Analysis with Python Certification projects · GitHub
My solution to the FreeCodeCamp Data Analysis with Python Certification projects - mjcs-95/FreeCodeCamp_Data_Analysis_with_Python
Starred by 14 users
Forked by 11 users
Languages   Python
🌐
freeCodeCamp
forum.freecodecamp.org › python
Help with Python coding exercise - Python - The freeCodeCamp Forum
April 3, 2020 - I’m a beginner following a free Python course on EDX and I’m having trouble with one exercise. It should be noted that although the class can be followed for free as I am, there is a paid version of it which opens lots more of exercise pages and I did get a hint that some additional topics ...
🌐
GitHub
github.com › m3gofriends › freeCodeCamp-Machine-Learning-with-Python-Projects
GitHub - m3gofriends/freeCodeCamp-Machine-Learning-with-Python-Projects: freeCodeCamp : Machine Learning with Python Projects - My solution · GitHub
freeCodeCamp : Machine Learning with Python Projects - My solution - m3gofriends/freeCodeCamp-Machine-Learning-with-Python-Projects
Starred by 29 users
Forked by 17 users
Languages   Jupyter Notebook 99.8% | Python 0.2%
🌐
Reddit
reddit.com › r/freecodecamp › the right python course for beginner - question
r/FreeCodeCamp on Reddit: The right Python course for beginner - Question
April 23, 2024 -

Hey I am new to coding so I decided to start with Free Code Camp because I've heard nothing but good things about it. For transparency I am trying to learn the Godot engine for making games but was told it would be good to learn Python first to understand the syntax of a language (which I agree with after trying it out).

My question is, should I do the "Legacy Python for Everybody" course, or the "Scientific Computing with Python (Beta) Certification" class? I guess my concern is that while the python for everybody class sounds like it is for me, the "legacy" makes me think it is outdated in some way. Can someone clear this up for me? Thanks!

🌐
freeCodeCamp
freecodecamp.org › news › python-coding-challenges-for-beginners
Python Coding Challenges For Beginner Developers – Code and Explanations
June 4, 2024 - So to help you start coding more, here are eight Python challenges you can try as a beginner.
🌐
freeCodeCamp
freecodecamp.org › news › learn-python-free-python-courses-for-beginners
Learn Python – Free Python Courses for Beginners
December 13, 2021 - Programming for Everybody (Getting Started with Python) - University of Michigan ... In this freeCodeCamp YouTube Course, you will learn programming basics such as lists, conditionals, strings, tuples, functions, classes and more.