Backend Web Development - Python, Django,Databases, Git, API
- Description
- Curriculum
- FAQ
- Reviews
What is a Back-End Developer? .The back- end of a website consists of a server, an application, and a database. A back-end developer builds and maintains the technology that powers those components which, together, enable the user-facing side of the website to even exist in the first place
Back end development refers to the server side of an application and everything that communicates between the database and the browser. .
Backend web developers are responsible for designing, building, and maintaining a scalable “behind-the-scenes” infrastructure to support the user interfaces and user experiences built by frontend developers. This skill set is one of the most sought-after by major tech employers.
What is Python?
Python is a popular programming language.
It is used for:
- web development (server-side),
- software development,
- mathematics,
- system scripting.
What can Python do?
- Python can be used on a server to create web applications.
- Python can be used alongside software to create workflows.
- Python can connect to database systems. It can also read and modify files.
- Python can be used to handle big data and perform complex mathematics.
- Python can be used for rapid prototyping, or for production-ready software development.
Why Python?
- Python works on different platforms (Windows, Mac, Linux, Raspberry Pi, etc).
- Python has a simple syntax similar to the English language.
- Python has syntax that allows developers to write programs with fewer lines than some other programming languages.
- Python runs on an interpreter system, meaning that code can be executed as soon as it is written. This means that prototyping can be very quick.
- Python can be treated in a procedural way, an object-oriented way or a functional way.
Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design. Built by experienced developers, it takes care of much of the hassle of web development, so you can focus on writing your app without needing to reinvent the wheel. It’s free and open source.
Ridiculously fast: Django was designed to help developers take applications from concept to completion as quickly as possible.
Reassuringly secure: Django takes security seriously and helps developers avoid many common security mistakes.
Exceedingly scalable: Some of the busiest sites on the web leverage Django’s ability to quickly and flexibly scale.
-
19Interacting with Python: Part 1Video lesson
-
20Interacting with Python: Part 2Video lesson
-
21Python ExpressionsVideo lesson
-
22Python StatementsVideo lesson
-
23Python Code IndentationVideo lesson
-
24Python VariablesVideo lesson
-
25Creating VariablesVideo lesson
-
26Capturing user inputsVideo lesson
-
35What are data structuresVideo lesson
-
36What are Python ListVideo lesson
-
37Creating a Python ListVideo lesson
-
38Accessing elements in a ListVideo lesson
-
39Python List Methods: Part 1Video lesson
-
40Python List Methods: Part 2Video lesson
-
41Nested List and For LoopVideo lesson
-
42Python Tuple: Part 1Video lesson
-
43Python Tuple: Part 2Video lesson
-
44Python SETVideo lesson
-
45Python SET MethodsVideo lesson
-
46Python DictionaryVideo lesson
-
47Python Dictionary MethodsVideo lesson
-
48Creating a directory for Python filesVideo lesson
-
49What are Python FunctionsVideo lesson
-
50Python Return Keyword ValueVideo lesson
-
51Using default parameterVideo lesson
-
52Using keyword argumentsVideo lesson
-
53Functions returning other functionsVideo lesson
-
54Assigning functions to variablesVideo lesson
-
55Global and local variable scopesVideo lesson
-
56Nesting functionsVideo lesson
-
57Nesting functions accessing variable scopesVideo lesson
-
58Function Pass keywordVideo lesson
-
59Passing functions as argumentsVideo lesson
-
60Using VarArgs ParameterVideo lesson
-
61Anonymous FunctionsVideo lesson
-
62Python DocStringsVideo lesson
-
63Python DecoratorsVideo lesson
-
64Python Function Vs Python MethodsVideo lesson
External Links May Contain Affiliate Links read more