1.3 KiB
1.3 KiB
About code
I think the point of things here is to maintain a collection of code and knowledge bases so that you don't have to keep rewriting the freaking wheel.
starts a local web server through python3
python3 -m http.server
When people on your network go to your ipaddress & port 8000 they can see what you have, which is good for file transfer.
-
- Similarly you can do the same convert but in bulk!!
-
Saving ipython notebooks to AWS S3 buckets. And alternatively automating ML within amazon with CodeWhisperer. Setting up mySQL database to AWS is of use too.
-
using list comprehension rather than loops and other conditionals may also save time
-
using the lambda function and other functions will also save time