
Explore Django fundamentals and Python back-end programming with HTML and CSS basics, while learning Linux-first setup, Windows alternatives, and preparation for the real-world project.
Learn to use the Linux terminal to create folders, edit files with nano, and run Python scripts with python3. Explore basic file management and renaming with mv.
Set up a Python virtual environment, install Django with pip, create your first Django project, configure migrations with manage.py, and run the development server to view your site.
Run the Django development server, open the project in the editor, and explore essential settings and files like settings.py, wsgi, urls, templates, static and media folders, and debug configurations.
Define a Django app layer by creating a model with text, integer, and character fields, customize its admin display, and build a view that renders the home page.
Learn how to display data in Django templates by using filter and get queries, retrieving fields like name and about, and choosing between filter and get methods for data rendering.
Configure Django site settings by adding contact phone and name fields, migrate changes, and update the admin to reflect dynamic content.
Build a Django news app, add news via post and get or forms, define fields text date image writer, fetch news in the home view, and render dynamic news boxes.
Learn to build a Django admin panel by creating dedicated admin pages, wiring a panel view and URL, and integrating a ready-made interface into the project.
Customize the Django admin panel by removing unused links, making images static, and reorganizing the left sidebar into a streamlined dashboard with a splash panel.
Learn how to build a master page for the Django admin panel, extend templates, and manage news content with responsive tables, forms, and dynamic sections using Python and Django.
Learn to build a news list page in Django, configure the admin panel and panel/news/list URLs, and enhance the site with static images and dynamic data tables.
Customize the news list by turning static data into dynamic content and enabling add, edit, and delete actions. Configure image, date, writer, views, and category.
Learn how to add news in a Django real-world project by submitting a news form, validating fields, saving a news instance, and viewing the updated news list.
Upload news images, configure dynamic static and media urls, and update Django settings and urls to serve media files during development for a real-world Django project.
Enable file uploads in a Django news app by adding a file input to the add template, wiring up a view, and including JavaScript to handle file selection for upload.
Learn to upload files in Django using file system storage, manage file inputs from forms, and ensure unique filenames with automatic renaming, generating media URLs for use in templates.
Learn to manage news in Django by deleting images with news items, saving the file name and url, and updating models and migrations; also resize images for the news list.
Improve the Django image upload flow by handling missing images with try/except, validating image type and size, and using checks to delete non-credible files.
Learn to validate uploads in a Django app by checking image type and allowed suffixes (jpg, jpeg, png), display an error for non-images, and delete invalid files on the server.
Learn how to enforce file size limits in a Django app by checking uploads against a five-megabyte cap, handling errors, and implementing image uploads and deletions.
please first look at free preview on course about Django at the bottom of this page , you will learn a lot
Here’s a little outline of what we are presenting to you in this course.
We will be covering a number of basic topics and agendas that, by and on themselves, would be enough to get you started as a programmer, even if you may have zero to none prior acquaintance with programming.
The topics include whatever you are going to need as a programmer, we cover very basic topics such as Using Linux, and Best IDE, which are the systematic pre-requirements for your hardware, and from there we set you up on the basics of Python programming language, as the most common programming language used by professionals around the world.
In our basic python programming course we use a lot of examples to make sure that all the points really hit home, topics such as variables, printing techniques, lists, various forms of loops, dictionaries, and tuple, and numerous practical and useful functions and classes are all dealt with through multiple examples that have been tested over and over again by the very best professionals in the game.
To make sure that you have totally mastered the topics, in due course you are going to be presented with entertaining exercises such as designing an rpg game, whose fulfilment is going to require all that you have been taught during the course, in the most involved and practical format possible, to make you thoroughly prepared for the real life projects ahead of you.
On the second level we are going to deal with the more advanced topics on python, with more practically-designed details and examples.
We further elaborate the topic of files, Json, and try and except .
we use tkinter as a platform for our UI course.
Tkinter being universally viewed as the best UI library for python available on the market, will be where we base our further instructions.
We will show you how to install tkinter, and how to apply its various and multilayered components in detail, with topics such as title , label , button , textbox , combo-box , radio button, scroll text, file menu , message box and many more thoroughly elaborated through lots and lots of examples.
With the basic and more advanced topics of python out of the way, now we will be able to enter the practical realms of professional programming, in which we will learn how to make a webpage using the most common and powerful framework available for web-designing, Django.
After being done with its installation manual and set up, we will provide you with a forty hour course, in which we cover all the details on often elaborate topics for starting, improving and creating the ultimate website that would be just as interactive as any that you have ever come across in real life.
So, if you have made up your mind about taking up this course, I need to reassure you again about the wonderful journey that lies ahead of you, through which you are going to walk the path of an ordinary beginner who becomes a professional web-designer.