Posts

Showing posts from July, 2020

Python 3.7

Image
Today we will start with python basics, python programming fundamentals, python for loop, python dictionary, python list, python class, python else if, python function, python tuple, python regular expression, python data types, python string, python range, python lambda, python split, python list comprehension, python operator, python lambda function, python read file, python comment, python sorted, python enumerate, python data structures, python try-catch, python global variables and then will touch upon some advanced level concepts in great detail. After watching this course, you will be very successful in learning python.  This is a full python course. A python full course which covers each and every aspect of it. This Python tutorial for beginners which comes with no prerequisite whatsoever. I hope you will enjoy these.😊😊😊 Python  Introduction:- What is Python? Python is a popular programming language. It was created by Guido van Rossum, and released in 1991. It is used for: w

My First Website

Image
Today, we will start our journey from our first website to  a blogger. This is one of the most used python programming frameworks for creating website backends. Its been an amazing journey. Everything you will learn in these tutorials will be based on my experience in learning web design. This is The set of tutorials that will make you realize, how easy it is to make a website with a very basic knowledge of python and HTML. I am starting my first post with the heading of my website. I hope all of you support me 😊😊😊 And source code in below........... <! DOCTYPE   html > < html   lang =" en "> < head > < meta   charset =" UTF-8 "> < meta   name =" viewport "  content =" width=device-width, initial-scale=1.0 "> < link   href =" https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css "  rel =" stylesheet "> < title > Coding With Mj </ title > </ head > < body > <