Tag

Project tutorial

1 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Jun 9, 2025 · Fundamentals

Quickly Set Up a New Python Project in PyCharm – Step‑by‑Step Guide

This step‑by‑step tutorial walks beginners through creating a new Python project in PyCharm, covering project location selection, Conda interpreter configuration, isolated environment creation, Python version choice, Conda executable setup, opening the project, exploring the directory structure, writing and running a simple program, and where to download the free Community edition.

CondaIDE setupProject tutorial
0 likes · 4 min read
Quickly Set Up a New Python Project in PyCharm – Step‑by‑Step Guide
Java Architect Essentials
Java Architect Essentials
Oct 9, 2022 · Backend Development

SpringBoot + MyBatis Based Douban-like Platform – Full Project Overview and Setup Guide

This article presents a comprehensive Java web application that combines movies, music, and books, built with Spring Boot, MyBatis, Redis, and Nginx, and provides detailed environment specifications, architecture diagrams, feature screenshots, and step‑by‑step deployment instructions.

JavaMyBatisNginx
0 likes · 5 min read
SpringBoot + MyBatis Based Douban-like Platform – Full Project Overview and Setup Guide