This repository acts as a guide to my preferred IDE configuration, system settings, and selected technologies. The main aim is to offer an easily replicable setup
.
Utilize the Makefile for easy project setup and management. Here are the available commands:
make init
: Initialize the project's structure.make setup
: Create a virtual environment and install dependencies.make update
: Update dependencies in the virtual environment.make clean
: Clean up the virtual environment and generated files.make jupyter
: Activate the virtual environment and run Jupyter Lab.
These commands help streamline your development workflow, ensuring a consistent environment and smooth project operations.
Check out these cool PyCharm plugins that enhance the IDE experience:
Get closer to your code with these simple steps:
- Navigate to
File > Settings
(orPyCharm > Preferences
on macOS). - In the
General
section, locateMouse Control
. - Activate code zoom using your mouse wheel.
Transform your PyCharm interface with the Solarized Theme:
- Open
File > Settings
(orPyCharm > Preferences
on macOS). - Under
Appearance & Behavior
, selectAppearance
. - Choose the
Solarized Dark
theme from the available options.
Give your console output a refreshing green touch:
- Access
File > Settings
(orPyCharm > Preferences
on macOS). - In the
Editor
section, findColor Scheme
. - Customize the
Console Colors
settings to make standard and system outputs appear in green.
And here's how your PyCharm IDE will impress you:
As my coding universe evolves, I'll keep updating this repository with fresh configurations and setups.
Happy coding,