Skip to content

Commit b6bbd4f

Browse files
committed
nov meetup post updated
1 parent 73f92ae commit b6bbd4f

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

_posts/2023-11-25-nov-meetup.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,27 @@ featured: true
1010
---
1111
After an awesome [PyCon India in Sept-Oct in Hyderabad](https://in.pycon.org/2023/), we organised the next edition of the meetup on the 25th of November at Cyware, HSR Bangalore. About 30 people turned up to the [event](https://www.meetup.com/bangpypers/events/296815122/).
1212

13-
[Tushar Sadhwani](https://twitter.com/tushar) started out the first talk discussing ['Making Python much faster, using type hints'](https://github.com/bangpypers/meetup-talks/issues/16).
13+
[Tushar Sadhwani](https://twitter.com/tusharisanerd) started out the first talk discussing ['Making Python much faster, using type hints'](https://github.com/bangpypers/meetup-talks/issues/16). We got a detailed aspect of type hints and useful libraries like `mypy` and `mypyc` alongside exciting live coding examples.
1414

1515
![Making Python much faster, using type hints](https://secure.meetupstatic.com/photos/event/9/9/d/highres_517622461.webp "Making Python much faster, using type hints")
1616

17-
We took a short break and returned to the second talk by Saptak on 'Does your Django application have proper security headers'.
17+
Some more learning resources:
18+
- [mypy](https://www.mypy-lang.org/)
19+
- [mypyc](https://github.com/mypyc/mypyc)
20+
21+
We took a short break and returned to the second talk by [Saptak S](https://twitter.com/Saptak013) on 'Does your Django application have proper security headers'. While this talk on built around Django app security headers, it can be extended across any web framework. We learnt about web requests by analysing a website live and check security headers. Django middlewares can be configured and general practices is quite necessary first steps to securing your webpage.
1822

1923
![Does your Django application have proper security headers](https://secure.meetupstatic.com/photos/event/9/b/d/highres_517622493.webp "Does your Django application have proper security headers")
2024

21-
We had one lightning talk by Nagendra on ['Deploying a streamlit app as an executable'](https://github.com/bangpypers/meetup-talks/issues/17).
25+
Some more learning resources:
26+
- [Django-CSP](https://django-csp.readthedocs.io/en/latest/)
27+
- [HTTP Headers Cheatsheet](https://cheatsheetseries.owasp.org/cheatsheets/HTTP_Headers_Cheat_Sheet.html)
28+
- [Atatus Security Header](https://www.atatus.com/tools/security-header)
29+
- [Security Headers Check](https://securityheaders.com/?q=https%3A%2F%2Fdripverse.org)
30+
- [HTTP Header Checker](https://tools.keycdn.com/curl)
31+
- [OWASP Secure Headers Project validator](https://github.com/oshp/oshp-validator)
32+
33+
We had one lightning talk by [Nagendra](https://twitter.com/nagendra__y) on ['Deploying a streamlit app as an executable'](https://github.com/bangpypers/meetup-talks/issues/17). You can go through the [slides here](https://docs.google.com/presentation/d/1C1fSrIyQ1tIdv3vlisf_3hHb_31hpHyWAtkM-EOIXF8/edit#slide=id.p).
2234

2335
![Deploying a streamlit app as an executable](https://secure.meetupstatic.com/photos/event/9/b/e/highres_517622494.webp "Deploying a streamlit app as an executable")
2436

0 commit comments

Comments
 (0)