PyNest: Empowering Scalable Python API’s with NestJS-inspired Architecture
https://medium.com/@itay2803/pynest-empowering-scalable-python-apis-with-nestjs-inspired-architecture-285e0cf70977
https://medium.com/@itay2803/pynest-empowering-scalable-python-apis-with-nestjs-inspired-architecture-285e0cf70977
Medium
PyNest: Empowering Scalable Python APIs with NestJS-inspired Architecture
The Need for NestJS and the Rise of Generative AI
Efficient API Endpoint Organization with Burp Collector
https://medium.com/@sagiv132/burp-collector-8691d9191047
https://medium.com/@sagiv132/burp-collector-8691d9191047
Medium
Efficient API Endpoint Organization with Burp Collector
Why should you use Burp Collector?
Bypassing File Upload Mechanism with Upload_Bypass
https://medium.com/@sagiv132/bypassing-file-upload-mechanism-with-upload-bypass-6251cae6cbc7
https://medium.com/@sagiv132/bypassing-file-upload-mechanism-with-upload-bypass-6251cae6cbc7
Medium
Bypassing File Upload Mechanism with Upload_Bypass
Why should you use Upload_Bypass?
Build your first API with Python and FastAPI
https://medium.com/@grosso379/build-your-first-api-with-python-and-fastapi-93d0f795319c
https://medium.com/@grosso379/build-your-first-api-with-python-and-fastapi-93d0f795319c
Medium
Build your first API with Python and FastAPI
Introduction
Convolutional Neural Networks (CNN) in Computer Vision — Step by Step Guide with PyTorch
https://medium.com/@chuntcdj/convolutional-neural-networks-cnn-in-computer-vision-step-by-step-guide-with-pytorch-9fdad468079e
https://medium.com/@chuntcdj/convolutional-neural-networks-cnn-in-computer-vision-step-by-step-guide-with-pytorch-9fdad468079e
Medium
Convolutional Neural Networks (CNN) in Computer Vision — Step by Step Guide with PyTorch
Remember my article on Artificial Neural Networks (ANN)? If not, check them out here: ANN Article.
My PowerShell Terminal Could Not Run Scripts; Here Is How I Fixed It.
https://medium.com/@charleschimezirim/my-powershell-terminal-could-not-run-scripts-here-is-how-i-fixed-it-3c980f2f6ed9
https://medium.com/@charleschimezirim/my-powershell-terminal-could-not-run-scripts-here-is-how-i-fixed-it-3c980f2f6ed9
Medium
My PowerShell Terminal Could Not Run Scripts; Here Is How I Fixed It.
Learn how to configure your PowerShell terminal to run scripts successfully.
How to Get Heart Data from the MIT-BIH Arrhythmia Database
https://medium.com/@protobioengineering/how-to-get-heart-data-from-the-mit-bih-arrhythmia-database-e452d4bf7215
https://medium.com/@protobioengineering/how-to-get-heart-data-from-the-mit-bih-arrhythmia-database-e452d4bf7215
Medium
How to Get Data from the MIT-BIH Arrhythmia Database
Use Python to read the most famous heart rhythm (ECG) database in the world.
AWS Cloud Infrastructure: Step-by-Step Guide
https://mustafaelghrib.medium.com/aws-cloud-infrastructure-step-by-step-guide-aeb77eb70f74
https://mustafaelghrib.medium.com/aws-cloud-infrastructure-step-by-step-guide-aeb77eb70f74
Medium
AWS Cloud Infrastructure: Step-by-Step Guide
After I wrote about how to build a cloud infrastructure, I decided to implement real-world projects to demonstrate how you could build your…
Mastering the Python REPL: Tips and Tricks for Enhanced Productivity
https://medium.com/@ebojacky/mastering-the-python-repl-tips-and-tricks-for-enhanced-productivity-828acadc422
https://medium.com/@ebojacky/mastering-the-python-repl-tips-and-tricks-for-enhanced-productivity-828acadc422
Medium
Mastering the Python REPL: Tips and Tricks for Enhanced Productivity
Introduction:
Python Gotchas: Unexpected Snags and How to Handle Them
https://medium.com/@kartheekgottipati/python-gotchas-unexpected-snags-and-how-to-handle-them-3211ff499b00
https://medium.com/@kartheekgottipati/python-gotchas-unexpected-snags-and-how-to-handle-them-3211ff499b00
Medium
Python Gotchas: Unexpected Snags and How to Handle Them
Python is revered for its readability and simplicity, making it a popular choice for beginners and experts alike. However, just like any…
Switch Case in Python: Simulating the Classic Control Structure
https://medium.com/@kartheekgottipati/switch-case-in-python-simulating-the-classic-control-structure-d32100219791
https://medium.com/@kartheekgottipati/switch-case-in-python-simulating-the-classic-control-structure-d32100219791
Medium
Switch Case in Python: Simulating the Classic Control Structure
In a majority of programming languages like C, Java, and JavaScript, one of the most common decision-making structures is the “switch-case”…
Making an idea into a physical object with a help of ChatGPT, Blender and 3D printing
https://medium.com/@dmitrwriting/making-an-idea-into-a-physical-object-with-a-help-of-chatgpt-blender-and-3d-printing-e4549d7f2a9e
https://medium.com/@dmitrwriting/making-an-idea-into-a-physical-object-with-a-help-of-chatgpt-blender-and-3d-printing-e4549d7f2a9e
Medium
Making an idea into a physical object with a help of ChatGPT, Blender and 3D printing
This time I wanted to look into how easy it is to implement some idea into a physical object.
ChatGPT Code Interpreter: Your Mentor, Coworker, and Second Pair of Eyes
https://sonery.medium.com/chatgpt-code-interpreter-your-mentor-coworker-and-second-pair-of-eyes-3a2995d0ea31
https://sonery.medium.com/chatgpt-code-interpreter-your-mentor-coworker-and-second-pair-of-eyes-3a2995d0ea31
Medium
ChatGPT Code Interpreter: Your Mentor, Coworker, and Second Pair of Eyes
Leverage the newest ChatGPT plugin.
Accelerating Large-Scale Data Processing with Dask and Python
https://medium.com/@thallyscostalat/accelerating-large-scale-data-processing-with-dask-and-python-ce4d59821265
https://medium.com/@thallyscostalat/accelerating-large-scale-data-processing-with-dask-and-python-ce4d59821265
Medium
Accelerating Large-Scale Data Processing with Dask and Python
Processing large datasets efficiently is crucial for data scientists, software engineers, and analysts. As data volume and complexity…
Things To Do Before And After You Write Code
https://bootcamp.uxdesign.cc/things-to-do-before-and-after-you-write-code-5af4b389a2c0
https://bootcamp.uxdesign.cc/things-to-do-before-and-after-you-write-code-5af4b389a2c0
Medium
Things To Do Before And After You Write Code
The best engineers I have worked with were great not only because of their coding skills but also because of other activities they did when…
I made an Assassin droid and connected it to ChatGPT…
https://medium.com/@Jared_Collins/i-made-an-assassin-droid-and-connected-it-to-chatgpt-44fbc689552d
https://medium.com/@Jared_Collins/i-made-an-assassin-droid-and-connected-it-to-chatgpt-44fbc689552d
Medium
I made an Assassin droid and connected it to ChatGPT…
So yeah, I made a Star Wars Assassin droid, Specifically an IG series droid that I refer to as IG-88 from the original movies. He’s…
Ensuring PEP 8 Compliance: Tools for Automating Adherence to Coding Standards
https://medium.com/@kartheekgottipati/ensuring-pep-8-compliance-tools-for-automating-adherence-to-coding-standards-5a6cc2f48519
https://medium.com/@kartheekgottipati/ensuring-pep-8-compliance-tools-for-automating-adherence-to-coding-standards-5a6cc2f48519
Medium
Ensuring PEP 8 Compliance: Tools for Automating Adherence to Coding Standards
Writing Python code that is both efficient and easy to understand is an essential aspect of development. Maintaining strict coding…