Exploring 10 Lesser-Known Decorators for Enhanced Code
https://medium.com/@jane2001/exploring-10-lesser-known-decorators-for-enhanced-code-d6ebc0321a43
https://medium.com/@jane2001/exploring-10-lesser-known-decorators-for-enhanced-code-d6ebc0321a43
Medium
Exploring 10 Lesser-Known Decorators for Enhanced Code
By Jane, Expert Python Developer
Discovering PySeKT: Your Next Favorite Tech Stack
https://bishwas.medium.com/discovering-pysekt-your-next-favorite-tech-stack-43eb15d64f92
https://bishwas.medium.com/discovering-pysekt-your-next-favorite-tech-stack-43eb15d64f92
Medium
Discovering PySeKT: Your Next Favorite Tech Stack
Hello fellow developers! If you're like me, you’ve come to the right place, always looking for powerful, efficient, and cutting-edge…
Day 16 Of #90DaysOfUpskill | CRUD Application With FLASK
https://nurarifff.medium.com/day-16-of-90daysofupskill-crud-application-with-flask-ed916dbe0c16
https://nurarifff.medium.com/day-16-of-90daysofupskill-crud-application-with-flask-ed916dbe0c16
Medium
CRUD Application With FLASK
When the app starts, backEnd.py creates a Flask instance and configures an SQLite database. Then, the Product model will be defined using…
Unlocking Emotions: Building a Python Facial Emotion Detector in Just 40 Lines!
https://medium.com/@swaritchoudhari.p.s.y/unlocking-emotions-building-a-python-facial-emotion-detector-in-just-40-lines-3660929e9b86
https://medium.com/@swaritchoudhari.p.s.y/unlocking-emotions-building-a-python-facial-emotion-detector-in-just-40-lines-3660929e9b86
Medium
Unlocking Emotions: Building a Python Facial Emotion Detector in Just 40 Lines!
Hey there! Have you ever been wondering on how you can kickstart your machine-learning/AI journey with python? Well, fear not! You can get…
All you need to know about Python virtual environments (using Anaconda)
https://medium.com/@gdutra0201/all-you-need-to-know-about-python-virtual-environments-using-anaconda-5e9a2b9f34ea
https://medium.com/@gdutra0201/all-you-need-to-know-about-python-virtual-environments-using-anaconda-5e9a2b9f34ea
Medium
All you need to know about Python virtual environments (using Anaconda)
Before starting any project, you want to make sure to use a virtual environment to not break your Python installation.
Python for Business Analysis: A Beginner’s Guide (part 1)
https://medium.com/@kylejones_47003/python-for-business-analysis-a-beginners-guide-part-1-50dc74a912e8
https://medium.com/@kylejones_47003/python-for-business-analysis-a-beginners-guide-part-1-50dc74a912e8
Medium
Python for Business Analysis: A Beginner’s Guide (part 1)
Welcome to the first lesson of a Python tutorial series designed specifically for business analysis. In this chapter, we will lay the…
10 Practical Python Applications for Non-Technical Professionals
https://medium.com/@dennisyd/10-practical-python-applications-for-non-technical-professionals-ccfcd9cbdc25
https://medium.com/@dennisyd/10-practical-python-applications-for-non-technical-professionals-ccfcd9cbdc25
Medium
10 Practical Python Applications for Non-Technical Professionals
Unlockingthe Power of Python to Streamline Your Job and Boost Your Impact
Navigate Document Embeddings With Nomic’s Atlas: Be The Captain Of Your Docs & ML Models
https://medium.com/@kamaljp/navigate-document-embeddings-with-nomics-atlas-be-the-captain-of-your-docs-ml-models-75c8100059b4
https://medium.com/@kamaljp/navigate-document-embeddings-with-nomics-atlas-be-the-captain-of-your-docs-ml-models-75c8100059b4
Medium
Navigate Document Embeddings With Nomic’s Atlas: Be The Captain Of Your Docs & ML Models
Embedding Vector stores are becoming a new database for AI products. Nomic’s Atlas takes a unique approach to vector stores. It allows to…
Node (Multer) vs Python: File uploads performance comparison
https://medium.com/deno-the-complete-reference/node-multer-vs-python-file-uploads-performance-comparison-d70c4be39c8b
https://medium.com/deno-the-complete-reference/node-multer-vs-python-file-uploads-performance-comparison-d70c4be39c8b
Medium
Node (Multer) vs Python: File uploads performance comparison
Find out who’s faster in processing multipart file uploads
Learn How to Use Loops in Python: Complete Tutorial with Examples
https://soumenatta.medium.com/learn-how-to-use-loops-in-python-complete-tutorial-with-examples-7f2fbe1dc7eb
https://soumenatta.medium.com/learn-how-to-use-loops-in-python-complete-tutorial-with-examples-7f2fbe1dc7eb
Medium
Learn How to Use Loops in Python: Complete Tutorial with Examples
Loops are essential constructs in programming that allow you to execute a block of code repeatedly. Python provides two main types of…
Getting Started with Machine Learning
https://medium.com/@abitrgit.it/getting-started-with-machine-learning-8f9f5fd02ab7
https://medium.com/@abitrgit.it/getting-started-with-machine-learning-8f9f5fd02ab7
Medium
Getting Started with Machine Learning
Man has long feared the rise of the machine – his own creation becoming smarter and more intelligent than he. But while artificial intelligence and machine learning are rapidly changing our world and…
Python gets stuck when executing a shell command
https://medium.com/@1064941263/python-gets-stuck-when-executing-a-shell-command-ecb5d13f408f
https://medium.com/@1064941263/python-gets-stuck-when-executing-a-shell-command-ecb5d13f408f
Medium
Python gets stuck when executing a shell command
Recently, I found a peculiar stuck problem with Python, it appears when using Python to execute a shell command.
Installing NVIDIA GPU driver on Ubuntu 22.04
https://e101sg.medium.com/installing-nvidia-gpu-driver-on-ubuntu-22-04-48eec33b9351
https://e101sg.medium.com/installing-nvidia-gpu-driver-on-ubuntu-22-04-48eec33b9351
Medium
Installing NVIDIA GPU driver on Ubuntu 22.04
Recently, I have installed the TensorFlow on my Ubuntu workstation. It has RTX 3060 GPU with CUDA driver (11.5) /Driver Version: 510.108.03…
Recurrent Neural Networks (RNN) in python — AI.writer
https://medium.com/@AI.Writer/recurrent-neural-networks-rnn-in-python-ai-writer-da2338b8caa3
https://medium.com/@AI.Writer/recurrent-neural-networks-rnn-in-python-ai-writer-da2338b8caa3
Medium
Recurrent Neural Networks (RNN) in python — AI.writer
From artificial intelligence to natural language processing, deep learning has become an integral part of modern day computing. A recurrent neural network (RNN) is a class of artificial neural…
Convolutional Neural Networks (CNN) in python — AI.writer
https://medium.com/@AI.Writer/convolutional-neural-networks-cnn-in-python-ai-writer-a3833e5622db
https://medium.com/@AI.Writer/convolutional-neural-networks-cnn-in-python-ai-writer-a3833e5622db
Medium
Convolutional Neural Networks (CNN) in python — AI.writer
Do you want to learn how to build powerful machine learning models? Have you heard of Convolutional Neural Networks (CNNs) but don’t know how to implement them? If so, this article is for you! In…