Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Python language
Rating: 3.8 out of 5(5 ratings)
543 students

Python language

Python basics
Last updated 6/2024
English

What you'll learn

  • Python course covers fundamentals like data types, operators, control flow, functions, and object-oriented programming to help beginners
  • It includes lessons, quizzes, projects like virtual assistant and web development
  • A real time web development projects
  • complete case study and end to end web development projects
  • Python is the best programming language for developing many application like web application,Game,soft ware development,databases Net working programming s

Course content

1 section9 lectures1h 52m total length
  • Introduction15:38
  • Installation of Python16:06
  • Writting Our First Python Program16:50
  • Comments in Python10:34
  • Variable Declaration and Keywords11:52
  • Typecasting in Python10:44
  • Built-in Datatypes-7:38
  • Understanding Sequences in Python3:31
  • Understanding String Datatype19:50

Requirements

  • Just having English and basic knowledge on computer or laptops.

Description

This free online Python course covers fundamentals like data types, operators, control flow, functions, and object-oriented programming to help beginners build a strong foundation.

It includes lessons, quizzes, projects like virtual assistant and web development with Flask to provide practical learning.

starting with basic 'hello world' programming to web appilicatons along variables,statements,functions etc..

Learn basic condtional statements ,defining functions and objects of the python programming.

Also creating basic routing of flask with local server

First we imported the Flask class. An instance of this class will be our WSGI application.

Next we create an instance of this class. The first argument is the name of the application’s module or package. __name__ is a convenient shortcut for this that is appropriate for most cases. This is needed so that Flask knows where to look for resources such as templates and static files.

We then use the route() decorator to tell Flask what URL should trigger our function.

The function returns the message we want to display in the user’s browser. The default content type is HTML, so HTML in the string will be rendered by the browser.

we’ll create a simple app and start our server just to make sure things are setup right

Who this course is for:

  • For all Students and IT and software beginers