Get started with Python 3.7 by installing it on your Windows 10 machine using the Anaconda distribution. We'll also talk about Jupyter Notebook and Virtual Environments.
Tag archives: Python
Install Python 3.7 on Windows 10 with Anaconda
Index all drives connected to macOS with multithreaded Python 3
Written by
on
in
Python.
In a recent project, we needed to rapidly index and filter all files in all connected drives on macOS. With multithreaded Python 3, and a little help from pandas, You can get it done quick and easy.
Install python 3, pip 3, and virtualenv in Amazon Linux 2
Written by
on
in
AWS,
Python.
Get started with Python 3 on Amazon Linux 2 with this quick tutorial. With Virtualenv you can create isolated Python environments and easily manage your projects and their dependencies.
Open and read Excel file with Python using Pandas (With Examples)
Written by
on
in
Python.
The Pandas Python library is a fantastic tool to add to your Python toolbelt. In this article, we show you how to get started by opening an Excel file and doing some filtering.