The necessity to hire a professional for website design services
Codecademy Forums
by seohelptips
5h ago
This is where professional website design services step in, helping businesses through technological expertise and resources alike to make amazing websites. 1 post - 1 participant Read full topic ..read more
Visit website
FAQ: Design Thinking: Iteration - Stage 2: Ideate
Codecademy Forums
by discourse-admin
5h ago
This community-built FAQ covers the “Stage 2: Ideate” exercise from the lesson “Design Thinking: Iteration”. Paths and Courses This exercise can be found in the following Codecademy content: Learn Design Thinking: Iteration FAQs on the exercise Stage 2: Ideate There are currently no frequently asked questions associated with this exercise – that’s where you come in! You can contribute to this section by offering your own questions, answers, or clarifications on this exercise. Ask or answer a question by clicking reply () below. If you’ve had an “aha” moment about the concepts, formatting, sy ..read more
Visit website
FAQ: Design Thinking: Iteration - Stage 1: Research
Codecademy Forums
by discourse-admin
6h ago
This community-built FAQ covers the “Stage 1: Research” exercise from the lesson “Design Thinking: Iteration”. Paths and Courses This exercise can be found in the following Codecademy content: Learn Design Thinking: Iteration FAQs on the exercise Stage 1: Research There are currently no frequently asked questions associated with this exercise – that’s where you come in! You can contribute to this section by offering your own questions, answers, or clarifications on this exercise. Ask or answer a question by clicking reply () below. If you’ve had an “aha” moment about the concepts, formatting ..read more
Visit website
Why do people say HTML CSS is easy?
Codecademy Forums
by tera4327741071
14h ago
I just wanted to point this out, HTML CSS is not easy. It is an easy concept to grasp if we are comparing it to JS and other languages, but i honestly think being skilled at HTML CSS is impressive now. I used to think it was easy and look down on it, however learning it on this platform has opened my eyes so much. Thank you codecademy! 1 post - 1 participant Read full topic ..read more
Visit website
Vicenere Cipher Project (2nd Problem)
Codecademy Forums
by manofshame354
16h ago
It works properly unless the encoded message has a space. Instead of desired output “barry is” it outputs “barry fd”. If the encoded_message has not spaces or special characters, it works as desired “barryis”. I need to be able to negotiate spaces in the encoded message. Any suggestions, thanks in advance. “”" alphabet = ‘abcdefghijklmnopqrstuvwxyz’ dictionary = {} reverse_dictionary = {} for i in range(0, len(alphabet)): dictionary[i] = alphabet[i] reverse_dictionary = {value: key for key, value in dictionary.items()} def vigenere_cipher(keyword, encoded_message): keyword_phrase = ‘’ decoded_ ..read more
Visit website
Margin: 0 auto confusion
Codecademy Forums
by tera4327741071
16h ago
Hi everyone. I am currently in the midst of completing the challenge project for the 'Improved styling with css" section. I have a problem. One, i want my text in the div that says the color and the hex code to be centered in the div but it is not happening. Two i want the 4 divs to be centered in the class colorSelection div. I don’t know why its not working. <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> ..read more
Visit website
Medical Insurance Project
Codecademy Forums
by luca11
16h ago
Hello, I’m new to Codecademy and I’m struggling with the project on Medical Insurance Cost for the lesson on Python functions. Here is my code: Create calculate_insurance_cost() function below: def calculate_insurance_cost(age, sex, bmi, num_of_children, smoker, name): estimated_cost = 250age - 128sex + 370bmi + 425num_of_children + 24000*smoker - 12500 output = print(“The estimated insurance cost for " + name + " is " + str(estimated_cost) + " dollars”) return output, estimated_cost Estimate Maria’s insurance cost maria_insurance_cost = calculate_insurance_cost(28, 0, 26.2, 3, 0, “Maria”) Est ..read more
Visit website
Review for my portfolia project
Codecademy Forums
by kmastershifu_9099
16h ago
Hi everyone! I’d be really grateful if you guys can provide me your feedback on my queries, and even the questions that this analysis is trying to solve. You can view it as a HTML file or as a python file from this drive link 1 post - 1 participant Read full topic ..read more
Visit website
US Medical Insurance. What does the data really say?
Codecademy Forums
by cloud8325766535
1d ago
Hello everyone. I am in need of a code review I did on the Medical insurance data. Its not the prettiest, but I put a lot of effort into the code itself. It took me about 14h to complete. Would really appreciate some feedback, and possible ways I can improve further GitHub GitHub - RileyFtw/RileyFtwCodeCademy Contribute to RileyFtw/RileyFtwCodeCademy development by creating an account on GitHub. Thankyou We hope you enjoyed this project! 1 post - 1 participant Read full topic ..read more
Visit website
US medical Insurance : What does the data really say?
Codecademy Forums
by cloud8325766535
1d ago
(topic deleted by author) 1 post - 1 participant Read full topic ..read more
Visit website

Follow Codecademy Forums on FeedSpot

Continue with Google
Continue with Apple
OR