SSSRITESH SURANJANinsritesh-tech-journal.hashnode.dev·4h ago · 7 min readDay 5 – Comments, Escape Sequences & the print() Function in PythonWelcome to Day 5 of 100 Days of Python! Today, we will learn three useful concepts: Python comments Escape sequences More options of the print() function These concepts may look simple, but they 00
SSSRITESH SURANJANinsritesh-tech-journal.hashnode.dev·8h ago · 7 min readDay 1 - Introduction to PythonWelcome to Day 1 of 100 Days of Python! In this series, we will start from the fundamentals of Python and gradually move toward more advanced concepts. The goal is to build a strong Python foundation 00
SSSRITESH SURANJANinsritesh-tech-journal.hashnode.dev·6h ago · 6 min readDay 4 - Our First Python ProgramWelcome to Day 4 of 100 Days of Python! So far, we have learned: What programming is What Python is Where Python is used What modules and packages are How pip is used to install Python packages 00
SSSRITESH SURANJANinsritesh-tech-journal.hashnode.dev·3h ago · 7 min readDay 7 – Exercise 1: Create a Calculator in PythonWelcome to Day 7 of 100 Days of Python! Today is our first exercise day. Instead of learning a completely new concept, we will apply what we have learned so far to understand Python operators and buil00
SSSRITESH SURANJANinsritesh-tech-journal.hashnode.dev·3h ago · 9 min readDay 6 – Python Variables and Data TypesWelcome to Day 6 of 100 Days of Python! Today, we are learning two of the most fundamental concepts in programming: Variables Data Types Whenever we write a Python program, we work with different 00
SSSRITESH SURANJANinsritesh-tech-journal.hashnode.dev·6h ago · 9 min readDay 3 - Python Modules and pipWelcome to Day 3 of 100 Days of Python! On Day 1, we learned what Python is and where it is used. On Day 2, we explored the different kinds of applications that can be built with Python. Today, we are00
SSSRITESH SURANJANinsritesh-tech-journal.hashnode.dev·8h ago · 8 min readDay 2 - Applications of PythonWelcome to Day 2 of 100 Days of Python! On Day 1, we learned what programming is, what Python is, its major features, and where Python is used. Today, instead of learning a large amount of syntax, let00