-
Notifications
You must be signed in to change notification settings - Fork 10
WIP: Building Web App Chapter 1 #35
base: main
Are you sure you want to change the base?
WIP: Building Web App Chapter 1 #35
Conversation
✔️ Deploy Preview for monschool ready! 🔨 Explore the source changes: 1294b39 🔍 Inspect the deploy log: https://app.netlify.com/sites/monschool/deploys/621efa44de9d340008eb493d 😎 Browse the preview: https://deploy-preview-35--monschool.netlify.app |
Looks good to me @thejeshgn. I think we can merge this PR and you can raise a new PR for each chapter. |
Add course outline for Git & GitHub for beginners
…github Adds skeleton chapters and files for Git & GitHub for beginners
feat: Add Week-1 Material
Course: Mypy Primer (Chapter 1 - Introduction to mypy)
Added preview image shared by @thejeshgn to the webapps course
Added course index page
Added support for specifying stdin for examples
The example can add .multi-file class and specify multiple files in the code block using the following convention. === app.py print(open("index.html").read()) === index.html <h1>Hello, world!</h1>
Added support for including multiple files in examples
Added support for strict mode for mypy.
Mypy Primer: fix small problems with chapter 1 and 2
Mypy Primer: Chapters 3 and 4
…ter5 Mypy primer: Chapter 5
@thejeshgn please rebase against master so that you can see the autopreview. |
…thejeshgn/monschool-website into building-web-apps-with-python-chapter-1
@anandology done |
One suggestion about the How to add a break section. Just adding My suggestion is to move the How to add a break section after How to make text bold, italized or underlined and add line breaks to the same example.
Also the word break is repeated twice in the title of the How to add a break section. It reads as How to add a break break. |
No description provided.