r/FreeCodeCamp

[Help] I can't find clients and i don't know what to do

I tried to start freelancing for 5 months now, first on fiverr i got 3 clicks in over 5 months and zero clients.

I currently know: Python, Pandas, Seaborn/Matplotlib, SQL.

What should i learn or offer. I would appreciate any tip or help from you.

reddit.com
u/Acceptable_Wash5273 — 2 days ago

Anyone interested in starting JavaScript together?

​

Hey everyone!

I’m planning to start learning JavaScript from today from FreeCodeCamp. If anyone else is interested in joining or learning together, let me know! Would be great to stay consistent and help each other out 🚀

reddit.com
u/geekyayaz — 2 days ago

Help please

What am I doing wrong I’m so confused. It’s supposed to be simple but I’m super confused

u/Montana_74 — 4 days ago

I’m new to this

So I’m basically just starting this website today and I have no idea how to code. I was curious to know whether not it’s worth using. I’m not the smartest bulb on the tree, but I understand and recognize that it is useful skill to know. I’m alr going to college for something unrelated to this field. What is y’all’s thoughts on this website? And is it worth it?

reddit.com
u/Montana_74 — 4 days ago

FreeCodeCamp for full stack web development

Hi

I am a beginner in web development and I wanted to know if FreeCodeCamp worth it just to clear basics in today's time...

Any help would be appreciated

reddit.com
u/trinity9010 — 4 days ago
▲ 3 r/FreeCodeCamp+1 crossposts

Apply Discount Function HELP NEEDED

I have tried this exercise several times with different attempts and nothing is working. I dont know what I have been doing wrong. if someone has an idea please help!!

MY CODE SO FAR:

def apply_discount(price, discount):
    if not isInstance(price(int, float)):
        return "The price should be a number"
    if not isInstance(discount(int, float)):
        return "The discount should be a number"
    
    if price <= 0:
        return "The price should be greater than 0"
    elif discount >= 100: 
        return "The discount should be between 0 and 100"
    
    final_price = price - ((price * discount)/100)


apply_discount(100, 20)
apply_discount(200, 50)
apply_discount(50, 0)
apply_discount(100)
apply_discount(74.5, 20.0)
reddit.com
u/mautzjoe — 5 days ago

Anyone doing the responsive web design course?

I recently got really interested in web dev so I started the responsive web design course on freeCodeCamp :) Would be nice to talk to other people doing it too so we can chat and share progress along the way!

reddit.com
u/SpiteChance89 — 7 days ago

Javascript no FreeCodeCamp

​

Pessoal, uma dúvida sincera: quem aqui estudou JavaScript pelo freeCodeCamp realmente sentiu que aprendeu de verdade?

Vocês conseguiram sair da parte teórica e começar a criar projetos sozinhos? Como foi a experiência com lógica, funções, DOM, arrays, objetos e eventos?

Depois de terminar os módulos, vocês já conseguiam:

criar páginas interativas,

fazer formulários funcionarem,

manipular HTML/CSS com JavaScript,

entender erros no console,

ou ainda sentiram dificuldade na hora de programar sem copiar código?

Queria opiniões reais de quem estudou por lá.

Desde já agradeço.

reddit.com
u/guilhermebarbieri — 9 days ago

Stuck with the "Debug an ISBN Validator" in the Python course

I just don't get the whole Error Handling part. I don't understand "try", "except", "raise", etc. I think the course does a horrible job of explaining and then throws you into deep water with this lab. I tried "getting a hint", they said to try to type the ISBN and length, but I can't find where to type??? Can't type in the console, terminal, or main.py

reddit.com
u/JapanTraveller44 — 10 days ago

Should I Follow freeCodeCamp’s Certified Full Stack Curriculum in Order?

Hello! I want to ask if it’s optimal to follow the curriculum path in freeCodeCamp’s “Certified Full Stack Curriculum.”

I just started my journey as an aspiring web developer this week, and after doing some research, I became concerned about Python being placed in the middle of the roadmap.

My question is:
Should I follow the curriculum step-by-step from top to bottom, or should I still follow it but leave Python for later?

I’m mainly interested in web development and eventually becoming a full-stack developer. I’d appreciate any advice from people who’ve gone through the curriculum already.

Also, if you have any suggestions on what I should learn first or focus on as a beginner, that would be great too. Thank you!

FreeCodeCamp <Certified Full-Stack Developer Curricullum> https://www.freecodecamp.org/learn/full-stack-developer-v9/

reddit.com
u/Negative-Dimension23 — 13 days ago