BruvCode
BruvCode
  • 73
  • 3 690
Rendering HTML Templates to Django - Django Tutorial #3
In this video, I'll show you how to render an HTML template into your Django app, and I'll use examples. Now HTML stands for HyperText Markup Language. These are template files used to display dynamic data, these are meant to be reusable templates. And by the end of this video you'll know how to render data using templates.
We'll start off with some easy boilerplate code in our HTML file. We'll make a simple template with that sets the page title in the head section, then we'll move onto the body section where we'll be adding headings. If you find this tutorial helpful, then do like this video, subscribe, and do even comment.
Django Documentation: docs.djangoproject.com/en/5.1/
Subscribe here for more easy-to-follow Python tutorials: rb.gy/r4k2f8
Django Tutorial Playlist - rb.gy/dfl2pe
Download Python 3 here - www.python.org/downloads/
Переглядів: 4

Відео

How To Make A Website in Python - Django Tutorial #2
Переглядів 62 години тому
In this tutorial, I'll be showing you how you can make a website using Python and Django. And I'll show you how you can create your Django apps, configure urls, and install your Django app. I'll walkthrough what the different files actually do. So just follow along with what I do, and you'll be able to build a website with Python and Django! Documentation: docs.djangoproject.com/en/5.1/ Subscri...
Setting up Django - Django Tutorial #1
Переглядів 402 години тому
In this new tutorial series, I'll be introducing you to a Python web framework known as Django. Now if you don't know what it is, Django is a very powerful web framework for Python which you can use for FULL-STACK WEB DEVELOPMENT. Also Django, has been used to build websites such as Spotify, Dropbox and Instagram. If you're a complete beginner to Django or programming, then do watch this tutori...
Compiling Kivy App For Android - How To Make Mobile Apps With Python #14
Переглядів 314 години тому
In this video, we are going to turn our Kivy app into a real Android App. We'll compile the calculator app we built with Kivy, and we'll turn this to an Apk (Android Package) which allows us to download our app on our Android device. We'll be using Google Colab (A Linux enviornment) to compile because we'll be using a Python module called buildozer, and this is a program which allows us to turn...
Kivy Project for COMPLETE Beginners - Let's Make a Full App From Scratch!
Переглядів 5739 годин тому
Welcome to the 13th video of our Mobile App Series with Python! And in this tutorial, we'll start to work on our own Kivy Projects in Python. One of these projects we'll be making is a calculator app. So this will cover up everything we have done in the previous tutorials of this Kivy playlist. Make sure to watch this playlist in order without skipping any videos! This calculator (Made with Kiv...
Kivy ReycleView - Kivy Tutorial #12
Переглядів 18День тому
In this tutorial, I'll be teaching you how to use Kivy RecycleView, so which means you will be able to scroll through widgets in your Kivy app e.g. Buttons, Labels and more. And I'll use examples! I'll show you how to use RecycleView for scrolling through labels in this video, and we'll also use the KV language for creating the elements for our GUI app. If you find this hard to use, then you ca...
Kivy Sound - Kivy Tutorial #11
Переглядів 14День тому
In today's tutorial, I'm gonna be teaching you about Kivy sounds, and by the end of this video you'll have a great understanding of how to add sounds in your Kivy app. We'll start off with an example which I made, then we'll go into a small Python file with our normal app class which we write at every start of each Kivy tutorial (boilerplate code), then create our own class for playing audio, t...
Kivy Image - Kivy Tutorial #10
Переглядів 1714 днів тому
Want to know how to use images in your Kivy GUI app? Then you're in the right place. In this quick tutorial, I'll show you exactly how to do it. Welcome to the 10th video of our Mobile App series with Python. In this video, I'll show you how to add images/photos/pictures in your Kivy app, and I'll use examples! we'll learn how to integrate images into your Kivy app, we'll first start off with a...
Kivy (.KV) File Tutorial - Kivy Tutorial #9
Переглядів 1914 днів тому
In this video, we'll learn how to use the KV language in our Kivy app, also known as the KV file, and I'll use examples! This is the 9th video of my Kivy tutorial series. If you don't know what the Kivy KV language is, it's a way to structure your GUI applications in Kivy, which means, you'll be able to structure the elements of your Kivy app without having to write long lines of code. You can ...
Kivy Change Screen - Kivy Tutorial #8
Переглядів 9914 днів тому
In this video, I'll be showing you how to use the feature in Kivy known as the change screen, and I'll use examples! This is the 8th video of our Mobile App series with Python, so I'll teach you all you need to know how to use the change screen in your mobile app. We'll start off by creating our screens (Home screen and Settings screen), then we'll continue off by using the screen manager (whic...
Kivy Touch Input | Kivy Canvas - Kivy Tutorial #7
Переглядів 10114 днів тому
In this tutorial we're going to learn about Kivy Canvas/Touch Input. These will allow us to draw lines on our screen of our app, set backgrounds and colors in our Kivy app. We have features like touch positions in our app, we indicate the move positions like going up, down and move. And we have an event to tell us that the user has released their finger from the screen. In our apps, we can use ...
Kivy Events - Kivy Tutorial #6
Переглядів 10621 день тому
Welcome to the 6th video of my Kivy tutorial series, and in this tutorial we'll be learning about Kivy Events, if you don't know what these events are, then you are in the right video, and I'll teach you everything you need to know about using Kivy events. Kivy Events usually happen when a button is clicked, so which means when a button is clicked in your program, events actually happen, if you...
Kivy Positoning and Sizing - Kivy Tutorial #5
Переглядів 1721 день тому
In this tutorial, we'll be learning about Kivy Positioning and Sizing, which means we'll be able to position and size widgets in our Kivy app. This is the best way to do it. If you want to know how to position and size your widgets, then you're in the right video, in this tutorial, I'll show you exactly how to do it. If you have any questions or comments, then do leave them down in the comment ...
Kivy FloatLayout - Kivy Tutorial #4
Переглядів 65Місяць тому
Welcome back to the 4th video of my Kivy Tutorial series, and in this video we'll be learning about FloatLayout and I'll use examples so it can be easy to follow. If you're an absolute beginner with FloatLayout, then do watch this video because I'll teach you everything you need to know about using Kivy FloatLayout. Just follow along with what I do and you'll have a great understanding of how t...
Kivy BoxLayout - Kivy Tutorial #3
Переглядів 31Місяць тому
In this tutorial, I'll be teaching you how Kivy BoxLayout works, and I'll use examples! If you don't know what BoxLayout is, then do watch this video, because I'll explain everything you need to know about Kivy's BoxLayout class. We'll learn how to change orientation of the layout, and add labels, buttons, and many more. Feel free to add more widgets according to your needs! If you have any que...
A Closer Look At How Kivy Works - Kivy Tutorial #2
Переглядів 58Місяць тому
A Closer Look At How Kivy Works - Kivy Tutorial #2
How To Make Mobile Apps using Python - Kivy Tutorial #1
Переглядів 144Місяць тому
How To Make Mobile Apps using Python - Kivy Tutorial #1
PLEASE Learn Python In 2 Minutes
Переглядів 28Місяць тому
PLEASE Learn Python In 2 Minutes
Flask Project for Beginners - Let's Build a Full Website from Scratch!
Переглядів 109Місяць тому
Flask Project for Beginners - Let's Build a Full Website from Scratch!
Flask Blueprints - Flask Tutorial #7
Переглядів 15Місяць тому
Flask Blueprints - Flask Tutorial #7
Flask Ports - Flask Tutorial #6
Переглядів 35Місяць тому
Flask Ports - Flask Tutorial #6
Flask jsonify - Flask Tutorial #5
Переглядів 38Місяць тому
Flask jsonify - Flask Tutorial #5
Render HTML Templates - Flask Tutorial #4
Переглядів 11Місяць тому
Render HTML Templates - Flask Tutorial #4
Flask Routes - Flask Tutorial #3
Переглядів 17Місяць тому
Flask Routes - Flask Tutorial #3
A Closer look At How Flask Works - Flask Tutorial #2
Переглядів 30Місяць тому
A Closer look At How Flask Works - Flask Tutorial #2
How To Make Websites using Python - Flask Tutorial #1
Переглядів 211Місяць тому
How To Make Websites using Python - Flask Tutorial #1
NASA Control System using Python - Full Guide Tutorial (For Beginners)
Переглядів 25Місяць тому
NASA Control System using Python - Full Guide Tutorial (For Beginners)
How to make a Simple Game in Python Tutorial (For Beginners) [PLEASE WATCH🙏]
Переглядів 122 місяці тому
How to make a Simple Game in Python Tutorial (For Beginners) [PLEASE WATCH🙏]
Learn Python with this ONE Project!! (For Beginners)
Переглядів 172 місяці тому
Learn Python with this ONE Project!! (For Beginners)
Python Logging - Python Advanced Tutorial #15
Переглядів 142 місяці тому
Python Logging - Python Advanced Tutorial #15

КОМЕНТАРІ

  • @BruvCode
    @BruvCode 6 годин тому

    In this tutorial, I'm going to show you how to add/render HTML (HyperText Markup Language) templates to your Django website, and I'll explain everything step-by-step. Django Documentation: docs.djangoproject.com/en/5.1/ Subscribe here for more easy-to-follow Python tutorials: rb.gy/r4k2f8 Django Tutorial Playlist: rb.gy/dfl2pe ⭐ Download Python for your device ⭐ Download for Windows (10/11) - www.python.org/downloads/windows/ Download for MacOS - www.python.org/downloads/macos/ Download for Linux (Ubuntu, Linux Mint and more) - www.python.org/downloads/source/ Thanks for watching! SUBSCRIBE, COMMENT, LIKE, AND SHARE THIS VIDEO

  • @BruvCode
    @BruvCode День тому

    Hey everyone, and welcome back to the 2nd tutorial in the Django tutorial series! And in this tutorial, we're going to learn how to build websites in Python. I'll walkthrough different files in our app generated by Django by default. If you get stuck on any part of this video, then just do leave a comment, I'll sure get back to you! Django Documentation - docs.djangoproject.com/en/5.1/ Subscribe for more easy-to-follow Python tutorials: rb.gy/r4k2f8 Django Tutorial Playlist: rb.gy/dfl2pe 🐍Download Python🐍 Download for Windows (10/11) - www.python.org/downloads/windows/ Download for Mac - www.python.org/downloads/macos/ Download for Linux - www.python.org/downloads/source/ Thanks for watching! Be sure to subscribe, like, comment, and share this video with anyone you think will find this tutorial helpful! (Share this playlist too!)

  • @poisonbar844
    @poisonbar844 3 дні тому

    I just got an answer of the difference between compiled code and software/apps(after 2 months of searching) and now I get to see a complete demonstration of the answer. Loved it, bro... Will be saving the video to watch it again whenever needs be. Edit: keep'em coming. Will love to see them whenever I get time

  • @THENOOBYPRO
    @THENOOBYPRO 3 дні тому

    i am not a python dev but thanks man

    • @BruvCode
      @BruvCode 3 дні тому

      I'm glad you found this video helpful

  • @mahbuburrahmanmealbrac660
    @mahbuburrahmanmealbrac660 17 днів тому

    Very good tutorial about Kivy. Do you know about Python Flet mobile framework. Please make video on it.

  • @BruvCode
    @BruvCode 18 днів тому

    In this video, I'm gonna teach you how to add images/photos in your Kivy app, and by the end of this video you will know how to add pictures on your Kivy apps, and I'll use examples on how to use them! Kivy Documentation (Images) - kivy.org/doc/stable/api-kivy.uix.image.html Minion image - www.freeiconspng.com/img/42200 Cat image - bit.ly/4etTbRP Full Playlist (Mobile Apps Python) - rb.gy/g4g4ad SUBSCRIBE - www.youtube.com/@BruvCode?sub_confirmation=1 Download Python here - www.python.org/downloads/

  • @BruvCode
    @BruvCode 18 днів тому

    In this tutorial, we'll learn to use how to use Kivy Touch Input\Canvas, and I'll use examples SUBSCRIBE - rb.gy/r4k2f8 Kivy Documentation - kivy.org/doc/stable/ Python Download - www.python.org/downloads/ Playlist link - rb.gy/g4g4ad

  • @BruvCode
    @BruvCode Місяць тому

    Hey guys, welcome to the 4th video of my Kivy series, and in this tutorial, I'll be teaching you how to use kivy FloatLayout. It is similar to BoxLayout, but then FloatLayout allows you to place widgets anywhere you want on the screen. And in this video I'll show you exactly how to do it, and I'll use examples! Just follow along with what I do, and you'll be able to use Kivy FloatLayout. Thanks for watching! Don't forget to like (leave me a thumbs up), subscribe and turn on notifications so you don't miss out on future videos, and comment if you found this video quite useful. Any questions? Always leave a comment, I'll definitely get back to you! SUBSCRIBE - www.youtube.com/@BruvCode?sub_confirmation=1 My Kivy tutorials - rb.gy/g4g4ad Download Python 3 here - www.python.org/downloads/ Kivy Documentation - kivy.org/doc/stable/

  • @BruvCode
    @BruvCode Місяць тому

    Hi there, and welcome to the 3rd video of my Kivy tutorial series, and in this tutorial, I'll show you how BoxLayout in Kivy works, and I'll use examples! PLEASE watch this video till the end and you'll have a great understanding of how to use BoxLayout. Thanks for watching, subscribe, like, comment and share SUBSCRIBE - www.youtube.com/@BruvCode?sub_confirmation=1

  • @BruvCode
    @BruvCode Місяць тому

    Hey guys, welcome back to Kivy Tutorial #2, in this video, we'll actually be taking a closer look at how KIvy actually works, now, we're in the `main.py` file we were working in last time of this Kivy series, we are actually diving into what we were doing last time. I will explain everything, follow along with me, and you'll be able to make your own Kivy projects! Thanks for watching. If you found this tutorial helpful, then do subscribe and leave me a like, it helps me out a ton! If you got any questions, then do always leave a comment in the comment section here, I'll definitely get back to you! Like, subscribe, comment, share NOW

  • @BruvCode
    @BruvCode Місяць тому

    Hi there, and welcome to my Mobile App Series with Python! In this series, I'll be teaching you how to make Mobile Apps in Python. So just watch this series, follow along with me, and you'll be able to make apps that run on Android and iOS! In my next tutorial, we'll be taking a closer look at how KIvy works. So do SUBSCRIBE so you don't miss out on the video. SUBSCRIBE - www.youtube.com/@BruvCode?sub_confirmation=1 Kivy Documentation (Version 2.3.0) - kivy.org/doc/stable/ Pygame Documentation (Version 2.6.0) - www.pygame.org/docs/ Thanks for watching! Like if you appreciate it, it does really help me out! And SUBSCRIBE now and turn on notifications so you don't miss out on future tutorials, if you have any questions, suggestions, comments or feedback, then do leave a comment on this video. See you in my next tutorial!

  • @BruvCode
    @BruvCode Місяць тому

    In this tutorial, I'm gonna show you how to add HTML templates to our Flask website. HTML stands for HyperText Markup Language. HTML is not a programming language, it is a markup language used for building websites. If you've done it before, you'll be able to add the code to our Flask app. Just follow along with what I do, and you'll be able to do it. Thanks for watching! SUBSCRIBE NOW - www.youtube.com/@BruvCode?sub_confirmation=1 PLEASE LIKE, SUBSCRIBE, COMMENT AND SHARE THIS VIDEO AND THE TUTORIAL SERIES.

  • @BruvCode
    @BruvCode Місяць тому

    Guys, support this video by liking, and support my channel by SUBSCRIBING NOW and enabling notifications so you don't miss out on future tutorials. If you got any questions, comments or you're stuck on any code, then do let me know in the comment section down below, I always get back to you! Flask Tutorial Playlist - rb.gy/s95gne SUBSCRIBE - rb.gy/r4k2f8 Flask Documentation - flask.palletsprojects.com/en/3.0.x/ Download Python 3 here - www.python.org/downloads/

  • @BruvCode
    @BruvCode Місяць тому

    In this tutorial, I'll show you how to build websites using Python. For these tutorial series, we're gonna be using the Flask web framework. Flask is a very lightweight web framework, because it is very easy to use. Just follow along with me in the tutorial series and you'll become a web developer in no time. If you have any questions or you're stuck on any part of the video, then do let me now in the comment section, I always get back to you! Subscribe and enable notifications so you don't miss out on future tutorials, like the video it helps me out a lot! And comment for a chance to get a shoutout in my next video. Flask Documentation - flask.palletsprojects.com/en/3.0.x/ Download Python - www.python.org/downloads/ Get Started with Python (For Beginners) - www.python.org/about/gettingstarted/ SUBSCRIBE NOW - www.youtube.com/@BruvCode?sub_confirmation=1 if __name__ == "__main__" video link - ua-cam.com/video/vhUqQlQDQas/v-deo.html Decorators and Context Managers video link - ua-cam.com/video/b-zGGX6x7Us/v-deo.html Join my Discord Server (Small server) - discord.gg/tYjNByPEfw Thanks for watching! Like, Subscribe, comment and share this video!

  • @BruvCode
    @BruvCode Місяць тому

    Guys, I've made a Discord Server, please support my server JOIN NOW! - discord.com/invite/tYjNByPEfw

  • @BruvCode
    @BruvCode 2 місяці тому

    What video should I make next? Let me know in the comments!

  • @BruvCode
    @BruvCode 2 місяці тому

    Guys, I've created a Discord server, where you can get help about Python related topics, PLEASE JOIN MY SERVER, so that the number of members grow! Server invite 👉discord.gg/tYjNByPEfw My website 👉 bruvcode-website-7fzz8kcnfegzaprguagme9.streamlit.app

  • @BruvCode
    @BruvCode 2 місяці тому

    Join my Discord Server 👉 discord.com/invite/tYjNByPEfw Source code + JSON + Python file 👉 github.com/Federico0965/Python-JSON-Tutorial If you have any questions, or stuck on any code, leave a comment, I'll get back to you! Thanks for watching.

  • @BruvCode
    @BruvCode 2 місяці тому

    Guys, I've made a Discord server! A place where you can talk about Python related topics. PLEASE JOIN MY SERVER so that the number of members grow. Invite link 👉discord.com/invite/tYjNByPEfw If you have any questions about Python programming, or stuck on any code, leave a comment, I'll get back to you! And join my server PLEASE. Thanks for watching.

  • @BruvCode
    @BruvCode 2 місяці тому

    In this video, we're gonna be taking a deeper look into `functools` in Python. We did it from the previous Python Advanced tutorial series, but then we'll revise everything we did, with some basic examples, then the advanced way. If you have any questions or stuck on any code, be sure to leave a comment, I'll definitely get back to you! Thanks for watching. Join my Discord server - discord.gg/tYjNByPEfw My website - bruvcode-website-7fzz8kcnfegzaprguagme9.streamlit.app/

  • @EmmanuelBlessing-io8sk
    @EmmanuelBlessing-io8sk 3 місяці тому

    I am a beginner Please do u have a free class for coding

    • @BruvCode
      @BruvCode 3 місяці тому

      Well, I don't have any classes for coding, but I do have a website with Basic Tutorials, you can check it out here - bruvcode-website-7fzz8kcnfegzaprguagme9.streamlit.app/ Or you can watch my previous beginner tutorials here - rb.gy/rslfst

  • @BruvCode
    @BruvCode 3 місяці тому

    Guys! I've made a Discord Server! A server which has Python related topics Server Link - discord.gg/ccnCAXCe

  • @BruvCode
    @BruvCode 3 місяці тому

    Guys, I've made a Discord Server! You can talk about coding related topics to Python Server link - discord.gg/ccnCAXCe