Dive into Python Requests Library: Simplifying Network Requests
https://levelup.gitconnected.com/dive-into-python-requests-library-simplifying-network-requests-248011a73682
https://levelup.gitconnected.com/dive-into-python-requests-library-simplifying-network-requests-248011a73682
Medium
Dive into Python Requests Library: Simplifying Network Requests
Getting to Know the Python Requests Library
Python-docx: A Comprehensive Guide to Creating and Manipulating Word Documents in Python📄
https://medium.com/@HeCanThink/python-docx-a-comprehensive-guide-to-creating-and-manipulating-word-documents-in-python-a765cf4b4cb9
https://medium.com/@HeCanThink/python-docx-a-comprehensive-guide-to-creating-and-manipulating-word-documents-in-python-a765cf4b4cb9
Medium
Python-docx: A Comprehensive Guide to Creating and Manipulating Word Documents in Python📄
Document Automation in Python.
Keras Distributed Training : High-Level to Low-Level Training APIs
https://innat-2k14.medium.com/keras-distributed-training-high-level-to-low-level-training-apis-162e1d829b96
https://innat-2k14.medium.com/keras-distributed-training-high-level-to-low-level-training-apis-162e1d829b96
Medium
Keras Distributed High-Level to Low-Level Training
In this article, we will briefly explore how to do distributed data parallelism training across multiple GPUs, and TPUs in Keras…
A Beginner’s Guide to Python and AI: Your Journey into the World of Smart Machines
https://medium.com/@gajarthan/a-beginners-guide-to-python-and-ai-your-journey-into-the-world-of-smart-machines-7f2566ab0726
https://medium.com/@gajarthan/a-beginners-guide-to-python-and-ai-your-journey-into-the-world-of-smart-machines-7f2566ab0726
Medium
A Beginner’s Guide to Python and AI: Your Journey into the World of Smart Machines
Python is like magic for computers. It helps you tell your computer what to do, and it does it in a way that’s easy to understand. In this…
Performance Analysis of 15 Programming Languages
https://thaletto.medium.com/performance-analysis-of-15-programming-languages-3fcc35feaaeb
https://thaletto.medium.com/performance-analysis-of-15-programming-languages-3fcc35feaaeb
Medium
Performance Analysis of 15 Programming Languages
This story will showcase the memory and runtime used by 15 different programming languages to solve the Divisor Game in Leetcode. I also…
Efficient Deep Learning: Unleashing the Power of Model Compression
https://towardsdatascience.com/efficient-deep-learning-unleashing-the-power-of-model-compression-7b5ea37d4d06
https://towardsdatascience.com/efficient-deep-learning-unleashing-the-power-of-model-compression-7b5ea37d4d06
Medium
Efficient Deep Learning: Unleashing the Power of Model Compression
Accelerate model inference speed in production
Interactive 3D Visualization with vedo and Streamlit
https://levelup.gitconnected.com/interactive-3d-visualization-with-vedo-and-streamlit-ed96f1ff6858
https://levelup.gitconnected.com/interactive-3d-visualization-with-vedo-and-streamlit-ed96f1ff6858
Medium
Interactive 3D Visualization with vedo and Streamlit
Python, Vedo, Streamlit, Multiprocessing
An Introduction to Data Cleaning and Data Visualisation using Seaborn, Pandas, and Plotly
https://medium.com/@paulkaehler/an-introduction-to-data-cleaning-and-data-visualisation-using-seaborn-pandas-and-plotly-864bee658f0e
https://medium.com/@paulkaehler/an-introduction-to-data-cleaning-and-data-visualisation-using-seaborn-pandas-and-plotly-864bee658f0e
Medium
An Introduction to Data Cleaning and Data Visualisation using Seaborn, Pandas, and Plotly
Data is best explained using visuals. Not only is explaining it tiresome to read and write, the information is conveyed much faster. This…
Hi! I’m working as a QA engineer and would like to make my next step in the industry.
https://medium.com/@dannygav14/hi-im-working-as-a-qa-engineer-and-would-like-to-make-my-next-step-in-the-industry-7d9c3a24757a
https://medium.com/@dannygav14/hi-im-working-as-a-qa-engineer-and-would-like-to-make-my-next-step-in-the-industry-7d9c3a24757a
Medium
Hi! I’m working as a QA engineer and would like to make my next step in the industry.
I have some experience with Java but my current company is using Python for API testing and the frontend team uses typescript.
Event-Driven ⚙️ Architecture and Message 📱 Queues 👨👩👧👦
https://medium.com/@oluwadaprof/event-driven-%EF%B8%8F-architecture-and-message-queues-bdd0383bf989
https://medium.com/@oluwadaprof/event-driven-%EF%B8%8F-architecture-and-message-queues-bdd0383bf989
Medium
Event-Driven ⚙️ Architecture and Message 📱 Queues 👨👩👧👦
Understanding event driven architectures and message queues is a skill you want to have as a backend developer.
Rust for Python Programmers #5 — Lists
https://medium.com/@julianofischer/rust-for-python-programmers-5-lists-73da761f44b0
https://medium.com/@julianofischer/rust-for-python-programmers-5-lists-73da761f44b0
Medium
Rust for Python Programmers #5 — Lists
Welcome back, fellow Pythonistas-turned-Rust enthusiasts! In this edition of “Rust for Python Programmers,” we’re shifting our focus to…
Python 101 — Introduction & Printing
https://medium.com/@adinasocaci.simona/python-101-introduction-printing-f29db5eccca0
https://medium.com/@adinasocaci.simona/python-101-introduction-printing-f29db5eccca0
Medium
Python 101 — Introduction & Printing
I am excited to announce a Python series that will guide you from beginner to advanced concepts with practical examples and fun activities…
Exploring Generative Adversarial Networks: Crafting Reality with AI
https://medium.com/@maheen.batul/exploring-generative-adversarial-networks-crafting-reality-with-ai-e9788cdc5dce
https://medium.com/@maheen.batul/exploring-generative-adversarial-networks-crafting-reality-with-ai-e9788cdc5dce
Medium
Exploring Generative Adversarial Networks: Crafting Reality with AI
Generative Adversarial Networks, often abbreviated as GANs, represent the capability to glean insights from data and subsequently craft original images based on that knowledge. It’s important to note…
Performing Directory Operations on Google Drive with the OS Library in the Google Colab Platform
https://medium.com/@paulovtor_67776/performing-directory-operations-on-google-drive-with-the-os-library-in-the-google-colab-platform-57429e5d0504
https://medium.com/@paulovtor_67776/performing-directory-operations-on-google-drive-with-the-os-library-in-the-google-colab-platform-57429e5d0504
Medium
Performing Directory Operations on Google Drive with the OS Library in the Google Colab Platform
The Python ‘os’ library is a frequently utilized module for interacting with the operating system. It empowers users to perform various…
Getting Started with Python: Your First Step into the World of Coding
https://medium.com/@Bohar/getting-started-with-python-your-first-step-into-the-world-of-coding-95250115f64b
https://medium.com/@Bohar/getting-started-with-python-your-first-step-into-the-world-of-coding-95250115f64b
Medium
Getting Started with Python: Your First Step into the World of Coding
Python is a powerful yet beginner-friendly programming language that’s used by programmers all around the world. In this blog, we’ll take…
Python: computing integrals the right way
https://mocquin.medium.com/python-computing-integrals-the-right-way-22e9257a5836
https://mocquin.medium.com/python-computing-integrals-the-right-way-22e9257a5836
Medium
Python: computing integrals the right way
Muscle-up your integral game with python
Title: Exploring Loops and For Loops in Python
https://mccall167.medium.com/title-exploring-loops-and-for-loops-in-python-f26251ac8f7b
https://mccall167.medium.com/title-exploring-loops-and-for-loops-in-python-f26251ac8f7b
Medium
Title: Exploring Loops and For Loops in Python
Loops are a fundamental concept in programming, allowing you to execute a block of code repeatedly. They are essential for automating repetitive tasks and iterating through collections of data…