Home
Sefidian Academy
Filter by
Categories
Tags
Authors
Show all
All
Apache Kafka
Artificial Intelligence
Bayesian Statistics
Big Data
Cassandra
Computer Vision
Data Engineering
Data Science
Database
Deep Learning
DevOps
Django
Docker
ELK
Feature Engineering
Finance
Keras
Linear Algebra
Linux
Machine Learning
Mathematics
MLOps
NLP
Python
PyTorch
Recommendation Systems
Reinforcement Learning
Software Engineering
Spark
Statistics and Probability
Tensorflow
Time Series
Uncategorized
All
Apache Kafka
Big Data
Cython
Elasticsearch
ELK
Exception Handling
GPU
MinIO
monte carlo
Pandas
PySpark
Python
PyTorch
Reinforcement Learning
remover
S3
separator
transfer learning
Tutorial
Ubuntu
vocal
All
Amir Masoud Sefidian
2021-09-30
Categories
Docker
Linux
Software Engineering
Prune unused Docker objects to alleviate low disk space on the filesystem root issues
4
mins read
You can alleviate low disk space on filesystem root issues by pruning redundant docker objects. Docker takes a conservative approach
[…]
2021-08-03
Categories
Python
Software Engineering
How to use black, flake8, isort, and pre-commit framework to format Python codes
12
mins read
black: The Uncompromising Code Formatter With black you can format Python code from 2.7 all the way to 3.8 (as of version
[…]
2021-07-25
Categories
Python
Software Engineering
Best practices for Python exceptions
9
mins read
Python is a popular and versatile programming language used in a wide range of applications. One of the most important
[…]
2019-12-27
Categories
Python
Software Engineering
Python __new__ magic method explained
10
mins read
Python is an object-oriented programming language, meaning that everything in Python is an object. One of Python’s unique features is
[…]