Working with Client-Side Session in Flask
https://ferilukmansyah.medium.com/working-with-client-side-session-in-flask-e4d377a01e82
https://ferilukmansyah.medium.com/working-with-client-side-session-in-flask-e4d377a01e82
Medium
Working with Client-Side Session in Flask
hello and welcome in this post I will discuss how to work with sessions in the flask framework, in some cases, we need to save login…
The Ultimate Guide to PyTrends: the Google Trends API (with Python code examples)
https://medium.com/geekculture/the-ultimate-guide-to-pytrends-the-google-trends-api-with-python-code-examples-bbc2eaef8f72
https://medium.com/geekculture/the-ultimate-guide-to-pytrends-the-google-trends-api-with-python-code-examples-bbc2eaef8f72
Medium
The Ultimate Guide to PyTrends: the Google Trends API (with Python code examples)
Explore search data at scale
Easily download any Python package for AWS Lambda Layers
https://medium.com/@erikyan/easily-download-any-python-package-for-aws-lambda-layers-b8ffd43a26ee
https://medium.com/@erikyan/easily-download-any-python-package-for-aws-lambda-layers-b8ffd43a26ee
Medium
Easily download any Python package for AWS Lambda Layers
Ready-to-upload AWS Lambda Layer packages in under 2 minutes. Using a Lambda to create layers for our Lambdas
A better Python logger for AWS Lambda (give me back my “extra” kwarg!)
https://lukerogerson.medium.com/a-better-python-logger-for-aws-lambda-give-me-back-my-extra-kwarg-c5073a40fe5f
https://lukerogerson.medium.com/a-better-python-logger-for-aws-lambda-give-me-back-my-extra-kwarg-c5073a40fe5f
Medium
A better Python logger for AWS Lambda (give me back my “extra” kwarg!)
A Python logging setup for AWS Lambda for better readability and adding back the `extra` field
PyGMTSAR, или спутниковая интерферометрия для всех с примерами Jupyter Python ноутбуков на Google…
https://medium.com/@pechnikov/pygmtsar-%D0%B8%D0%BB%D0%B8-%D1%81%D0%BF%D1%83%D1%82%D0%BD%D0%B8%D0%BA%D0%BE%D0%B2%D0%B0%D1%8F-%D0%B8%D0%BD%D1%82%D0%B5%D1%80%D1%84%D0%B5%D1%80%D0%BE%D0%BC%D0%B5%D1%82%D1%80%D0%B8%D1%8F-%D0%B4%D0%BB%D1%8F-%D0%B2%D1%81%D0%B5%D1%85-%D1%81-%D0%BF%D1%80%D0%B8%D0%BC%D0%B5%D1%80%D0%B0%D0%BC%D0%B8-jupyter-python-%D0%BD%D0%BE%D1%83%D1%82%D0%B1%D1%83%D0%BA%D0%BE%D0%B2-%D0%BD%D0%B0-google-5723e1ae7153
https://medium.com/@pechnikov/pygmtsar-%D0%B8%D0%BB%D0%B8-%D1%81%D0%BF%D1%83%D1%82%D0%BD%D0%B8%D0%BA%D0%BE%D0%B2%D0%B0%D1%8F-%D0%B8%D0%BD%D1%82%D0%B5%D1%80%D1%84%D0%B5%D1%80%D0%BE%D0%BC%D0%B5%D1%82%D1%80%D0%B8%D1%8F-%D0%B4%D0%BB%D1%8F-%D0%B2%D1%81%D0%B5%D1%85-%D1%81-%D0%BF%D1%80%D0%B8%D0%BC%D0%B5%D1%80%D0%B0%D0%BC%D0%B8-jupyter-python-%D0%BD%D0%BE%D1%83%D1%82%D0%B1%D1%83%D0%BA%D0%BE%D0%B2-%D0%BD%D0%B0-google-5723e1ae7153
Medium
PyGMTSAR, или спутниковая интерферометрия для всех с примерами Jupyter Python ноутбуков на Google Colab
После анализа модели Танцующие горы Ирана по данным спутниковой интерферометриимне захотелось проверить набор гипотез и улучшить качество…
Creating a Pomodoro GUI App using Tkinter in Python
https://medium.com/@ayush_dixit/creating-a-pomodoro-gui-app-using-tkinter-in-python-d179e67e0ae0
https://medium.com/@ayush_dixit/creating-a-pomodoro-gui-app-using-tkinter-in-python-d179e67e0ae0
Medium
Creating a Pomodoro GUI App using Tkinter in Python
The Pomodoro technique is an efficient system of time management. Where instead of multitasking a person focuses on a particular task at…
From Cloud Run To Kubernetes: Why Internals Matter
https://anecdotes.dev/from-cloud-run-to-kubernetes-how-learning-the-internals-of-your-stack-empowers-you-as-a-developer-3d0cdf7cb7ec
https://anecdotes.dev/from-cloud-run-to-kubernetes-how-learning-the-internals-of-your-stack-empowers-you-as-a-developer-3d0cdf7cb7ec
Medium
From Cloud Run To Kubernetes: Why Internals Matter
It’s common for those of us in the tech space to be drawn in by cool buzzwords and shiny new logos. In this post you’ll learn why internals…
What I Learned at Work this Week: Python List Comprehensions
https://mike-diaz006.medium.com/what-i-learned-at-work-this-week-python-list-comprehensions-755fa555102e
https://mike-diaz006.medium.com/what-i-learned-at-work-this-week-python-list-comprehensions-755fa555102e
Medium
What I Learned at Work this Week: Python List Comprehensions
Stop me if you’ve heard this one before: at my job, we have a database with about 35 columns that is referenced by a 2,500 row Python…
Import MYSQL data into Pandas Dataframe
https://medium.com/@khushbupurohit9/import-mysql-data-into-pandas-dataframe-3a6ff5ac74bd
https://medium.com/@khushbupurohit9/import-mysql-data-into-pandas-dataframe-3a6ff5ac74bd
Medium
Import MYSQL data into Pandas Dataframe
Connecting and querying MySQL from python is similar to connecting with the other relational databases. Below is a stepwise description on…
The difference among asyncio, threading and multiprocessing
https://medium.com/@kobukuro/the-difference-among-asyncio-threading-and-multiprocessing-e8442ffead03
https://medium.com/@kobukuro/the-difference-among-asyncio-threading-and-multiprocessing-e8442ffead03
Medium
The difference among asyncio, threading and multiprocessing
我這篇文章為依據Speed Up Your Python Program With Concurrency,所寫下的整理。
Python Lambda Functions Explained Simply
https://zl-liu.medium.com/python-lambda-functions-explained-simply-f0c1e420a595
https://zl-liu.medium.com/python-lambda-functions-explained-simply-f0c1e420a595
Medium
Python Lambda Functions Explained Simply
If you’re relatively newer to Python, you might be confused or intimidated by these fancy-sounding and fancy-looking stuff known as lambda…
Introduction to APIs with Python FastAPI
https://medium.com/codex/introduction-to-apis-with-python-fastapi-bd72601e5ab5
https://medium.com/codex/introduction-to-apis-with-python-fastapi-bd72601e5ab5
Medium
Introduction to APIs with Python FastAPI
With the rise of the Software as a service (SaaS) model, APIs have become a very important part of software development. A short summary of…
Data Science 101:- Data Reduction Techniques Using Python
https://darshilpatel2001-dp.medium.com/data-science-101-data-reduction-techniques-using-python-6ff49d7113a7
https://darshilpatel2001-dp.medium.com/data-science-101-data-reduction-techniques-using-python-6ff49d7113a7
Medium
Data Science 101:- Data Reduction Techniques Using Python
Data reduction using variance threshold, univariate feature selection, recursive feature elimination, PCA.
Create Euroleague shot charts in Python
https://g-giasemidis.medium.com/create-euroleague-shot-charts-in-python-7ba4aa574644
https://g-giasemidis.medium.com/create-euroleague-shot-charts-in-python-7ba4aa574644