Day 1 of Python Bootcamp: My Journey with Print, Input Functions, Replit, and Coding Rooms

Day 1 of Python Bootcamp: My Journey with Print, Input Functions, Replit, and Coding Rooms

Hey there, fellow aspiring Python coder! I just completed Day 1 of the "100 Days of Code - The Complete Python Pro Bootcamp for 2023" course by Angela Yu on Udemy, and I am pumped to share my learning experience with you. So, let's dive in!

On Day 1, I learned some fundamental concepts that are essential for any Python programmer. First up was the print function. This nifty little function allows you to display text or other data on the screen. It's like talking to the computer and telling it what to show. I learned how to use the print function to display strings, numbers, and even variables. I also learned about string formatting, which allows me to embed values of variables or expressions within strings. It's a handy way to make my output more dynamic and personalized.

Next, I learned about the input function, which allows me to accept input from the user. This is like having a conversation with the user and getting their response. I learned how to use the input function to prompt the user for input and store their response in variables. input function returns a string by default.

To practice what I learned, I got introduced to the Replit online code editor. This has been a game-changer for me! Replit is a web-based development environment that lets me write, run, and debug Python code directly in my web browser. It's so convenient and user-friendly, and I don't have to worry about setting up a local development environment on my computer. I created a Python project in Replit, wrote code in the editor, and ran it to see the output. I also explored its collaboration features, which allow me to share my code with others or work on group projects. It's been a fantastic tool for honing my coding skills.

Lastly, I was introduced to the Coding Rooms website, which offers a platform for taking tests to assess my Python programming skills. I found this to be a valuable resource for testing my knowledge and skills in a structured and interactive manner. The website provides a curated set of coding challenges and tests that cover various topics and difficulty levels. I was able to access and take tests on the website, and even submit my solutions for evaluation. It's been a great way to challenge myself and measure my progress.

Overall, Day 1 of the Python Bootcamp has been an exciting start to my coding journey. I've learned about print and input functions, practiced coding using Replit, and taken tests on the Coding Rooms website to assess my skills. I'm looking forward to what the rest of the course has in store for me and can't wait to continue building my Python skills. Stay tuned for more updates on my coding adventure! #100DaysOfCode #PythonBootcamp #CodingJourney