About: Introduction to Python Course

Geek4Tutorial - Python Course
Introduction to Python:
 
This course is to introduce the basics of the Python programming language.
 
About Python:
  • Python was created by Guido van Rossum in 1991 as a general-purpose programming language. It is interpreted and interactive language.
  • Python is an open-source language under a general public license (GPL). 
  • It supports both object-oriented and structured styles of programming.
Advantages of python:
  • Easy to learn and follows a simple syntax.
  • a wide range of libraries and built-in functions.
  • Good choice for beginners
    Description: 
     
    In this course, we will discuss basic concepts like
      • Basics of Python
      • Control Structures
      • Functions
      • Collections
      • Libraries
      • Built-in functions
      • Modules and packages
      • File and exception handling
    Learning Objective:

        After the reader completes reading and practicing programs in all the posts, the reader will understand a python program logically and apply the concepts of python to solve a real-world problem.  

    Learning Outcomes:

      • Write business and complex logic
      • Store and access group of elements
      • Create functions and reuse them
      • Develop a user-defined function
      • Organize code using modules and packages
      • Perform file I/O operations
      • Handle exception in a program
    let's get started.

    No comments:

    Post a Comment

    You might also like

    Deploy your Django web app to Azure Web App using App Service - F1 free plan

    In this post, we will look at how we can deploy our Django app using the Microsoft Azure app service - a free plan. You need an Azure accoun...