finds.dev← search

// the find

hakanyalcinkaya/Uctan-Uca-Projelerle-Sifirdan-Full-Stack-Python-ve-Django-Egitimi

★ 250 · Python · updated Nov 2025

Udemy: Uçtan Uca Projelerle Sıfırdan Full Stack Python ve Django Eğitimi

A course companion repo for a Turkish-language Udemy course covering HTML/CSS/Bootstrap through Python and Django. Each folder maps to a course section, with code samples and end-of-chapter exercises. This is study material, not a library or tool.

The progression is well-structured — HTML basics before CSS before Bootstrap before Python before Django, which is the right order. The Django projects are real multi-app setups with proper template inheritance, context processors, and separate static files, not toy single-file examples. Each section has its own README, so someone cloning the repo can navigate without watching the videos. The course appears complete (100% progress bar), so learners aren't hitting dead ends mid-topic.

The Django projects commit Bootstrap's full JS bundle and CSS into static_files, which means hundreds of kilobytes of vendored assets that will rot as Bootstrap releases updates — a CDN link or pip package would be cleaner. There are no tests worth mentioning; the tests.py files in each app are empty Django stubs. The projects use fake_db dictionaries instead of actual database models, which means learners never wire up a real Django ORM flow in the early projects. The repo is in Turkish throughout, so its audience is strictly Turkish speakers.

View on GitHub → Homepage ↗

// want more like this?

We dig through GitHub every week and send a few repos picked for what you actually care about — each with an honest take like this one.

Get finds in your inbox → Search again →