Discord bot development in Python after archive of Discord.py.
https://nerdguyahmad.medium.com/discord-bot-development-in-python-after-archive-of-discord-py-149e43ea2534
https://nerdguyahmad.medium.com/discord-bot-development-in-python-after-archive-of-discord-py-149e43ea2534
Medium
Discord bot development in Python after archive of Discord.py.
This article will cover the topic of Discord.py archive, which bot developers are affected and a powerful alternative to discord.py!
Pemograman Scraping dengan Beautifulsoup
https://faturrohman09.medium.com/pemograman-scraping-dengan-beautifulsoup-782bb1bdd7e8
https://faturrohman09.medium.com/pemograman-scraping-dengan-beautifulsoup-782bb1bdd7e8
Medium
Pemograman Scraping dengan Beautifulsoup
Apa itu Web scraping ?
DBSCAN Clustering Algorithm Implementation from scratch | Python
https://moosa-ali.medium.com/dbscan-clustering-algorithm-implementation-from-scratch-python-9950af5eed97
https://moosa-ali.medium.com/dbscan-clustering-algorithm-implementation-from-scratch-python-9950af5eed97
Medium
DBSCAN Clustering Algorithm Implementation from scratch | Python
The worlds most valuable resource is no longer oil, but data
Middleware Django: пользовательское ПО промежуточного слоя
https://medium.com/nuances-of-programming/middleware-django-%D0%BF%D0%BE%D0%BB%D1%8C%D0%B7%D0%BE%D0%B2%D0%B0%D1%82%D0%B5%D0%BB%D1%8C%D1%81%D0%BA%D0%BE%D0%B5-%D0%BF%D0%BE-%D0%BF%D1%80%D0%BE%D0%BC%D0%B5%D0%B6%D1%83%D1%82%D0%BE%D1%87%D0%BD%D0%BE%D0%B3%D0%BE-%D1%81%D0%BB%D0%BE%D1%8F-2cbf2a5278
https://medium.com/nuances-of-programming/middleware-django-%D0%BF%D0%BE%D0%BB%D1%8C%D0%B7%D0%BE%D0%B2%D0%B0%D1%82%D0%B5%D0%BB%D1%8C%D1%81%D0%BA%D0%BE%D0%B5-%D0%BF%D0%BE-%D0%BF%D1%80%D0%BE%D0%BC%D0%B5%D0%B6%D1%83%D1%82%D0%BE%D1%87%D0%BD%D0%BE%D0%B3%D0%BE-%D1%81%D0%BB%D0%BE%D1%8F-2cbf2a5278
Medium
Middleware Django: пользовательское ПО промежуточного слоя
Что такое middleware, как создать пользовательский Django middleware и как проверить стандартные? Всё, что нужно знать о связующем ПО
Linear Regression Explained For Machine Learning
https://medium.com/@anton.franzen/linear-regression-explained-for-machine-learning-2f683c6e0f25
https://medium.com/@anton.franzen/linear-regression-explained-for-machine-learning-2f683c6e0f25
Medium
Linear Regression Explained For Machine Learning
I will explain how linear regression works in a simple way, and how we can optimise it with help from Gradient Descent. Then we implement…
How to become a Programmer: Top Platforms to start
https://medium.com/@tarunys2002/how-to-become-a-programmer-top-platforms-to-start-c75057d4854f
https://medium.com/@tarunys2002/how-to-become-a-programmer-top-platforms-to-start-c75057d4854f
Medium
How to become a Programmer: Top Platforms to start
Software is all around us. It’s hard to find anything in the modern world that doesn’t run on code, from cell phones to sneakers. The…
تبدیل فایل های IPYNB به HTML و استقرار خودکار در github-pages (بخش اول)
https://iranipy.medium.com/%D8%AA%D8%A8%D8%AF%DB%8C%D9%84-%D9%81%D8%A7%DB%8C%D9%84-%D9%87%D8%A7%DB%8C-ipynb-%D8%A8%D9%87-html-%D9%88-%D8%A7%D8%B3%D8%AA%D9%82%D8%B1%D8%A7%D8%B1-%D8%AE%D9%88%D8%AF%DA%A9%D8%A7%D8%B1-%D8%AF%D8%B1-github-pages-%D8%A8%D8%AE%D8%B4-%D8%A7%D9%88%D9%84-e5cc729ad458
https://iranipy.medium.com/%D8%AA%D8%A8%D8%AF%DB%8C%D9%84-%D9%81%D8%A7%DB%8C%D9%84-%D9%87%D8%A7%DB%8C-ipynb-%D8%A8%D9%87-html-%D9%88-%D8%A7%D8%B3%D8%AA%D9%82%D8%B1%D8%A7%D8%B1-%D8%AE%D9%88%D8%AF%DA%A9%D8%A7%D8%B1-%D8%AF%D8%B1-github-pages-%D8%A8%D8%AE%D8%B4-%D8%A7%D9%88%D9%84-e5cc729ad458
Medium
تبدیل فایل های IPYNB به HTML و استقرار خودکار در github-pages (بخش اول)
تو این پست قراره با نوشتن اسکریپت پایتون فایل های با فرمت ipynb رو به HTML تبدیل کنیم و به صورت خودکار با استفاده از github actions تو…
Dimensionality Reduction : Principal Component Analysis Implementation using Python
https://insancs.medium.com/dimensionality-reduction-principal-component-analysis-implementation-using-python-234c9867a7bd
https://insancs.medium.com/dimensionality-reduction-principal-component-analysis-implementation-using-python-234c9867a7bd
Medium
Dimensionality Reduction : Principal Component Analysis Implementation using Python
Pada pengembangan machine learning, pemilihan dataset yang baik tentu akan berdampak pada performa dari model yang akan kita buat…
$10000 Web Scraping Gig using Python’s Selenium
https://medium.com/@dennisyd/10000-web-scraping-gig-using-pythons-selenium-bbe2ed243690
https://medium.com/@dennisyd/10000-web-scraping-gig-using-pythons-selenium-bbe2ed243690
Medium
$10000 Web Scraping Gig using Pandas & Python’s Selenium
Web Scraping can be very profitable if you can find the right customer. A while back, a customer running a fintech startup contacted me to…
The Python “is” and “is not” Operators
https://medium.com/codex/the-python-is-and-is-not-operators-9bad80b23145
https://medium.com/codex/the-python-is-and-is-not-operators-9bad80b23145
Medium
The Python “is” and “is not” Operators
And why they nothing like == and !=
Genetic Algorithm & Spatio-Temporal Networks: Optimization of Campus Shuttle Bus Schedule Part 2
https://medium.com/@AlisonYuhanYao/genetic-algorithm-spatio-temporal-networks-optimization-of-campus-shuttle-bus-schedule-part-2-255a25daf53e
https://medium.com/@AlisonYuhanYao/genetic-algorithm-spatio-temporal-networks-optimization-of-campus-shuttle-bus-schedule-part-2-255a25daf53e
Medium
Genetic Algorithm & Spatio-Temporal Networks: Optimization of Campus Shuttle Bus Schedule Part 2
Part 2: Genetic Algorithm for Baseline Problem (with Python Code)