Creating Discord Game BOT using Discord API and Python — Free Hosting in Cloud
https://agnelselvan007.medium.com/creating-discord-game-bot-using-discord-api-and-python-free-hosting-in-cloud-e127206fafb5
https://agnelselvan007.medium.com/creating-discord-game-bot-using-discord-api-and-python-free-hosting-in-cloud-e127206fafb5
Medium
Creating Discord Game BOT using Discord API and Python — Free Hosting in Cloud
Today in this blog, we will be discussing on How to create a Simple Discord Game Bot using discord API and Python and we will be…
Browser automation using Selenium with python — part II
https://medium.com/@sourinkarmakar/browser-automation-using-selenium-with-python-part-ii-d9ca73f9362c
https://medium.com/@sourinkarmakar/browser-automation-using-selenium-with-python-part-ii-d9ca73f9362c
Medium
Browser automation using Selenium with python — part II
In part 1, I introduced to selenium, how to set things up to get started and explained a very basic script. This part will focus more on…
The 4 Stages of Learning Python for Data Science
https://towardsdatascience.com/the-4-stages-of-learning-python-for-data-science-3333d0c5e204
https://towardsdatascience.com/the-4-stages-of-learning-python-for-data-science-3333d0c5e204
Medium
The 4 Stages of Learning Python for Data Science
What stage are you in?
The Fastest Way to Visualize Correlation in Python
https://towardsdatascience.com/the-fastest-way-to-visualize-correlation-in-python-ce10ed533346
https://towardsdatascience.com/the-fastest-way-to-visualize-correlation-in-python-ce10ed533346
Medium
The Fastest Way to Visualize Correlation in Python
A short tutorial on how to visualize correlation with pandas without third-party plotting packages.
Get TikTok Videos with Less than 10 Lines of Python code
https://koji-kanao.medium.com/get-tiktok-videos-with-less-than-10-lines-of-python-code-2bce8850c15e
https://koji-kanao.medium.com/get-tiktok-videos-with-less-than-10-lines-of-python-code-2bce8850c15e
Medium
Get TikTok Videos with Less than 10 Lines of Python code
Actually TikTok offers some endpoints for developers, but that doesn’t have many functionality and flexibility.
Implementarea algoritmului K-Means de la 0
https://bogdanandreig.medium.com/implementarea-algoritmului-k-means-de-la-0-794bba2b94aa
https://bogdanandreig.medium.com/implementarea-algoritmului-k-means-de-la-0-794bba2b94aa
Medium
Implementarea algoritmului K-Means de la 0
In acest tutorial vom implementa de la zero cel mai cunoscut algoritm de unsupervised learning si il vom aplica pe o problema reala de…
Generate random bytes of size n in Python 3.9
https://medium.com/@izaan/generate-random-bytes-of-size-n-in-python-3-9-69e4e54c9dd9
https://medium.com/@izaan/generate-random-bytes-of-size-n-in-python-3-9-69e4e54c9dd9
Medium
Generate random bytes of size n in Python 3.9
Generating random bytes was somewhat complicated in Python before the new version 3.9 finally introduced the randbytes() function.
Trading & Back-testing the Hikkake Candlestick Pattern — The Full Guide.
https://kaabar-sofien.medium.com/trading-back-testing-the-hikkake-candlestick-pattern-the-full-guide-2e00873e96b2
https://kaabar-sofien.medium.com/trading-back-testing-the-hikkake-candlestick-pattern-the-full-guide-2e00873e96b2
Medium
Trading & Back-testing the Hikkake Candlestick Pattern — The Full Guide.
Full Introduction on the Hikkake Candlestick Pattern.
Mapping Geographical Data with Basemap Python Package
https://medium.com/@yonas.mersha14/mapping-geographical-data-with-basemap-python-package-beaa1ed87e0a
https://medium.com/@yonas.mersha14/mapping-geographical-data-with-basemap-python-package-beaa1ed87e0a
Medium
Mapping Geographical Data with Basemap Python Package
Basemap is a matplotlib extension used to visualize and create geographical maps in python. The main purpose of this tutorial is to provide…
My Journey on Project Euler: Intro and Problem 1
https://medium.com/@riccardo.tesselli/my-journey-on-project-euler-intro-and-problem-1-c4334b16b570
https://medium.com/@riccardo.tesselli/my-journey-on-project-euler-intro-and-problem-1-c4334b16b570
Medium
My Journey on Project Euler: Intro and Problem 1
A long time ago, I’ve started learning Python from scratch for my master’s thesis. I needed it because Numpy and Sklearn were already a big…
How To Install TensorFlow 2.5 on Apple M1
https://medium.com/@theDrewDag/how-to-install-tensorflow-2-5-on-apple-m1-7c42cf51af95
https://medium.com/@theDrewDag/how-to-install-tensorflow-2-5-on-apple-m1-7c42cf51af95
Medium
How To Install TensorFlow 2.5 on Apple M1
Data scientists working on M1 laptops — don’t fret. You can install TF 2.5 on your machine easily thanks to a cloneable conda environment.