Python List Basics—Everything You Need to Know
https://python.plainenglish.io/python-lists-c031ed71853e
https://python.plainenglish.io/python-lists-c031ed71853e
Medium
Python List Basics—Everything You Need to Know
Learn all the basics of working with lists in Python.
Run Jupyter notebooks on a web browser using JupyterLite
https://medium.com/geekculture/run-jupyter-notebooks-on-a-web-browser-using-jupyterlite-18e3bd25bd97
https://medium.com/geekculture/run-jupyter-notebooks-on-a-web-browser-using-jupyterlite-18e3bd25bd97
Medium
Run Jupyter notebooks on a web browser using JupyterLite
Ever thought you could run your Jupyter notebooks on a browser, without having to initiate Python jupyter server on your local machine/host…
Radek Holý: Python is a matter of my heart
https://medium.com/applifting/radek-hol%C3%BD-python-is-a-matter-of-my-heart-df9261794843
https://medium.com/applifting/radek-hol%C3%BD-python-is-a-matter-of-my-heart-df9261794843
Medium
Radek Holý: Python is a matter of my heart
The always cheerful Radek has only been with Applifting for two years, yet he’s already managed to try out several different positions…
Creating a python package for finding loopholes in Dockerfiles
https://prav10194.medium.com/creating-a-python-package-for-finding-loopholes-in-dockerfiles-691d0fffd5bf
https://prav10194.medium.com/creating-a-python-package-for-finding-loopholes-in-dockerfiles-691d0fffd5bf
Medium
Creating a python package for finding loopholes in Dockerfiles
This article will be covering how to create a simple python package that will be used to scan and analyze your Dockerfile configuration. We…
Why I don’t recommend python as a first programming language
https://shams-ad.medium.com/why-i-dont-recommend-python-as-a-first-programming-language-c62ad69ab1a2
https://shams-ad.medium.com/why-i-dont-recommend-python-as-a-first-programming-language-c62ad69ab1a2
Medium
Why I don’t recommend python as a first programming language
This is all subjective, you do not have to take my word for it, however, I believe I have enough experience to speak about this, and I also…
Word Embedding Techniques: Word2Vec and TF-IDF Explained
https://towardsdatascience.com/word-embedding-techniques-word2vec-and-tf-idf-explained-c5d02e34d08
https://towardsdatascience.com/word-embedding-techniques-word2vec-and-tf-idf-explained-c5d02e34d08
Medium
Word Embedding Techniques: Word2Vec and TF-IDF Explained
The words need to be made meaningful for machine learning or deep learning algorithms. Therefore, they must be expressed numerically…
Prefect: How to Write and Schedule Your First ETL Pipeline with Python
https://towardsdatascience.com/prefect-how-to-write-and-schedule-your-first-etl-pipeline-with-python-54005a34f10b
https://towardsdatascience.com/prefect-how-to-write-and-schedule-your-first-etl-pipeline-with-python-54005a34f10b
Medium
Prefect: How to Write and Schedule Your First ETL Pipeline with Python
Workflow management systems made easy — both locally and in the cloud.
Tutorial: Building a database from Scratch — 4
https://blog.plaintextnerds.com/tutorial-building-a-database-from-scratch-4-2fc5b082ab2b
https://blog.plaintextnerds.com/tutorial-building-a-database-from-scratch-4-2fc5b082ab2b
Medium
Tutorial: Building a database from Scratch — 4
Part 4 / Building the server