Tag: pandas
-
The article discusses challenges and solutions for developing an Excel uploader using Python 3.8, particularly post its End of Life. It emphasizes dependency management, secure file uploads via S3, and robust error handling while parsing user-uploaded data. It highlights the need for careful validation and security practices to mitigate vulnerabilities.
+
+
+
+
+
+
+ API Gateway, AWS S3, Backend Security, Boto3, CORS, Data Parsing, Excel Uploads, Openpyxl, pandas, Pre-signed URLs, python, Python 3.8, Python Dataclasses, Serverless Architecture, SSRF Prevention, technology, web development+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
In the last two episodes of fun with python we went through having a simple python project with some standard tooling, then building it up to become an API executable in docker. For todays episode, I have decided to refactor it a bit, clean up smoke tests, add type checking…