Python for Data Science: A Comprehensive Guide
https://medium.com/@zkhanunaiza/python-for-data-science-a-comprehensive-guide-fd385e5604df
https://medium.com/@zkhanunaiza/python-for-data-science-a-comprehensive-guide-fd385e5604df
Medium
Python for Data Science: A Comprehensive Guide
Hey there, data enthusiasts! Have you ever wondered what makes data science tick? Well, look no further because we’re about to take you on…
The Joy of Building Logic: Automating the Microsoft Edge Surfing Game
https://medium.com/@dhi13man/the-joy-of-building-logic-automating-the-microsoft-edge-surfing-game-c74ff7d495ee
https://medium.com/@dhi13man/the-joy-of-building-logic-automating-the-microsoft-edge-surfing-game-c74ff7d495ee
Medium
The Joy of Building Logic: Automating the Microsoft Edge Surfing Game
A journey into problem-solving and automation without AI
How to Make a Simple Platformer Game in Python
https://medium.com/@ismaelkhalil29/how-to-make-a-simple-platformer-game-in-python-967d71680dfb
https://medium.com/@ismaelkhalil29/how-to-make-a-simple-platformer-game-in-python-967d71680dfb
Medium
How to Make a Simple Platformer Game in Python
Have you ever dreamt of creating your own video game? Well, you’re in luck! Python, with its simplicity and versatility, is an excellent…
Guide to fine-tuning a Pre-trained model for Object Detection tasks with Faster RCNN using…
https://medium.com/the-owl/guide-to-fine-tuning-a-pre-trained-model-for-object-detection-tasks-with-faster-rcnn-using-e2e7e190105b
https://medium.com/the-owl/guide-to-fine-tuning-a-pre-trained-model-for-object-detection-tasks-with-faster-rcnn-using-e2e7e190105b
Medium
Guide to fine-tuning a Pre-trained model for Object Detection tasks with Faster RCNN using Detectron2
In this article, we do not assume any specific type of model. The model can be supervised, semi-supervised or self-supervised. However, the…
Develop AWS Glue scripts in Visual Studio Code (Python)
https://medium.com/@kilian.cm.94/develop-aws-glue-scripts-in-visual-studio-code-python-15d655074b03
https://medium.com/@kilian.cm.94/develop-aws-glue-scripts-in-visual-studio-code-python-15d655074b03
Medium
Develop AWS Glue scripts in Visual Studio Code (Python)
Are you tired of finding typos and spelling errors in your AWS Glue scripts? Fear not! In this article, we’ll show you how to develop AWS…
Harnessing ADX to Generate Stock Trading Signals: A Case Study of TSLA
https://medium.com/@farrago_course0f/harnessing-adx-to-generate-stock-trading-signals-a-case-study-of-tsla-1b3e9d48b936
https://medium.com/@farrago_course0f/harnessing-adx-to-generate-stock-trading-signals-a-case-study-of-tsla-1b3e9d48b936
Medium
Harnessing ADX to Generate Stock Trading Signals: A Case Study of TSLA
The stock market is a complex and dynamic ecosystem where traders are constantly seeking reliable tools to make informed decisions. One…
The 10 Most Useful Python Libraries To Exist
https://medium.com/@ismaelkhalil29/the-10-most-useful-python-libraries-to-exist-e75b51523a48
https://medium.com/@ismaelkhalil29/the-10-most-useful-python-libraries-to-exist-e75b51523a48
Medium
The 10 Most Useful Python Libraries To Exist
Python, renowned for its simplicity and versatility, has a treasure trove of libraries that empower developers to tackle a wide array of…
10 Python Decorators Used in Data Science
https://medium.com/@ffactory335/10-python-decorators-used-in-data-science-223898dfa6a9
https://medium.com/@ffactory335/10-python-decorators-used-in-data-science-223898dfa6a9
Medium
10 Python Decorators Used in Data Science
Python decorators are a powerful feature of the language that allows you to modify or enhance the behavior of functions or methods. They…
A new way of Python Debugging with the Frame Evaluation API
https://medium.com/@anil.k.nayak8/a-new-way-of-python-debugging-with-the-frame-evaluation-api-170d3186042e
https://medium.com/@anil.k.nayak8/a-new-way-of-python-debugging-with-the-frame-evaluation-api-170d3186042e
Medium
A new way of Python Debugging with the Frame Evaluation API
Introduction
Tinkering with ROS & YDLidar: Setting up YDLidar’s SDK!
https://medium.com/@amnahhmohammed/tinkering-with-ros-ydlidar-setting-up-ydlidars-sdk-f5618da3493a
https://medium.com/@amnahhmohammed/tinkering-with-ros-ydlidar-setting-up-ydlidars-sdk-f5618da3493a
Medium
Tinkering with ROS & YDLidar: Setting up YDLidar’s SDK!
susudoIn continuation to our previous article Tinkering with ROS & YDLidar: Setting up your Workspace, we will be setting up the SDK for…
Using Python to Gain/Manipulate Network Speed for Connected Devices
https://medium.com/@caodanju/using-python-to-gain-manipulate-network-speed-for-connected-devices-85f70cd034e2
https://medium.com/@caodanju/using-python-to-gain-manipulate-network-speed-for-connected-devices-85f70cd034e2
Medium
Using Python to Gain/Manipulate Network Speed for Connected Devices
In today’s world, where multiple devices are connected to a single Wi-Fi network, managing bandwidth effectively has become increasingly…
Fundamental Concepts of Object-Oriented Programming
https://medium.com/@noahkimtai24/fundamental-concepts-of-object-oriented-programming-9591bedd2585
https://medium.com/@noahkimtai24/fundamental-concepts-of-object-oriented-programming-9591bedd2585
Medium
Fundamental Concepts of Object-Oriented Programming
An object is a thing in the real world. It must not be something you can touch. It refers to anything of interest in the application that…
Building a Grading System in Python: A Step-by-Step Guide
https://samywrites.medium.com/building-a-grading-system-in-python-a-step-by-step-guide-dbd196e03435
https://samywrites.medium.com/building-a-grading-system-in-python-a-step-by-step-guide-dbd196e03435
Medium
Building a Grading System in Python: A Step-by-Step Guide
Grading systems are used to evaluate the academic performance of students. In this tutorial, we will create a simple grading system using…
Navigating Complexity: How Future Technologies and Python Scripts Could Transform GOP Strategies in…
https://blog.stackademic.com/navigating-complexity-how-future-technologies-and-python-scripts-could-transform-gop-strategies-in-317980b49f29
https://blog.stackademic.com/navigating-complexity-how-future-technologies-and-python-scripts-could-transform-gop-strategies-in-317980b49f29
Medium
Navigating Complexity: How Future Technologies and Python Scripts Could Transform GOP Strategies in…
Could Python script change the stock market?
Python Decoded: Unraveling Common Misunderstandings — Part 2: Object-Oriented Programming with…
https://medium.com/@kylehayes/python-decoded-unraveling-common-misunderstandings-part-2-object-oriented-programming-with-8d89675f68b9
https://medium.com/@kylehayes/python-decoded-unraveling-common-misunderstandings-part-2-object-oriented-programming-with-8d89675f68b9
Medium
Python Decoded: Unraveling Common Misunderstandings — Part 2: Object-Oriented Programming with…
Welcome to the second post in our series, where we’ll dive deep into the world of Object-Oriented Programming (OOP) in Python. OOP is a…
Who Needs Photo Editors?! — Massive Image Manipulation Tutorial in Python
https://pub.towardsai.net/who-needs-photo-editors-massive-image-manipulation-tutorial-in-python-38cb58ad07fe
https://pub.towardsai.net/who-needs-photo-editors-massive-image-manipulation-tutorial-in-python-38cb58ad07fe
Medium
Who Needs Photo Editors?! — Massive Image Manipulation Tutorial in Python
Transform and manipulate images at will with scikit-image
6 Ways to Apply Function to Each Element of a List in Python
https://codefather-tech.medium.com/6-ways-to-apply-function-to-each-element-of-a-list-in-python-8a598c4994ec
https://codefather-tech.medium.com/6-ways-to-apply-function-to-each-element-of-a-list-in-python-8a598c4994ec
Medium
6 Ways to Apply Function to Each Element of a List in Python
At some point in your career as a developer, you will need to apply a function to a list in Python. What options do you have to do that?
The end of Librarians with ChatGPT
https://medium.com/@brechtcorbeel/the-end-of-librarians-with-chatgpt-7eb3f623aedd
https://medium.com/@brechtcorbeel/the-end-of-librarians-with-chatgpt-7eb3f623aedd
Medium
The end of Librarians with ChatGPT
Abstract
How to Implement Pub/Sub with Redis in Python and Its Advantages
https://medium.com/@rubyabdullah14/how-to-implement-pub-sub-with-redis-in-python-and-its-advantages-b25dc8de5559
https://medium.com/@rubyabdullah14/how-to-implement-pub-sub-with-redis-in-python-and-its-advantages-b25dc8de5559
Medium
How to Implement Pub/Sub with Redis in Python and Its Advantages
In today’s fast-paced technological era, real-time data processing is not a luxury, but a necessity. Applications need to communicate with…