All posts by Mr_SK_dummy
Brackets tutorial
Brackets Tutorial
This article is about Adobe Brackets Tutorial.
Brackets is an open source code editor which is best suited for Website Designers and Front-end Web Developers.
It is one of the best free tools for Front End Web Development. It is lightweight, fast and easy to work with.
Brackets is written in HTML, CSS and JavaScript.
This tutorial explains Brackets text editor from beginners to expert level and students will be able to learn these topics-
Brackets text editor is so easy to work with that you can easily start coding.
This is a complete Brackets tutorial for Beginners, Intermediate Level Programmers or Experienced Developers who are using other code editors and want to switch to Brackets.
Brackets has MIT License and was first introduced in 2014 by Adobe. It is undoubtedly the best HTML & CSS Editor. Even the support for JavaScript is growing fast and it has a good amount of extensions to edit JavaScript files.
In the latest update, the PHP support is also present and you can run your PHP code using this editor as well.
Current version:
Brackets 1.14
At the time of writing this tutorial, Brackets has launched Brackets version 1.14.
This version has lots of updated features like autocomplete, go to definition, support document, etc. It provides code hinting for PHP code, definition, hints for function parameter, references and much more.
Brackets also supports PHP coding through the integration of a PHP server like XAMPP, WAMP, MAMP or any other local web server.
Important Features of Brackets
- Live Preview – This feature helps you to see the output of your HTML or CSS code instantly on the browser as soon as you do the changes.
- Automatic save – This tool automatically saves your changes.
- Extensions and Themes – Lots of Extensions and Themes are available to customize the look, feel and ease of doing coding.
- Quick Edit tool – This is the best feature of this tool using which you can quickly edit the CSS and JavaScript files from your document.
- Clean Interface – As it is lightweight and user friendly, it has a beautiful clear interface.
- Frequent updates & Maintainability – As it is maintained by Adobe community, it has frequent updates and maintenance.
- Cross Platform – This tool works on Windows, Mac and most of the Linux distributions.
- Preprocessor support – It supports preprocessors like LESS and SCSS files.
- Quick Docs – It provides the required documentation help as a quick document reference. On windows, the shortcut key is Ctrl+k and in Mac, it is Cmd+k.
- Split View -This features helps to split the main view to show more than 1 view in either horizontal or vertical direction.
Python Tutorial
Python Tutorial
Python is simple and easy Programming language. It is an Object-Oriented Language that is used in Artificial Intelligence, Cloud Computing, Machine Learning, etc. It is used by many global tech giants all around the world.
In this python tutorial, you will learn everything about this programming language. There are 2 widely used versions of Python i.e. Python3 and Python2.
We are using Python3 for this tutorial because it is the current version. On the other hand, Python2 is also a good alternative because of the more refined libraries but we recommend using Python3 as it is the latest version.
Advantages of Python
- Basic Syntax: Python is called beginner’s language because its syntax is very easy to understand and apply. The syntax of python is also very easy to remember.
- No Need to Compile: Before running the program, you don’t need to compile it unlike other languages; it is actually processed in real-time by the interpreter.
- Object-Oriented and Interactive: Python includes the code into the objects, it is one of the types of programming, and you’ll learn it later in this tutorial. Python also provides suggestions while writing the code which makes it more interactive than other programming languages.
Why This Tutorial?
Our tutorial will be interactive just like the language. Starting from the basics, you will master all the advanced topics in the language.
By the completion of this tutorial, you’ll be able to understand all the major topics.
You will master the following topics in addition to many other obvious things which you expect from a tutorial –
Lists
In Python, lists are a collection of ordered and changeable members, you’ll learn how to create, change and manipulate lists. You’ll be able to understand the comparison between lists and the data structure in Python.
Functions
Functions are one of the most important parts of a programming language. Function is a block of code which only comes into use when it is called. It takes some input, processes it and then provides some output according to the code written in it. You’ll be able to understand all of the functions in this tutorial.
Strings
Strings are arrays that include a set of single code data. They do most of the simplification in the output and used in Object Orientation. In this tutorial, you’ll see how strings are created and represented.
Then, you’ll be introduced to basic string operations and then more complex string manipulation methods.
Python with HTML
You must save the Python code with a “.py” extension file and later it can be opened in the browser to see the output. Basically, the browser opens localhost on which you can interact with the code. There are many open-source platforms out there that help you to open an external window, e.g., Anaconda Navigator.
JSON in Python
JSON is a standard way for information exchange. It helps to move data from one place to another. Python also helps you to do this. In this tutorial, you’ll also learn how JSON interacts with Python as a medium because it supports JSON naively.
App Development using Python
Although, we would not create any app using python but you can start building app using python once you master this tutorial. Python is a powerful language which can be used for android and desktop app development from the start. For example, Instagram, which itself is a very powerful app is also created in Python, Spotify, one of the best music streaming services out there was created on Python and there are many more. It is mostly used because of its run-time interpretation, easy readability, and works on all the major platforms.