The Art of Doing: Code 40 Challenging Python Programs Today! (Udemy.com)

Computer Science Through Python Application

Created by: Michael Eramo

Produced in 2021

icon
What you will learn

  • Fundamental concepts of computer science that are transferable across ALL programming languages.
  • Foundations of the Python language as well as how to import and work with 8 libraries such as random, matplotlib, and tkinter.
  • How to actually write YOUR OWN programs. You will not sit back and watch. You will DO!
  • 40 "Challenge Problems" that include, a problem description, detailed guide, example output, and completed code.
  • Communicate secretively with a friend by encoding/decoding information based on per-determined bodies of text.
  • Simulate the Power Ball Lottery and see how adjusting the number of balls affects the likelihood of becoming a billionaire.
  • See the devastating effect of interest on student loans and graph the results.
  • Create a GUI interface that simulates the spread of an infectious disease throughout a population.

icon
Quality Score

Content Quality
/
Video Quality
/
Qualified Instructor
/
Course Pace
/
Course Depth & Coverage
/

Overall Score : 94 / 100

icon
Course Description

Hello, my name is Michael Eramo. I am an experienced educator, life long learner, and a self-taught programmer. I hold official Bachelor's Degrees in Music Industry, Education, and Physics, a Master's Degree in Mathematical Science, and a certificate in Software Development from Microsoft. While I owe my extensive knowledge base in Music, Physics, Mathematics, and Education to the many great educators I have worked with, my understanding of Computer Science is all my own. I have never taken an "official" computer science course; I am completely self-taught. However, do not let that deter you from taking this course! Instead, let it motivate you that you too can learn anything you want to. Not only have I done it, but I've come to realize what works best for the self-taught programmer, and I have perfected the process!
See, I had this deep fear right after my son was born that I was done growing as an individual; that the person I was at 30 was going to be the same person I was at 55. I felt that there was literally ZERO time in the day to do anything other than go to work and be a dad. That is, until I bought a book on Computer Science, and a sense of wonder was woken. I've read countless books, watched hundreds of videos, and put in thousands of hours exploring and writing code. I would routinely wake up at 3:
00 AM to learn for a few hours before I had to go to my full time job, teaching high school, before I went to my part time job of teaching college. Days were long, but getting up at 3:
00 AM to read, to learn, or to code benefited me more than a few extra hours of sleep. It helped me realize that I was never done learning; never done growing. To me, that is what defines a life long learner. Ihave years of classroom experience as a high school Physics teacher, Computer Science teacher, and college Mathematics professor. I am part of the New York State Master Teacher Program; a network of more than 800 outstanding public school teachers throughout the state who share a passion for their own STEM learning and for collaborating with colleagues to inspire the next generation of STEM leaders. Most importantly, I know what motivates people to learn on their own; to find a way to create time to learn, when there is no time to be had. I understand that time is valuable and that all learning should be engaging, meaningful, and have purpose. Combining my expertise as an educator and my own personal interest in self-taught computer science led me to a telling realization; most educational material for the self-taught programmer is NOT EDUCATIONAL ATALL. Instead, it falls into one of two categories:
Writing small "snippets" of programs that taken out of context, seem to serve no purpose at all and frankly, are beneath the user.
Prime examples include using a for loop to print out all even numbers from 1 to 100 or using if statements to respond to generic user input. Here, users are bored and aren't challenge to create anything with meaning. There is little purpose other than gaining what is essentially factual level knowledge. It is a waste of your time. Watching others code whole "applications" without a true understanding of what is going on. These are programs whose scope is beyond the user in which there is no clear guide to walk the user through the thought process without just giving them the answers. Here, without proper support and guidance, the user just defaults to letting someone else unfold the solution for them. There is little engagement in watching someone else work and rarely a thought generated on one's own. It is a waste of time. Yes, I will admit that some learning does take place in doing simple tasks or watching others complete complicated tasks. In fact, much of how I learned was done this way. However, I'm telling you it pales in comparison to the learning that takes place by DOING meaningful and appropriately challenging work. This is the art of doing. 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 "The Art of Doing", I have worked very hard to put together 40 meaningful, engaging, and purposeful "Challenge 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. Second, you are given a comprehensive guide that will assist you in thought process needed to successfully code your program. This allows users appropriate assistance that tests their knowledge and forces them to generate the thoughts needed to solve the given problem. It is meaningful 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. Engaging, meaningful, and with purpose. These challenge problems are vehicles that not only teach computer science, but teach you the art of doing. I guarantee that after completing them all you will consider yourself a life long learner and be proud to call yourself a self-taught programmer. Throughout the scope of this book and its 40 challenge problems, you will get exposed to numerous ideas, theories, and fundamental computer science concepts. By working through all 40 challenge problems, you will gain a mastery level understanding of the following topics:
Data Types:
Strings: A series of charactersIntegers: Whole numbersFloats: Decimal numbersLists: A mutable collectionTuples: An immutable collectionRanges: A sequence of integersBooleans: A True or False valueDictionaries: A collection of associated key-value pairsControl Flow:
For LoopsIf StatementsIf/Else StatementsIf/Elif/Else StatementsBreakPassContinueWhile LoopsDefReturnAssignment, Algebraic, Logical, Members, and Comparison Operators= Assignment+= Compound Assignment-= Compound Assignment+ Concatenation (strings)+ Addition (ints and floats)- Subtraction* Multiplication/ Division** Exponentiation% Modulo DivisionAndOrNotInNot in== Equal to!= Not Equal to< Less than> Greater Than<= Less Than or Equal>= Greater Than or EqualOver 20 Built In Python Functions:
print()type()str()int()float()input()round()sorted()len()range()list()min()max()sum()zip()bin()hex()set()bool()super()String Methods:.
upper().
lower().
title().
strip().
count().
join().
startswith().
replace().
split()Lists Methods:.
append().
insert().
pop().
remove().
sort().
reverse().
copy().
index()Dictionary Methods:.
i

icon
Instructor Details

Michael Eramo

Hello, my name is Michael Eramo. I am a life long learner, a self-taught programmer, and an experienced educator. I hold official Bachelor's degrees in Music, Education, and Physics, as well as a Masters degree in Mathematics. I also hold a certificate in Software Development from Microsoft.
Ihave years of experience as a high school Physics teacher, Computer Science Teacher, and college Mathematics teacher. I am part of the New York State Master Teacher Program a network of more than 800 outstanding public school teachers throughout the state who share a passion for their own STEM learning and for collaborating with colleagues to inspire the next generation of STEM leaders.
I am passionate about learning new things and teaching what I know to those around me in a way that is engaging, meaningful, and with purpose.

icon
More python courses

Python 3: Deep Dive (Part 4 - OOP)

$11.99

Complete Python From A-Z - Complete Python Bootcamp

$11.99

Programming for Everybody (Getting Started with Python)

Free

An Introduction to Interactive Programming in Python

Free

EasyPy3: Python for Beginners

$11.99

Selenium Webdriver with PYTHON from Scratch + Frameworks

$11.99

icon
Reviews

4.7

123 total reviews

5 star 4 star 3 star 2 star 1 star
% Complete
% Complete
% Complete
% Complete
% Complete

By Shashank Suresh Shahi on 12/20/2020

i can't pause this video , play icon is not going after clicking play icon button.

By Facundo Baez on 11/25/2020

Excelente de principio a fin.
No puedo hacer mas enfasis en lo BIEN que explica este seor, lo detallado que es a la hora escribir un codigo y lo satisfactorio que es aprender este lenguaje gracias a sus lecciones.
Si tenes dudas? no las tengas, compralo.
From top to bottom, top notch contents. You cannot go wrong buying this.
You will learn in such a good way, that knowledge, really gets into you.
If you're hesitating, please don't... worth every penny.

By Sagar Kumar Poddar on 11/25/2020

The mindset of the instructor is great. There should be courses like these where we can practice what we learn. I want to congratulate the instructor for bringing out such an awesome and helpful course. The learner enjoys a lot while using his skills to solve challenging problems. Other instructors on udemy who just keep on saying and saying in their courses should learn from this course.

By Neil Dias on 10/22/2020

Excellent course for beginning programmers. I am an advanced python programmer so most of the exercises are not challenging enough for me, but boy would I have loved to have these exercises when I was starting out! It would have made me learn the concepts even faster than I did! Simply brilliant!
If you are a beginning to intermediate level programmer - this course is a no brainer. Take it!

By Sourav nayak on 10/19/2020

Yeah! He is not teaching the basics clearly but overall a nice course on practical projects....

By Ifabunmi Ford on 10/12/2020

Very challenging but not overwhelmingly so, its important to search for concepts outside of the course, including equations if necessary, before watching the explanation as there are multiple ways to solve the problems. I have often come up with a very different way of solving the projects, albeit less efficiently, but in doing so I am learning multiple ways of solving problems. Fun stuff in these Covid days!

By Casey Shuniak on 10/1/2020

I'm a big fan of Michael's courses, this is the second one I'm taking. He's fantastic at really explaining everything step by step, and the lessons/material build upon the previous work with each video. With The Art of Doing courses, I just hit play, pull up a terminal window (or whatever we're working on), and start typing and following along. I typically pause lessons here and there to play with something new and cool for a bit longer, but ultimately the best thing about these courses is that there's no need to skip around like I've had to do with other instructors -- where I could have to speed through something they already covered once before, or even stop the lesson to Google and figure out what's missing in their explanations. Yeah, you can DEFINITELY tell that Michael's a natural teacher, lol... and his classes are hands down worth every penny!

By Divyansh johny on 9/27/2020

it was amazing. now i know python so well.

By Shubham Belsare on 9/25/2020

It was wonderful experience while attending each and every lecture. It help me allot to build some app and challenge problem in the series were outstanding. I must say this course is 100% satisfying and perfectly crafted.

By Jesus Daniel Camberos Perez on 9/25/2020

This course was excelent, the instructor explains very well and explains from easy topics until complex ones. The last challenges programs were more difficult, however the guide was very helpful. Rate 5/5

By Ram Kumar KV on 9/22/2020

i cannot able to print statement in python 3.8 shell when i write the program by openeing new file in python 3.8 shell

By Adhwa Syazwi on 9/21/2020

Nice start