10 Essential Python Tips and Tricks: From Beginner to Advanced
https://thedkpatel.medium.com/10-essential-python-tips-and-tricks-from-beginner-to-advanced-d60df867e89d
https://thedkpatel.medium.com/10-essential-python-tips-and-tricks-from-beginner-to-advanced-d60df867e89d
Medium
10 Essential Python Tips and Tricks: From Beginner to Advanced
When working with Python, it’s easy to run into common pitfalls or miss out on useful practices that could save time and improve your…
Building a Simple Neural Network from Scratch with TensorFlow for MNIST Classification
https://medium.com/@kaushiktd/building-a-simple-neural-network-from-scratch-with-tensorflow-for-mnist-classification-bb25395bb8f1
https://medium.com/@kaushiktd/building-a-simple-neural-network-from-scratch-with-tensorflow-for-mnist-classification-bb25395bb8f1
Medium
Building a Simple Neural Network from Scratch with TensorFlow for MNIST Classification
When diving into the world of deep learning, one of the foundational exercises is classifying the handwritten digits of the MNIST dataset…
Mastering Computational Thinking with Python: Techniques and Applications
https://medium.com/@augustyn.nj/mastering-computational-thinking-with-python-techniques-and-applications-44bf6f6f71b2
https://medium.com/@augustyn.nj/mastering-computational-thinking-with-python-techniques-and-applications-44bf6f6f71b2
Medium
Mastering Computational Thinking with Python: Techniques and Applications
In the rapidly evolving world of technology, the ability to solve complex problems efficiently is a highly valued skill. Computational…
Python: Implementing a taxonomy based access control — second part
https://medium.com/@jerome.o.diaz/python-implementing-a-taxonomy-based-access-control-second-part-0cd9d142ea26
https://medium.com/@jerome.o.diaz/python-implementing-a-taxonomy-based-access-control-second-part-0cd9d142ea26
Medium
Python: Implementing a taxonomy based access control — second part
On the first part we discovered how to check which ressources are allowed for a given rule.
Workflow for Analysis of Long-Term BMS Data of net zero energy building
https://medium.com/@ar.mohd.umar/workflow-for-analysis-of-long-term-bms-data-of-net-zero-energy-building-51576e1d3320
https://medium.com/@ar.mohd.umar/workflow-for-analysis-of-long-term-bms-data-of-net-zero-energy-building-51576e1d3320
Medium
Workflow for Analysis of Long-Term BMS Data of net zero energy building
This page is an extension of a research work where long-term BMS data from a net zero energy building was analyzed. Building energy…
100 days of Data Science: Day 66 — Segmentation and Clustering Analysis
https://medium.com/@rgr5882/100-days-of-data-science-day-66-segmentation-and-clustering-analysis-d471583b183a
https://medium.com/@rgr5882/100-days-of-data-science-day-66-segmentation-and-clustering-analysis-d471583b183a
Medium
Day 66 — Segmentation and Clustering Analysis
In today’s post, we’ll perform clustering on a customer dataset using K-Means clustering.
100 days of Data Science: Day 65 — Data Sampling and Resampling Techniques
https://medium.com/@rgr5882/100-days-of-data-science-day-65-data-sampling-and-resampling-techniques-e6d54838943d
https://medium.com/@rgr5882/100-days-of-data-science-day-65-data-sampling-and-resampling-techniques-e6d54838943d
Medium
Day 65 — Data Sampling and Resampling Techniques
In today’s post, we’ll dive into various sampling techniques, focusing on how to use bootstrapping to estimate population parameters.
How to Write Unit Tests for Your Django Application
https://medium.com/@farad.dev/how-to-write-unit-tests-for-your-django-application-4bcba2fe8af2
https://medium.com/@farad.dev/how-to-write-unit-tests-for-your-django-application-4bcba2fe8af2
Medium
How to Write Unit Tests for Your Django Application
Welcome to the world of Django, where building powerful web applications becomes a breeze! If you’ve been coding for a while, you might…
Supercharge Your Django Code: Creating Custom Django Signals 🚦
https://medium.com/@priyanshu011109/supercharge-your-django-code-creating-custom-django-signals-2a0005d04c78
https://medium.com/@priyanshu011109/supercharge-your-django-code-creating-custom-django-signals-2a0005d04c78
Medium
Supercharge Your Django Code: Creating Custom Django Signals 🚦
Django’s built-in signals provide plenty of utility, but sometimes you need a custom signal for unique requirements in your application. In…
100 days of Data Science: Day 64 — Hypothesis Testing and Statistical Inference
https://medium.com/@rgr5882/100-days-of-data-science-day-64-hypothesis-testing-and-statistical-inference-37fc6faf8048
https://medium.com/@rgr5882/100-days-of-data-science-day-64-hypothesis-testing-and-statistical-inference-37fc6faf8048
Medium
Day 64 — Hypothesis Testing and Statistical Inference
In today’s post, we’ll conduct hypothesis testing to evaluate the effectiveness of a new marketing strategy.
100 days of Data Science: Day 63 — Correlation and Causation Analysis
https://medium.com/@rgr5882/100-days-of-data-science-day-63-correlation-and-causation-analysis-fc4dffaae966
https://medium.com/@rgr5882/100-days-of-data-science-day-63-correlation-and-causation-analysis-fc4dffaae966
Medium
Day 63 — Correlation and Causation Analysis
In today’s post, we’ll use Python to analyze the correlation between marketing spend and sales in a dataset.
Django Signals: Decouple Your Code Like a Pro 🛠️
https://medium.com/@priyanshu011109/django-signals-decouple-your-code-like-a-pro-%EF%B8%8F-22bde142cef9
https://medium.com/@priyanshu011109/django-signals-decouple-your-code-like-a-pro-%EF%B8%8F-22bde142cef9
Medium
Django Signals: Decouple Your Code Like a Pro 🛠️
In large-scale projects, it’s essential to decouple code for better organization and efficiency. Some tasks need to trigger right after an…
8 Essential Concepts of Python Embedded System Programming
https://medium.com/top-python-libraries/8-essential-concepts-of-python-embedded-system-programming-f9960faccac5
https://medium.com/top-python-libraries/8-essential-concepts-of-python-embedded-system-programming-f9960faccac5
Medium
8 Essential Concepts of Python Embedded System Programming
Learn 8 essential Python embedded system programming concepts, from GPIO control to network communication.
Mutable and Immutable Objects in Python
https://medium.com/@cbienvenu007/mutable-and-immutable-objects-in-python-19ce93aa17e9
https://medium.com/@cbienvenu007/mutable-and-immutable-objects-in-python-19ce93aa17e9
Medium
Mutable and Immutable Objects in Python
Introduction
What is Object-Oriented Programming? Object-Oriented Programming (OOP) might sound complex, but it’s a natural way to think…
What is Object-Oriented Programming? Object-Oriented Programming (OOP) might sound complex, but it’s a natural way to think…
Deploying FastAPI in Production: A Guide to Optimizing FastAPI Performance with Gunicorn
https://levelup.gitconnected.com/deploying-fastapi-in-production-a-guide-to-optimizing-fastapi-performance-with-gunicorn-cf78c57b155b
https://levelup.gitconnected.com/deploying-fastapi-in-production-a-guide-to-optimizing-fastapi-performance-with-gunicorn-cf78c57b155b
Medium
Deploying FastAPI in Production: A Guide to Optimizing FastAPI Performance with Gunicorn
Mastering FastAPI Deployment: Best Practices for Performance, Security, and Scalability in Production
AI Python 13 — Python’s Statistical Tools for Data Science: A Comprehensive Overview
https://levelup.gitconnected.com/ai-python-13-pythons-statistical-tools-for-data-science-a-comprehensive-overview-5af28eb9791c
https://levelup.gitconnected.com/ai-python-13-pythons-statistical-tools-for-data-science-a-comprehensive-overview-5af28eb9791c
Medium
AI Python 13 — Python’s Statistical Tools for Data Science: A Comprehensive Overview
Python for Data Science — Part 13/30
Harnessing the Power of Mathematics with Python
https://medium.com/@augustyn.nj/harnessing-the-power-of-mathematics-with-python-150c97803480
https://medium.com/@augustyn.nj/harnessing-the-power-of-mathematics-with-python-150c97803480
Medium
Harnessing the Power of Mathematics with Python
In the modern era of data science and analytics, the intersection of mathematics and programming has become increasingly significant…
Choosing Technologies for CI/CD in Python Projects
https://medium.com/@bearcoderr/choosing-technologies-for-ci-cd-in-python-projects-b6ccb78ee7fb
https://medium.com/@bearcoderr/choosing-technologies-for-ci-cd-in-python-projects-b6ccb78ee7fb
Medium
Choosing Technologies for CI/CD in Python Projects
In modern software development, continuous integration and continuous delivery (CI/CD) are crucial practices for ensuring the quality and…
Exploring NumPy Basics in Python: A Deep Dive into Arrays and Matrix Operations
https://computer-info-1.medium.com/exploring-numpy-basics-in-python-a-deep-dive-into-arrays-and-matrix-operations-8cc3aa1a5e85
https://computer-info-1.medium.com/exploring-numpy-basics-in-python-a-deep-dive-into-arrays-and-matrix-operations-8cc3aa1a5e85
Medium
Exploring NumPy Basics in Python: A Deep Dive into Arrays and Matrix Operations
1. Installing NumPy