FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

Β© 2026 FlareStart. All rights reserved.

Back to articles
Day 1 of My 90 Days AI Journey: Setting Up the Perfect Environment
How-ToProgramming Languages

Day 1 of My 90 Days AI Journey: Setting Up the Perfect Environment

via Dev.to PythonShivani Sangeeta4h ago

πŸš€ Day 1 of My 90 Days AI Journey: Setting Up the Environment Hey developers πŸ‘‹ Today marks Day 1 of my 90 Days AI Learning Challenge , and the goal was simple: πŸ‘‰ Set up a complete development environment for AI & Python If you're a beginner, this is the most important step. A strong setup makes everything easier going forward. πŸ› οΈ Tools I Installed Here’s what I used: Git β†’ Version control VS Code β†’ Code editor uv β†’ Fast Python package manager Ollama β†’ Run AI models locally ⚑ Installation (Using winget) I used Windows Package Manager to install everything quickly: winget install --id Git.Git -e --source winget winget install --id Microsoft.VisualStudioCode -e --source winget winget install --id astral-sh.uv -e --source winget winget install --id Ollama.Ollama -e --source winget πŸ“ Creating My Project Workspace I created a dedicated folder for this journey: mkdir C: \A I_90Days cd C: \A I_90Days βš™οΈ Initializing the Project To start a clean Python project: uv init This generated the base co

Continue reading on Dev.to Python

Opens in a new tab

Read Full Article
2 views

Related Articles

How to Back Up Your Android Phone (2026)
How-To

How to Back Up Your Android Phone (2026)

Wired β€’ 5h ago

Mining the deep ocean
How-To

Mining the deep ocean

Ars Technica β€’ 5h ago

CA 08 - Sort 0s, 1s, and 2s
How-To

CA 08 - Sort 0s, 1s, and 2s

Dev.to β€’ 7h ago

PDF to LaTeX Conversion: Why It's Hard and What Actually Works
How-To

PDF to LaTeX Conversion: Why It's Hard and What Actually Works

Dev.to Tutorial β€’ 7h ago

The Art of Motivation and Inspiration ✨
How-To

The Art of Motivation and Inspiration ✨

Medium Programming β€’ 9h ago

Discover More Articles