Using Python to Solve the Pragmatic Programmers Quizzes
https://medium.com/pragmatic-programmers/using-python-to-solve-the-pragmatic-programmers-quizzes-6c42998904ff
https://medium.com/pragmatic-programmers/using-python-to-solve-the-pragmatic-programmers-quizzes-6c42998904ff
Medium
Using Python to Solve the Pragmatic Programmers Quizzes
Get a Leg Up on Those Math Questions
Scrape Organic News from Brave Search with Python
https://medium.com/geekculture/scrape-organic-news-from-brave-search-with-python-5eae4d8584d9
https://medium.com/geekculture/scrape-organic-news-from-brave-search-with-python-5eae4d8584d9
Medium
Scrape Organic News from Brave Search with Python
This blog post will show you how to scrape title, link, displayed link, source website, thumbnail, date the news was posted from Organic…
How to Use BERTopic and SentenceTransformer to Group Google Search Results into Topics
https://python.plainenglish.io/how-to-parse-google-search-results-to-find-the-best-things-to-do-while-traveling-c4473bda2655
https://python.plainenglish.io/how-to-parse-google-search-results-to-find-the-best-things-to-do-while-traveling-c4473bda2655
Medium
How to Use BERTopic and SentenceTransformer to Group Google Search Results into Topics
A tutorial on finding commonalities between different articles on websites using BERTopic and SentenceTransformer.
Creating your own Stock Market Data Charts with the lemon.markets API
https://medium.com/lemon-markets/creating-your-own-stock-market-data-charts-with-the-lemon-markets-api-916ed6b01601
https://medium.com/lemon-markets/creating-your-own-stock-market-data-charts-with-the-lemon-markets-api-916ed6b01601
Medium
Creating your own Stock Market Data Charts with the lemon.markets API
Hey there. My name is Marius and I am part of lemon.markets, an early-stage startup from the ❤️ of Berlin, Germany. We are working on…
How I sped up my python project 150 times
https://medium.com/@pv.safronov/how-i-sped-up-my-python-project-150-times-252f2b7852b5
https://medium.com/@pv.safronov/how-i-sped-up-my-python-project-150-times-252f2b7852b5
Medium
How I sped up my python project 150 times
Sorry for the clickbaity title. It is not like I found some silver bullet to speed up all of the python projects. This article is a short…
Pass the arguments from command line in python script (Part 2)
https://medium.com/@hemant_kumar/pass-the-arguments-from-command-line-in-python-script-part-2-afbf73b8508f
https://medium.com/@hemant_kumar/pass-the-arguments-from-command-line-in-python-script-part-2-afbf73b8508f
Medium
Pass the arguments from command line in python script (Part 2)
In last article, we saw how to use “sys.argv” for passing the arguments from command line in python. Now in this article, we will see how…
Data Scientist müsahibəsini asanlaşdırmaq
https://medium.com/@hesenovpervin105/data-scientist-m%C3%BCsahib%C9%99sini-asanla%C5%9Fd%C4%B1rmaq-14a718a03abc
https://medium.com/@hesenovpervin105/data-scientist-m%C3%BCsahib%C9%99sini-asanla%C5%9Fd%C4%B1rmaq-14a718a03abc
Medium
Data Scientist müsahibəsini asanlaşdırmaq
Bloguma xoş gəlmisiniz. Burada data sahəsi ilə əlaqəli bağlantılar, dərsliklər, blog yazıları, kod parçaları, müsahibəyə hazırlıq…
The Popularity of Python Among Developers
https://medium.com/@AdvantisGlobalInc/the-popularity-of-python-among-developers-a095f18d4d1c
https://medium.com/@AdvantisGlobalInc/the-popularity-of-python-among-developers-a095f18d4d1c
Medium
The Popularity of Python Among Developers
The popularity of the powerful applicability of Python is not born out of thin air. The programming language has straightforward and clear…
Optimizing complex simulations? Use Scipy interpolation
https://towardsdatascience.com/optimizing-complex-simulations-use-scipy-interpolation-dc782c27dcd2
https://towardsdatascience.com/optimizing-complex-simulations-use-scipy-interpolation-dc782c27dcd2
Towards Data Science
Optimizing complex simulations? Use Scipy interpolation | Towards Data Science
Instead of using fancy optimization algorithms, in many cases, we can use simple interpolation (Scipy) for fast optimization
A Data Scientist's Dream: Python, Big Data, Multi-Processing & PyCaret | by Fahad Akbar
https://fahadakbar-50702.medium.com/a-data-scientists-dream-python-big-data-multi-processing-pycaret-by-fahad-akbar-7cc213a12db
https://fahadakbar-50702.medium.com/a-data-scientists-dream-python-big-data-multi-processing-pycaret-by-fahad-akbar-7cc213a12db
Medium
A Data Scientist's Dream: Python, Big Data, Multi-Processing & PyCaret | by Fahad Akbar
Train multiple models using all your cores with Python’s multiprocessing module and PyCaret
Web Scraping: Intercepting XHR Requests
https://medium.com/@AnderRV/web-scraping-intercepting-xhr-requests-6cb20713c8e1
https://medium.com/@AnderRV/web-scraping-intercepting-xhr-requests-6cb20713c8e1
Medium
Web Scraping: Intercepting XHR Requests
Have you ever tried scraping AJAX websites? Sites full of Javascript and XHR calls? Decipher tons of nested CSS selectors? Or worse, daily…