
Python Input From Users
Most applications requires some sort of input from users. Learn how to get input from the keyboard.
Code With Stein offer both free and premium courses and tutorials. And track your progress. You will learn how to build web sites, web apps, optimizations and so much more.
Write a comment or join our Discord server for free. Talk about programming, server stuff or just show of your work.
Most applications requires some sort of input from users. Learn how to get input from the keyboard.
Sometimes we need to convert a string to an integer, a float to a string, etc.
Learn how to build a simple CRM using Django and Vue by following this full course. This course is based on a previously series.
Learn how to build a simple todo application using Django (Python), Htmx and Tailwind.
Learn how to build a very basic todo application using Laravel 8 and Tailwind.
Learn how to create a live chat using Django and Channels. Plus how to authenticate users.
In this video, I will try to explain how Django works. I will talk a little bit about the different parts of Django like views, models, urls and similar.
I often use blank=True and null=True in database models in my Django videos. What's the difference between them?
In this article, I'll answer 6 typical programming questions I get from beginners.
Learn how to use a Python library called Tweepy to post tweets to your timeline using Django.
Sometimes you need to merge two or more QuerySets, learn how to do it without losing functionality like filtering, counting, etc.
Django is a framework based on python for building web sites and web applications.
Learn how to implement a simple wysiwyg editor with Django. In this video, I will show you how to do that.
Learn how to use Django and Vue to make it possible to load new data when you reach the bottom of the screen.
A lot of people have asked me if Django is a good choice for beginners. In this video, I will talk a little bit about what I think about this and why. And I will also quickly talk about where you can get started with Django.
Do you want to learn Django by building a really cool project? During this course, you will learn how to build a simple social network from scratch to deployment.
Learn how to use Markdown in your blog posts or other places on your website.
A few weeks ago I launched my own Discord server for Code With Stein.
Using sessions with Django is easy and it's something that you should know how to do as a developer.
The built-in function "get_or_create" is a little gem. In this post you will learn how to use it.