Yazılım öğreniyorum — Giriş
https://medium.com/@linfernofool/yaz%C4%B1l%C4%B1m-%C3%B6%C4%9Freniyorum-giri%C5%9F-196ad5f77cac
https://medium.com/@linfernofool/yaz%C4%B1l%C4%B1m-%C3%B6%C4%9Freniyorum-giri%C5%9F-196ad5f77cac
Medium
Yazılım öğreniyorum — Giriş
Merhaba; bu yazılar silsilesindeki amacım her gün yaptıklarımı not alabilmek ve gelişme sürecimi biraz da olsa görebilmek. Yazılım öğrenmeye 2 ay evvel başladım. Düştüğüm boşluktan çıkmak için bir…
4 Domains of Knowledge You Should Know About Strings in Python
https://betterprogramming.pub/4-domains-of-knowledge-you-should-know-about-strings-in-python-70703c0ba1d0
https://betterprogramming.pub/4-domains-of-knowledge-you-should-know-about-strings-in-python-70703c0ba1d0
Medium
4 Domains of Knowledge You Should Know About Strings in Python
A high-level review of your knowledge about Python strings
Build Beautiful Plots With MatplotLib, Seaborn, and a Bit of Pandas
https://betterprogramming.pub/create-plots-like-scott-galloway-911d45b689ca
https://betterprogramming.pub/create-plots-like-scott-galloway-911d45b689ca
Medium
Build Beautiful Plots With MatplotLib, Seaborn, and a Bit of Pandas
Create plots like Scott Galloway
Flask + ImageCaptcha — Securing your login and registration form
https://medium.com/@lunamarika/flask-imagecaptcha-securing-your-login-and-registration-form-80e00987f125
https://medium.com/@lunamarika/flask-imagecaptcha-securing-your-login-and-registration-form-80e00987f125
Medium
Flask + ImageCaptcha — Securing your login and registration form
Add a captcha image to your login or registration page when working with Flask, to easily secure your application against bots.
A Quick Guide To Understanding The Behaviour Of Variables In Python. Part 2
https://medium.com/@richiesme/a-quick-guide-to-understanding-the-behaviour-of-variables-in-python-part-2-b401674ccd83
https://medium.com/@richiesme/a-quick-guide-to-understanding-the-behaviour-of-variables-in-python-part-2-b401674ccd83
Medium
A Quick Guide To Understanding The Behaviour Of Variables In Python. Part 2
Are Python Variables, Labels Or Containers?
อ่าน Google Sheets ด้วย Google Sheets API | Python
https://medium.com/@thirawatphongsathatkit/%E0%B8%AD%E0%B9%88%E0%B8%B2%E0%B8%99-google-sheets-%E0%B8%94%E0%B9%89%E0%B8%A7%E0%B8%A2-google-sheets-api-python-19f8409a61c3
https://medium.com/@thirawatphongsathatkit/%E0%B8%AD%E0%B9%88%E0%B8%B2%E0%B8%99-google-sheets-%E0%B8%94%E0%B9%89%E0%B8%A7%E0%B8%A2-google-sheets-api-python-19f8409a61c3
Medium
อ่าน Google Sheets ด้วย Google Sheets API | Python
จุดมุ่งหมายของสิ่งที่บทความนี้จะทำคือ ใช้ python อ่านข้อมูลจาก google sheets โดยใช้ API ของ Google Sheets API
Asynchronous processing of database events in a robust and lightweight manner using django-pgpubsub.
https://paul-gilmartin89.medium.com/asynchronous-processing-of-database-events-in-a-robust-and-lightweight-manner-using-django-pgpubsub-cfb0dcf12803
https://paul-gilmartin89.medium.com/asynchronous-processing-of-database-events-in-a-robust-and-lightweight-manner-using-django-pgpubsub-cfb0dcf12803
Medium
Asynchronous processing of database events in a robust and lightweight manner using django-pgpubsub.
A common pattern in modern web development is the requirement to process data asynchronously after some user action or database event. In…
Why Adding Python to Your Portfolio Will Help You Land a Good Job?
https://medium.com/@pencihub/why-adding-python-to-your-portfolio-will-help-you-land-a-good-job-2fc9bcba35e9
https://medium.com/@pencihub/why-adding-python-to-your-portfolio-will-help-you-land-a-good-job-2fc9bcba35e9
Medium
Why Adding Python to Your Portfolio Will Help You Land a Good Job?
There are several reasons why adding Python to your portfolio will help you land a good job. Adding Python to your resume will showcase…
Using stanza and stanfordnlp for Tokenization, Segmentation, Lemmatization, Name of entity, and…
https://ujin-btr.medium.com/using-stanza-and-stanfordnlp-for-tokenization-segmentation-lemmatization-name-of-entity-and-bcc2da61f86
https://ujin-btr.medium.com/using-stanza-and-stanfordnlp-for-tokenization-segmentation-lemmatization-name-of-entity-and-bcc2da61f86
Medium
Using stanza and stanfordnlp for Tokenization, Segmentation, Lemmatization, Name of entity, and Sentiment Analysis
Орчиноо бэлдэнэ:
Pyscript -Run Python code in Html just like Javascript
https://medium.com/@64rohanmalo/pyscript-run-python-code-in-html-just-like-javascript-76fe69662bed
https://medium.com/@64rohanmalo/pyscript-run-python-code-in-html-just-like-javascript-76fe69662bed
Medium
Pyscript -Run Python code in Html just like Javascript
How to use
The similarity between t-SNE, UMAP, PCA, and other mappings.
https://erdogant.medium.com/the-similarity-between-t-sne-umap-pca-and-other-mappings-c6453b80f303
https://erdogant.medium.com/the-similarity-between-t-sne-umap-pca-and-other-mappings-c6453b80f303
Medium
The similarity between t-SNE, UMAP, PCA, and other mappings
Low dimensional projections are useful to better understand the relationships between samples but how similar is one map to another?