🌐
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
This respository captures my personal solutions to the Scientific Computing with Python Certification projects.
Starred by 54 users
Forked by 40 users
Languages   Python
🌐
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 ...
Discussions

I completed the FreeCodeCamp cert for ‘Scientific Computing With Python’ - Here are my thoughts…
Thanks ever so much OP. That's really useful -such an eye opener. You'll have learned some useful Python skills, and to be fair to Dr Chuck, he calls this course "Programming for Everybody (Getting Started with Python)" https://www.coursera.org/learn/python?specialization=python But how big an utter pile of shite is that 'Scientific Computing' certificate from FCC then? I would've thought at the very least, that even at a beginner's level, even the world's worst "Scientific Computing With Python" course worthy of the name, would run you through numpy and scipy. https://numpy.org/doc/stable/user/absolute_beginners.html https://docs.scipy.org/doc/scipy/tutorial/general.html We did Scientific Computing for 12 weeks, 20 years ago as part of my Masters. At the end of it we could all program a super computer to forecast a planet's weather. More on reddit.com
🌐 r/learnpython
27
249
June 9, 2022
Scientific Computing with Python Project 1
I’ve just finished the first project in the scientific computing with python course. My program completely fills the brief and works fine as far as I can tell. However, when I run it through the test module, I fail at every single check. I’m assuming this is because I’ve done the project ... More on forum.freecodecamp.org
🌐 forum.freecodecamp.org
1
0
June 17, 2022
Scientific Computing with Python Projects - Probability Calculator
Your project link(s) solution: https://github.com/freeCodeCamp/freeCodeCamp/blob/main/curriculum/challenges/english/07-scientific-computing-with-python/scientific-computing-with-python-projects/probability-calculator Your browser information: User Agent is: Mozilla/5.0 (X11; Linux x86_64) ... More on forum.freecodecamp.org
🌐 forum.freecodecamp.org
0
0
November 10, 2022
Scientific Computing with Python Projects - Budget App
Tell us what’s happening: I dont ... link(s) solution: boilerplate-budget-app - Replit Your browser information: User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 Edg/108.0.1462.54 Challenge: Scientific Computing with Python Projects - Budget App ... More on forum.freecodecamp.org
🌐 forum.freecodecamp.org
0
0
December 26, 2022
🌐
GitHub
github.com › JoseDeFreitas › fcc-scientific-computing-with-python
GitHub - JoseDeFreitas/fcc-scientific-computing-with-python: Repository containing all the 5 projects I made for the freeCodeCamp Scientific Computing with Python certification. · GitHub
In this repository you can find the 5 projects made by me to complete the Scientific Computing with Python course on freeCodeCamp. The links in the first column will redirect you to each project, hosted and made in Replit.
Author   JoseDeFreitas
🌐
Reddit
reddit.com › r/learnpython › i completed the freecodecamp cert for ‘scientific computing with python’ - here are my thoughts…
r/learnpython on Reddit: I completed the FreeCodeCamp cert for ‘Scientific Computing With Python’ - Here are my thoughts…
June 9, 2022 -

A lot of people come on this board wondering whether certain programs are worth the time/effort, so I just wanted to give some quick notes on the ‘Scientific Computing With Python” course on FreeCodeCamp.

The series is taught in 56 segments that are made up of 5-15 minute videos, presented by Charles Severance (“Dr. Chuck”). Each segment has a quiz question that you need to complete to move forward, and some of the segments have optional “additional resources” (which I didn’t do at all). At the end, there are 5 projects that need to be completed to earn the cert.

The videos are presented in a lecture style, which I don’t really care for. Previously I had done a long Programming With Mosh video tutorial, as well as some shorter ones by others, where you see someone live-coding. Those are my preferred learning style. Whereas Dr. Chuck presents a series of PowerPoint slides and marks them up with an e-pen. I personally found it much harder to program along with this style of video.

In order to complete the projects, you need an understanding of Python basics. A lot of the lectures are on stuff like APIs, Regular Expressions, Web Scraping, XML , etc. You don’t need to know any of this for the projects. So about half the series content is what I’d describe as “bonus material” that you can just sit back and watch, and I plan to find a different source when I really want to learn that stuff.

Building projects are really where I learned the most, but that’s probably true of most programs like this.

There are 5 of them:

  • Arithmetic Formatter was an easy programming challenge, but the output was tedious. It’s one of those where you have to do a lot of white space counting. Any little extra space or dash will cause the program tests to fail.

-Time calculator was a fun one. It could be programmed in multiple ways, so I had a fun time trying something unique.

-The Budget App was the bane of my existence while I was working on it. The base functionality wasn’t too bad, but the instructions were confusing. So I had to rewrite it a couple times. And the graph you have to build at the end was a very tedious component. Really hated building this thing. My code is a mess, but it works. Learned a lot about classes writing this at least.

-The Polygon Area Calculator was super easy compared the the other ones. Took me a min to figure out one piece of math, but overall took ~30 min to complete.

-The Probability Calc was my favorite. A super fun “simulate this experiment” project. I misunderstood a piece of it (specifically, what to do when too many balls are pulled out of the hat), so my code is a bit crazy. I basically just patched something on to get it working properly when it would be cleaner to rewrite the whole thing. But it works properly as is, so I didn’t bother making it clean.

So TLDR: I didn’t love the lectures, but I learned a lot from the projects. Even though the projects were sometimes frustrating.

🌐
Class Central
classcentral.com › subjects › computer science
Free Course: Scientific Computing with Python from freeCodeCamp | Class Central
April 23, 2022 - The course began with a thorough introduction to Python syntax and data structures, making it accessible for beginners. The hands-on exercises and coding projects provided practical experience, reinforcing theoretical knowledge.
🌐
GitHub
github.com › ueberBrot › scientific-computing-with-python
GitHub - ueberBrot/scientific-computing-with-python: My solutions to the projects from freeCodeCamp's "Scientific Computing with Python"
This repository contains my solutions for the projects of the python course Scientific Computing with Python from freeCodeCamp.
Author   ueberBrot
🌐
freeCodeCamp
forum.freecodecamp.org › python
Scientific Computing with Python Project 1 - Python - The freeCodeCamp Forum
June 17, 2022 - I’ve just finished the first project in the scientific computing with python course. My program completely fills the brief and works fine as far as I can tell. However, when I run it through the test module, I fail at ev…
Find elsewhere
🌐
Medium
medium.com › @nuryaumi10 › how-i-solve-time-calculator-project-in-freecodecamp-scientific-computing-with-python-course-18e4c87c0a32
How to Solve Time Calculator Project in freeCodeCamp Scientific Computing with Python | by Nur Yaumi | Medium
September 25, 2024 - This week, I challenge myself to solve Time Calculator Project in freeCodeCamp Scientific Computing with Python Projects, I’ve already solved the problem and submitted the final solution after modifying my code and algorithm so many times.
🌐
Letientai
letientai.io › freecodecamp
FreeCodeCamp solutions - Tai Le
Beside many things I've tried with these projects, I feel like my code for iterate through data and rendering the chart is not efficient. I need to learn more about JS performance. The code could also be structured better. ... Course: 20m, pretty quick since I'm experienced and there's only 56 multi choice questions. ... 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.
🌐
M-ibot
m-ibot.eu › 2024 › 01 › 31 › freecodecamp-python-review.html
Scientific Computing with Python certificate on freecodecamp.org - Review # m-ibot.eu
January 31, 2024 - In case of the “Scientific Computing with Python” these projects are an “Arithmetic Formatter”, “Time Calculator”, “Budget App”, “Polygon Area Calculator” and “Probability Calculator”. The description of the projects ...
🌐
freeCodeCamp
forum.freecodecamp.org › python
Scientific Computing with Python Projects - Probability Calculator - Python - The freeCodeCamp Forum
November 10, 2022 - Your project link(s) solution: https://github.com/freeCodeCamp/freeCodeCamp/blob/main/curriculum/challenges/english/07-scientific-computing-with-python/scientific-computing-with-python-projects/probability-calculator Your browser information: ...
🌐
DEV Community
dev.to › dev0928 › free-code-camp-scientific-computing-with-python-certification-tips-18a5
Free Code Camp - Scientific Computing with Python Certification Tips - DEV Community
July 15, 2020 - Many of these projects require developers to write code based on Object Oriented Programming concepts especially writing Classes in Python. So getting more comfortable with OOP concepts before attempting the certification projects would speed up the process. Here are some of the tips I use on a regular basis to complete these certification projects: Local Environment - I fork the projects and work with them in my local environment using my preferable Code Editor.
🌐
freeCodeCamp
forum.freecodecamp.org › python
Scientific Computing with Python Projects - Budget App - Python - The freeCodeCamp Forum
December 26, 2022 - Tell us what’s happening: I dont know what I am doing wrong in create_spend_chart class Your project link(s) solution: boilerplate-budget-app - Replit Your browser information: User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 Edg/108.0.1462.54 Challenge: Scientific Computing with Python Projects - Budget App Link to the challenge:
🌐
Gigcodez
gigcodez.com › learn › scientific-computing-with-python
Scientific Computing with Python Certification | freeCodeCamp.org
Time to put your Python skills to the test. By completing these projects, you will demonstrate that you have a good foundational knowledge of Python and qualify for the Scientific Computing with Python Certification.
🌐
freeCodeCamp
forum.freecodecamp.org › python
Scientific computing with python step 67 - Python - The freeCodeCamp Forum
February 4, 2024 - Hello pls i need help, i’m stuck, here is the prompt: Call your function passing text and custom_key as the arguments. Store the return value of the function call in a variable called encryption. here is my code: text = 'Hello Zaira' custom_key ...
🌐
GitHub
github.com › yaoming16 › Scientific-Computing-with-Python-FreeCodeCamp
GitHub - yaoming16/Scientific-Computing-with-Python-FreeCodeCamp: Python projects made for the freeCodeCamp Scientific Computing with Python Certification.
This repository contains all my ... using only Python ... This project consisted in creating a function that receives a sum or a substraction and arrenges it vertically....
Author   yaoming16
🌐
freeCodeCamp
forum.freecodecamp.org › code feedback
Scientific Computing with Python projects - Code Feedback - The freeCodeCamp Forum
October 11, 2020 - Hi, I finished with the Scientific Computing with Python Projects. If you have time, take a look to the code and feedback please. At the last project I really did not understand why need to remove and later return the sample (draw) balls… Both methods - remove_balls() and return_balls() absolute ...
🌐
GitHub
github.com › JeelGajera › fcc-arithmetic-formatter
GitHub - JeelGajera/fcc-arithmetic-formatter: Solution for Freecodecamp's Scientific Computing with Python Challenge 1: Arithmetic Formatter · GitHub
Solution for Freecodecamp's Scientific Computing with Python Challenge 1: Arithmetic Formatter - JeelGajera/fcc-arithmetic-formatter
Author   JeelGajera