Shubham Sardablog.unwiredlearning.com·Jun 5, 2023IndentationIndentation refers to the spaces at the beginning of a code line. In other programming languages, the indentation in code is for readability only, the indentation in Python is very important. Python uses indentation to indicate a block of code. age =...Discuss·250 readsindentation
Shubham Sardablog.unwiredlearning.com·May 7, 2023Flask Framework: Building Web App With PythonIntroduction Flask is a popular web framework for building web applications in Python. It is designed to be simple, lightweight, and easy to use, with a modular architecture that allows developers to choose the components they need and add or remove ...Discuss·263 readsFlask Framework
Shubham Sardablog.unwiredlearning.com·May 7, 2023Python A-Z Quick NotesIntroduction Python is a high-level, interpreted, and general-purpose programming language created by Guido van Rossum and first released in 1991. Python emphasizes readability and simplicity, which allows developers to write clear, concise code. It ...Discuss·1 like·2.8K readsPython
Shubham Sardablog.unwiredlearning.com·Feb 22, 2023Git & GitHub Quick NotesIntroduction Git is a version control system that allows developers to keep track of changes made to their code over time. It allows multiple people to work on the same codebase simultaneously and makes it easy to revert to previous versions of the c...Discuss·2 likes·2.8K readsGitHub