Creating an up-to-date Python Distroless Container Image
https://alex-moss.medium.com/creating-an-up-to-date-python-distroless-container-image-e3da728d7a80
https://alex-moss.medium.com/creating-an-up-to-date-python-distroless-container-image-e3da728d7a80
Medium
Creating an up-to-date Python Distroless Container Image
How I created a Distroless Docker Container Image for Python, without relying on the out-of-date and vulnerable Google version
How I Rick Rolled Over 200 Students of my University
https://medium.com/@kamalesh1810/how-i-rick-rolled-over-200-students-of-my-university-165d26c950b6
https://medium.com/@kamalesh1810/how-i-rick-rolled-over-200-students-of-my-university-165d26c950b6
Medium
How I Rick Rolled Over 200 Students of my University
Our semester end exam results had just been released and I decided to send out an email to all the students of my batch to rick roll them…
Scraping ‘Quotes to Scrape’ website using Python
https://medium.com/@kshamasinghal/scraping-quotes-to-scrape-website-using-python-c8a616b244e7
https://medium.com/@kshamasinghal/scraping-quotes-to-scrape-website-using-python-c8a616b244e7
Medium
Scraping ‘Quotes to Scrape’ website using Python
Web Scraping is the process of extracting and parsing data from websites in an automated fashion using a computer program. There are many…
Sandboxing python modules in your code
https://infosecwriteups.com/sandboxing-python-modules-in-your-code-1e590d71fc26
https://infosecwriteups.com/sandboxing-python-modules-in-your-code-1e590d71fc26
Medium
Sandboxing Python dependencies in your code
Running code from an untrusted source is still an unsolved issue. Especially in dynamic languages like Python and Javascript. I will begin…
Automate your Weekly Insights with Python
https://dimitris-chortarias.medium.com/automate-your-weekly-insights-with-python-62f29adfa5b1
https://dimitris-chortarias.medium.com/automate-your-weekly-insights-with-python-62f29adfa5b1
Medium
Automate your Weekly Insights with Python
After some years in the data analytics field, the most important thing is not just to visualize the results and the data.
The pythonic way — Optimize your Python code and run it faster
https://medium.com/@david.alvares.62/the-pythonic-way-optimize-your-python-code-and-run-it-faster-3c6da69f3c8c
https://medium.com/@david.alvares.62/the-pythonic-way-optimize-your-python-code-and-run-it-faster-3c6da69f3c8c
Medium
The pythonic way — Optimize your Python code and run it faster
In this article we will mainly deal with the good ways to write Python code, allowing to naturally improve the execution speed of Python…
[Solved] ‘ImportError: cannot import name ‘ParamSpec’ from ‘typing_extensions’…
https://medium.com/@codingInformer/solved-importerror-cannot-import-name-paramspec-from-typing-extensions-dfd9aa2027c1
https://medium.com/@codingInformer/solved-importerror-cannot-import-name-paramspec-from-typing-extensions-dfd9aa2027c1
Medium
[Solved] ‘ImportError: cannot import name ‘ParamSpec’ from ‘typing_extensions’ (…/lib/site-packages/typing_extensions.py)’
Problem: Running into the following error when trying to start up a FastAPI app via uvicorn main:app --reload:
Create Custom Cartopy Map Extent Having Always 16:9 Ratio — Climate Data Visualisation With Python
https://medium.com/@lubomirfranko/create-custom-cartopy-map-extent-having-always-16-9-ratio-climate-data-visualisation-with-python-4e765a9f08be
https://medium.com/@lubomirfranko/create-custom-cartopy-map-extent-having-always-16-9-ratio-climate-data-visualisation-with-python-4e765a9f08be
Medium
Create Custom Cartopy Map Extent Having Always 16:9 Ratio — Climate Data Visualisation With Python
Projections, Coordinate Reference Systems and map extents can be very confusing. Different projections have different units for longitude…
PERMUTATION IMPORTANCE AS A SUCCINCT MODEL SUMMARY
https://medium.com/@funboy.ea/permutation-importance-as-a-succinct-model-summary-dd88ff3fbe1d
https://medium.com/@funboy.ea/permutation-importance-as-a-succinct-model-summary-dd88ff3fbe1d
Medium
PERMUTATION IMPORTANCE AS A SUCCINCT MODEL SUMMARY
In this article, like the heading suggests, I will be writing about Permutation Importance. Have you at least once pondered what features…
AWS Chalice — Acısız Serverless Serüveni (1)
https://kemalcanbora.medium.com/aws-chalice-ac%C4%B1s%C4%B1z-serverless-ser%C3%BCveni-1-5a99355730fa
https://kemalcanbora.medium.com/aws-chalice-ac%C4%B1s%C4%B1z-serverless-ser%C3%BCveni-1-5a99355730fa
Medium
AWS Chalice — Acısız Serverless Serüveni (1)
Öncelikle tanım ile başlamakta fayda var “serverless” aslında basitçe; “Geliştiricilerin sunucuları yönetmek zorunda kalmadan uygulamalar…
Long Short Term Memory (LSTM) and how to implement LSTM using Python
https://waliamrinal.medium.com/long-short-term-memory-lstm-and-how-to-implement-lstm-using-python-7554e4a1776d
https://waliamrinal.medium.com/long-short-term-memory-lstm-and-how-to-implement-lstm-using-python-7554e4a1776d
Medium
Long Short Term Memory (LSTM) and how to implement LSTM using Python
What is LSTM? You might have heard this term in the last interview you gave for a Machine Learning Engineer position, or some of your…
Twitter and Reddit Useful Bot Project Using Python
https://medium.com/@dingersandks/twitter-and-reddit-useful-bot-project-using-python-69a91d90d530
https://medium.com/@dingersandks/twitter-and-reddit-useful-bot-project-using-python-69a91d90d530
Medium
Twitter and Reddit Useful Bot Project Using Python
I know it can be hard to think of interesting projects to create when first learning a new language like python.