mirror of
				https://github.com/ItsDrike/itsdrike.com.git
				synced 2025-11-03 19:56:36 +00:00 
			
		
		
		
	Add python tag to relevant posts
This commit is contained in:
		
							parent
							
								
									f53668881c
								
							
						
					
					
						commit
						523fefed1b
					
				
					 3 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -1,7 +1,7 @@
 | 
			
		|||
---
 | 
			
		||||
title: Concurrency and Parallelism
 | 
			
		||||
date: 2021-11-17
 | 
			
		||||
tags: [programming]
 | 
			
		||||
tags: [programming, python]
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
Concurrency is an exciting topic that's becoming more and more important, yet I see so many people that aren't very
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,7 +1,7 @@
 | 
			
		|||
---
 | 
			
		||||
title: Removing duplicates from lists
 | 
			
		||||
date: 2021-08-31
 | 
			
		||||
tags: [programming]
 | 
			
		||||
tags: [programming, python]
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
In programming, we often need to handle removing duplicates from an array-like structure. While this may seem like an
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,7 +1,7 @@
 | 
			
		|||
---
 | 
			
		||||
title: Variance of typing generics (covariance, contravariance and invariance)
 | 
			
		||||
date: 2021-10-04
 | 
			
		||||
tags: [programming]
 | 
			
		||||
tags: [programming, python]
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
In many programming languages where typing matters we often need to define certain properties for the types of generics
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue