Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Beginning with Python Programming
Rating: 4.2 out of 5(123 ratings)
11,136 students

Beginning with Python Programming

Python Programming Tutorials
Created byMadhavi Vaidya
Last updated 3/2020
English

What you'll learn

  • As Python is the preferred language for new technologies such as Data Science and Machine Learning,Writing basic and simple coding in Python, can be understood here.
  • Python is one of the most popular programming languages in the world. For that, learning Programming In Python is advantageous.

Course content

15 sections16 lectures1h 53m total length
  • Why Python? Reasons for Python as the learner are first programming language3:17

    It's is a high-level programming language.

    It is easier for beginners to read and grasp.


    Furthermore, being general-purpose programming language, Python is quite versatile for different sorts of projects.


    Python is administered by the non-profit Python Software Foundation.


    Python programming language's founder is Guido van Rossum.

    -----------------------------

    Console (also called Shell) is basically a command line interpreter that takes input from the user i.e one command at a time and interprets it. ... The Python Console accepts command in Python which you write after the prompt.


    to save Python pgm,

    How do you save a python program?

    Go to File and click on Save as.

    In the field Save in browse for the C: drive and then select the folder PythonPrograms.

    For the field File name remove everything that is there and type in Hello.py.

    In the field Save as type select All Files.

    Click on Save. You have just created your first Python program.




Requirements

  • Need to have interest in learning programming
  • Get excited about coding
  • Basic Python is where you get to learn syntax, keywords, conditions, loops, data types, functions, exception handling, tkinter etc
  • Refer to this Youtube Account for more information on Python Programming - TechnoVaidya

Description

Why Python? 1

Reasons for Python as the learner are the first programming language.

Introduction to the IDLE interpreter (shell) and its documentation.

Building Blocks of Program: Data, Data Types, Data Binding, Variables, Constants, Declaration, Operations on Data such as assignment, arithmetic, relational, logical operations, dry run, and variables used.

Develop Code using Python: Features, basic syntax, Writing and executing a simple program, Basic Data Types such as numbers, strings, etc.

Declaring variables, Performing assignments, arithmetic operations, Simple input-output Sequence Control:

Precedence of operators, Type conversion Conditional Statements: if, if-else, nested if-else.

Looping: for, while, nested loops Control statements: Terminating loops, skipping specific conditions

Collection Manipulation: declaring strings, string functions, Lists, Tuples.

Functions And Modules: Defining a function, calling a function, Advantages of functions, types of functions, function parameters, Formal parameters, Actual parameters, global and local variables,

GUI Programming in Python (using Tkinter/wxPython/Qt) What is GUI, Advantages of GUI, Introduction to GUI library. Layout management, events, and bindings, fonts, colors, drawing on canvas (line, oval, rectangle, etc.) Widgets: frame, label, button, check button, entry, Listbox, message, radio button, text, spinbox, etc.

Finally, the role of Python in ML and NLP.


Who this course is for:

  • Anybody who wants to learn programming
  • Python for anybody:Basic To Advanced Concepts
  • Python developers are curious about Data Science, AI and ML.