Rating 0 out of 5 (0 ratings in Udemy)
What you'll learn- Download and Install the Python IDLE the environment used to code in python. It's free.
- Learn how to code using Python
- Learn how to write functions in Python.
- Learn how recursion works in Python and how to write recursive functions
- Learn about Lists and Strings and the functions related to them.
- Learn about List Comprehension and the For loop
- Learn about Sorting algorithms, Select Sort ,Bubble Sort and Merge Sort
- Learn about …
Rating 0 out of 5 (0 ratings in Udemy)
What you'll learn- Download and Install the Python IDLE the environment used to code in python. It's free.
- Learn how to code using Python
- Learn how to write functions in Python.
- Learn how recursion works in Python and how to write recursive functions
- Learn about Lists and Strings and the functions related to them.
- Learn about List Comprehension and the For loop
- Learn about Sorting algorithms, Select Sort ,Bubble Sort and Merge Sort
- Learn about Binary Search and Histograms
- Learn about While loop and If - Else conditional Statements.
DescriptionThe course is based on 300 slides of material teaching Python. You can download the 300 slides and learn on your own without the need to watch any of the lectures, everything is in the slides which also include a lot of code examples and exercises. However there are videos that explain the course material in depth while coding directly in front of you.
By the end of the course you will be able to write Python programs.
The course consists of 300 slides offered both in pdf and powerpoint (ppt) format which you can download to your computer or smartphone and study from anywhere (home , work ).
It's highly recommended you put what you learn into practice. So it's highly advised you write the code you see in the slide using the coding environment (called the Python IDLE) as mentioned in the course.
The software needed for the course is free (it's called the Python IDLE)
No previous software experience is required and only basic/intermediate level of English is needed to get through the course.
Downloading , installing and using the Python IDLE
Introduction 1 :
Loops
Conditional statements
Variable types
int , float , char, boolean ,string , list
Operators.
Input & Output
Lists , lists comprehension , for loops , in operator, list of lists(matrix), functions for lists.
Functions
Strings
Sorting algorithms, Select Sort, Bubble Sort & Merge Sort
Binary search, Histograms
Recursion