Introducing Sidekick’s Python Support
https://medium.com/runsidekick/introducing-sidekicks-python-support-87e3b6f153cb
https://medium.com/runsidekick/introducing-sidekicks-python-support-87e3b6f153cb
Medium
Introducing Sidekick’s Python Support
We are happy to announce support for Python runtime for Thundra Sidekick. Now, with Thundra’s latest release, developers can live debug…
Leetcode 162. Find Peak Element
https://medium.com/@pritul.dave/leetcode-162-find-peak-element-282ab0abe9db
https://medium.com/@pritul.dave/leetcode-162-find-peak-element-282ab0abe9db
Medium
Leetcode 162. Find Peak Element
Given a 0-indexed integer array nums, find a peak element, and return its index. If the array contains multiple peaks, return the index to any of the peaks. You may imagine that nums[-1] = nums[n] =…
IT career path you can quickly start to self-learn right now:
https://annaikoki.medium.com/it-career-path-you-can-quickly-start-to-self-learn-right-now-753d6b7ad4da
https://annaikoki.medium.com/it-career-path-you-can-quickly-start-to-self-learn-right-now-753d6b7ad4da
Medium
IT career path you can quickly start to self-learn right now:
Cool factor: solve IT problems and automate solutions and work with Operating Systems and OS Support using Python.
[Backend] 這次一定要搞懂 SQLAlchemy
https://medium.com/@v0220225/backend-%E9%80%99%E6%AC%A1%E4%B8%80%E5%AE%9A%E8%A6%81%E6%90%9E%E6%87%82-sqlalchemy-f624bb7835e3
https://medium.com/@v0220225/backend-%E9%80%99%E6%AC%A1%E4%B8%80%E5%AE%9A%E8%A6%81%E6%90%9E%E6%87%82-sqlalchemy-f624bb7835e3
Medium
[Backend] 這次一定要搞懂 SQLAlchemy
當初接觸 SQLAlchemy 是因為工作的專案使用 Starlette 框架,他所搭配的 DB ORM 為 SQLAlchemy,開啟一連串的奇幻之旅。雖然使用 ORM 來取得資料或 CRUD 沒什麼問題,但總覺得仍有些模糊的地帶,像是系統上線後,在執行 session query 時會有 SQL 連線中斷的問題。 首先,要先了解 SQLAlchemy 在 python service…
Recipes and Tricks for Effective Structural Pattern Matching in Python
https://python.plainenglish.io/recipes-and-tricks-for-effective-structural-pattern-matching-in-python-852ddf498fa2
https://python.plainenglish.io/recipes-and-tricks-for-effective-structural-pattern-matching-in-python-852ddf498fa2
Medium
Recipes and Tricks for Effective Structural Pattern Matching in Python
Python’s match/case syntax looks like a basic switch statement, but it’s much more powerful than that.
How to Convert an Image to ASCII Art With Python in 5 Steps
https://levelup.gitconnected.com/how-to-convert-an-image-to-ascii-art-with-python-in-5-steps-efbac8996d5e
https://levelup.gitconnected.com/how-to-convert-an-image-to-ascii-art-with-python-in-5-steps-efbac8996d5e
Medium
How to Convert an Image to ASCII Art With Python in 5 Steps
Fun and hands-on exercise for junior developers.
Getting useful data from the internet: A quickstart guide to Scrapy
https://levelup.gitconnected.com/getting-useful-data-from-the-internet-a-quickstart-guide-to-scrapy-4a284a61501a
https://levelup.gitconnected.com/getting-useful-data-from-the-internet-a-quickstart-guide-to-scrapy-4a284a61501a
Medium
Getting useful data from the internet: A quickstart guide to Scrapy
A use case in gathering Amazon product data
Running Queries in python using MultiProcessing
https://medium.com/@sudheerpailu/this-article-is-a-brief-yet-concise-introduction-to-running-queries-in-python-using-multiprocessing-1c2e0699c7f7
https://medium.com/@sudheerpailu/this-article-is-a-brief-yet-concise-introduction-to-running-queries-in-python-using-multiprocessing-1c2e0699c7f7
Medium
Running Queries in python using MultiProcessing
This article is a brief yet concise introduction to running queries in python using multiprocessing.
Predicting Survival on the Titanic using Alteryx and Python
https://avi-patel.medium.com/predicting-survival-on-the-titanic-using-alteryx-and-python-cd0867a1dffd
https://avi-patel.medium.com/predicting-survival-on-the-titanic-using-alteryx-and-python-cd0867a1dffd
Medium
Predicting Survival on the Titanic using Alteryx and Python
Tackling Kaggle’s popular Machine Learning Challenge
Why (and Why Not to) Choose Django for Your Next Project
https://python.plainenglish.io/why-and-why-not-to-choose-django-for-your-next-project-8c9575c03cad
https://python.plainenglish.io/why-and-why-not-to-choose-django-for-your-next-project-8c9575c03cad
Medium
Why (and Why Not to) Choose Django for Your Next Project
The pros and cons of Django as the backend framework for your project.
Visualising COVID-19 country-wise data using Python and Dash
https://guneet-kohli.medium.com/visualising-covid-19-country-wise-data-using-python-and-dash-5239b0a66191
https://guneet-kohli.medium.com/visualising-covid-19-country-wise-data-using-python-and-dash-5239b0a66191
Medium
Visualising COVID-19 country-wise data using Python and Dash
Creating a Dashboard Web App for COVID-19 cases data