Rise Blockchain Technology Enters Python Developers’ Realm with $5000 Contest
https://medium.com/@diinoprakash/rise-blockchain-technology-enters-python-developers-realm-with-5000-contest-18fb35b8a4e6
https://medium.com/@diinoprakash/rise-blockchain-technology-enters-python-developers-realm-with-5000-contest-18fb35b8a4e6
Medium
Rise Blockchain Technology Enters Python Developers’ Realm with $5000 Contest
Ryze, a leading blockchain platform, has recently made significant strides in expanding its reach by introducing a Python API library, enabling Python developers to seamlessly integrate Ryze…
Storing Images in SQLite Database with Flask and Encoding/Decoding Images to Base64 to Send to…
https://medium.com/@anissalopez/storing-images-in-sqlite-database-with-flask-and-encoding-decoding-images-to-base64-to-send-to-fc7b3cc6f6b0
https://medium.com/@anissalopez/storing-images-in-sqlite-database-with-flask-and-encoding-decoding-images-to-base64-to-send-to-fc7b3cc6f6b0
Medium
Storing Images in SQLite Database with Flask and Encoding/Decoding Images to Base64 to Send to…
I recently finished building a full-stack application that utilized React and Flask, a micro web framework for Python that allows you to…
Mastering 100 Python F-Strings from basic to advanced, novel tricks and cheat sheets
https://ravi-m.medium.com/mastering-100-python-f-strings-from-basic-to-advanced-novel-tricks-and-cheat-sheets-43a582104f21
https://ravi-m.medium.com/mastering-100-python-f-strings-from-basic-to-advanced-novel-tricks-and-cheat-sheets-43a582104f21
Medium
Mastering 100 Python F-Strings from basic to advanced, novel tricks and cheat sheets
Unleash the Power of Advanced String Formatting with 100 Tips and Techniques, focusing on the creative application of F-strings in specific…
Comprehensive Guide to Python Libraries for Docker
https://medium.com/@dwivedi.abhijeet1301/comprehensive-guide-to-python-libraries-for-docker-a1c5c5f9ca3c
https://medium.com/@dwivedi.abhijeet1301/comprehensive-guide-to-python-libraries-for-docker-a1c5c5f9ca3c
Medium
Comprehensive Guide to Python Libraries for Docker
Introduction:
Conquer Modular Coding in Python: Master Modules, Packages, and Avoid Import Errors
https://ravi-m.medium.com/conquer-modular-coding-in-python-master-modules-packages-and-avoid-import-errors-70361a260b6c
https://ravi-m.medium.com/conquer-modular-coding-in-python-master-modules-packages-and-avoid-import-errors-70361a260b6c
Medium
Conquer Modular Coding in Python: Master Modules, Packages, and Avoid Import Errors
Discover the secrets of modular coding and avoid common import errors.
A Tutorial of Pygame — A fun Python Library for Creating Video Games
https://medium.com/@zhangkd5/a-tutorial-of-pygame-a-fun-python-library-for-creating-video-games-8146495ee0d5
https://medium.com/@zhangkd5/a-tutorial-of-pygame-a-fun-python-library-for-creating-video-games-8146495ee0d5
Medium
A Tutorial of Pygame — A fun Python Library for Creating Video Games
In the world of video games, every exciting jump, every thrilling sprint, and every piece of beautiful background music are all magical…
ClickHouse Null Engine and Handling Log Events
https://dboostme.medium.com/clickhouse-null-engine-and-handling-log-events-6280e5994a3e
https://dboostme.medium.com/clickhouse-null-engine-and-handling-log-events-6280e5994a3e
Medium
ClickHouse Null Engine and Handling Log Events
We are going to see how Null ClickHouse engine can be useful and how can we implement a simple logging system. Our goal here is to…
AND Gate using Single Perceptron Neural Network
https://medium.com/@michealkeines/and-gate-using-single-perceptron-neural-network-df5e43b67508
https://medium.com/@michealkeines/and-gate-using-single-perceptron-neural-network-df5e43b67508
Medium
AND Gate using Single Perceptron Neural Network
The fundamental concept behind machine learning is to discover a function that effectively models the problem at hand. This process entails…
How to build a Telegram Bot for real-time Alerts
https://blog.det.life/how-to-build-a-telegram-bot-for-real-time-alerts-27709cb6444e
https://blog.det.life/how-to-build-a-telegram-bot-for-real-time-alerts-27709cb6444e
Medium
How to build a Telegram Bot for real-time Alerts
Upgrade your streaming project!
From 0 to Senior in Python: Set up your first project with Django
https://medium.com/@olofbaage/from-0-to-senior-in-python-set-up-your-first-project-with-django-8727b0d76d81
https://medium.com/@olofbaage/from-0-to-senior-in-python-set-up-your-first-project-with-django-8727b0d76d81
Medium
From 0 to Senior in Python: Set up your first project with Django
Django is a super fast framework, based on Python. In this article I show you how you set up your very first project, with or without an…
Geospatial Function Calling with ChatGPT
https://medium.com/@gisjohnecs/geospatial-function-calling-with-chatgpt-7cd57cc4a341
https://medium.com/@gisjohnecs/geospatial-function-calling-with-chatgpt-7cd57cc4a341
Medium
Geospatial Function Calling with ChatGPT
Most of the code in this example is based directly from this cookbook and has been adapted to work as a python terminal assistant executing…
End-to-End Data Analysis Project on Sales Dataset | SP_ 1
https://medium.com/@abdunnoor11/end-to-end-data-analysis-project-on-sales-dataset-sp-1-73bda91cfdca
https://medium.com/@abdunnoor11/end-to-end-data-analysis-project-on-sales-dataset-sp-1-73bda91cfdca
Medium
End-to-End Data Analysis Project on Sales Dataset | SP_ 1
Landing a data career everyone needs some good projects. The hardest thing is finding out projects and datasets for practice and honing our…
Project Setup with Python and Pre-Commit Hooks
https://medium.com/@Jangascodingplace/project-setup-with-python-and-pre-commit-hooks-062d51280eba
https://medium.com/@Jangascodingplace/project-setup-with-python-and-pre-commit-hooks-062d51280eba
Medium
Project Setup with Python and Pre-Commit Hooks
In the vast and intricate world of programming, adhering to standards and conventions is not just beneficial, it’s essential. These…
Introduction to Python Cupy: Accelerating Deep Learning and Scientific Computing
https://medium.com/@Beck_Moulton/introduction-to-python-cupy-accelerating-deep-learning-and-scientific-computing-9802402e3840
https://medium.com/@Beck_Moulton/introduction-to-python-cupy-accelerating-deep-learning-and-scientific-computing-9802402e3840
Medium
Introduction to Python Cupy: Accelerating Deep Learning and Scientific Computing
Deep learning and scientific computing often involve handling large-scale data and complex computational tasks. Python, being a widely-used…
Sorting Algorithms JS/Python — Part 1
https://acodercalledcole.medium.com/sorting-algorithms-js-python-part-1-36e6e3b4e5d5
https://acodercalledcole.medium.com/sorting-algorithms-js-python-part-1-36e6e3b4e5d5
Medium
Sorting Algorithms JS/Python — Part 1
As a developer, at some point in our careers, we will inevitably work with data in some form. Whether that be rearranging returned data…
Cybersecurity Journey; Networking Basics — WK-2
https://medium.com/@theteaman404/cybersecurity-journey-networking-basics-wk-2-0386263b51cc
https://medium.com/@theteaman404/cybersecurity-journey-networking-basics-wk-2-0386263b51cc
Medium
Cybersecurity Journey; Networking Basics — WK-2
This week was what hectic for me but I was able to journey on with my learnings. I continued learning Networking on the Cisco Netacad…
Decoupling in Python Data Science: The Ultimate Guide for Building Scalable Applications
https://medium.com/@yuxuzi/decoupling-in-python-data-science-the-ultimate-guide-for-building-scalable-applications-6bbb34319a22
https://medium.com/@yuxuzi/decoupling-in-python-data-science-the-ultimate-guide-for-building-scalable-applications-6bbb34319a22
Medium
Decoupling in Python Data Science: The Ultimate Guide for Building Scalable Applications
Introduction: