You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2023-11-25-nov-meetup.md
+15-3Lines changed: 15 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,15 +10,27 @@ featured: true
10
10
---
11
11
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/).
12
12
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.
14
14
15
15

16
16
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.
18
22
19
23

20
24
21
-
We had one lightning talk by Nagendra on ['Deploying a streamlit app as an executable'](https://github.com/bangpypers/meetup-talks/issues/17).
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).
22
34
23
35

0 commit comments