Skip available courses
Available courses
“Visualizing logical concepts can aid in understanding them effectively”
This article does not aim to teach you
Python programming language. The target is to teach you how to visualize the
code execution and how to write code in a standard company format. Every
company or organization has their own way of maintaining the standard and
structured code. Let’s learn some of those.
Advanced Python Scheduler (APScheduler) is a Python library that lets you schedule your Python code to be executed later, either just once or periodically.
SQL Alchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL. It provides a full suite of well-known enterprise-level persistence patterns, designed for efficient and high-performing database access, adapted into a simple and Pythonic domain language.
Django is a Python-based web framework that allows you to quickly create web applications without all of the installation or dependency problems that you normally will find with other frameworks
Python is a high-level, general-purpose programming language. Its design philosophy emphasizes code readability with the use of significant indentation
HTML stands for HyperText Markup Language. It is used to design web pages using a markup language. HTML is a combination of Hypertext and Markup language. Hypertext defines the link between web pages.
ES6 comes with significant changes to the JavaScript language. It brought several new features like, let and const keyword, rest and spread operators, template literals, classes, modules and many other enhancements to make JavaScript programming easier and more fun
JavaScript is a lightweight, cross-platform, and interpreted compiled programming language which is also known as the scripting language for webpages.
Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation of a document written in a markup language such as HTML or XML.
SCSS is a superset of CSS used for styling the client side. In essence, SCSS is a more advanced version of CSS that provides cleaner, more manageable styling, and a significant upgrade in functionality.
Angular is a TypeScript-based free and open-source web application framework led by the Angular Team at Google and by a community of individuals and corporations. Angular is a complete rewrite from the same team that built AngularJS
The DevServer Proxy makes it easier to test applications in development before they go live.
React is a JavaScript-based UI development library. Facebook and an open-source developer community run it. Although React is a library rather than a language, it is widely used in web development. The library first appeared in May 2013 and is now one of the most commonly used frontend libraries for web development.
React is a declarative, efficient, and flexible JavaScript library for building user interfaces. It lets you compose complex UIs from small and isolated pieces of code called “components”