Rating 0 out of 5 (0 ratings in Udemy)
What you'll learn- Python programming approach
- Logic building
- Approach to solve different type of questions
- Each lesson explained with in depth Program analysis and logic explained.
- Obtain a strong understanding on the logic building
- Learn python step by step: Solve coding exercises (Solutions included)
DescriptionPython has gained lots of popularity - its an in-demand programming language that is a backbone of data science, data analysis, …
Rating 0 out of 5 (0 ratings in Udemy)
What you'll learn- Python programming approach
- Logic building
- Approach to solve different type of questions
- Each lesson explained with in depth Program analysis and logic explained.
- Obtain a strong understanding on the logic building
- Learn python step by step: Solve coding exercises (Solutions included)
DescriptionPython has gained lots of popularity - its an in-demand programming language that is a backbone of data science, data analysis, machine learning and artificial intelligence! Python is one of the most in-demand programming languages - so much so, that big giants in IT - Google, Dropbox, NASA, Instagram, Disqus, Pinterest and many fortune 500 companies are using Python extensively to build their applications.
The art of doing is the art form of transforming oneself from a passive learner who watches, to one who sees the process of learning for what it truly is; a mechanism to better oneself. In this course I have worked very hard to put together python programming meaningful, engaging, and purposeful "Problems" for you to solve.
Each challenge problem is differentiated for 3 levels of learning.
First, you are given a description of the program you are to create and example output. This allows users an opportunity to solve well defined problems that are meaningful and appropriate in scope. Here, all of the solution is user generated. It is engaged learning.
Third, you are given completed code, with comments, to highlight how to accomplish the end goal. This allows users to reference a working version of the program if they are stuck and cannot solve a portion of the problem without assistance. Rather than grow frustrated, the user can quickly reference this code to gain intellectual footing, and work back to solving the problem on their own. It is purposeful learning.
Questions covered of different topics :
Data Types:
Strings: A series of characters
Integers: Whole numbers
Floats: Decimal numbers
Lists: A mutable collection
Tuples: An immutable collection
Ranges: A sequence of integers
Booleans: A True or False value
Dictionaries: A collection of associated key-value pairs
Control Flow:
For Loops
If Statements
If/Else Statements
If/Elif/Else Statements
Break
Pass
Continue
While Loops
Def
Return
Assignment, Algebraic, Logical, Members, and Comparison Operators
And much more
See you in the course