From 1e0bb86ed81d4d29636852d21d22aae9254b2fa5 Mon Sep 17 00:00:00 2001 From: HenryBass <63601449+HenryBass@users.noreply.github.com> Date: Sat, 17 Oct 2020 17:34:21 -0400 Subject: [PATCH] Fixed the Readme File Fixed grammar and spelling, also removed the broken image that gives a 404. --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 29bb468..61bd7ba 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,8 @@ # Python Tutorial essential Training -### This code is snapped code for Python UDMEY course.Enroll using a [ 95% discount coupon](https://www.udemy.com/course/python-for-complete-beginners-learn-step-by-step/?referralCode=111341B0EFC9818449BC). -To make the learn and writing code easy +### This code is snapped code for the Python UDMEY course. Enroll using a [ 95% discount coupon](https://www.udemy.com/course/python-for-complete-beginners-learn-step-by-step/?referralCode=111341B0EFC9818449BC). +Make learining and writing code easy ## Course Description -This course for anyone who want to be Python programmer from scratch, We will start by discus all programming fundamentals that you need to start programming Python. We will start first by install the development environment then you will run your first Python app, and understand how program flow works in Python. Then we will talk about variables and Math operation and proirites. Then we will take about logic and making decision, then we will talk about loops. Then we will talk about how to work with Sqlite database and files.Then we will talk about functions and OOP concept that you need to use when you program apps with Python, then we will talk about multi-processing and how you could run multi-process in same time, then we will talk about Databases, then we will talk about collections and which type collection you have to use for better performance depend on your app. Then we will talk about how to read JSON from HTTP URL, then we will talk about build desktop GUI application with custom user experiences with UI apps . Finally we will build complete games and apps like Tic Tac Toy and Ticket reservation - -![main](http://attach.alruabye.net/dsa/dsa.jpg) +This course for anyone who wants to be a Python programmer from scratch, We will start by discus all programming fundamentals that you need to start programming Python. We will start first by installing the development environment then you will run your first Python app, and understand how program flow works in Python. Then we will talk about variables and Math operation and priorities. Then we will take about logic and making decisions, then we will talk about loops. Then we will talk about how to work with Sqlite database and files. Then we will talk about functions and OOP concept that you need to use when you program apps with Python, then we will talk about multi-processing and how you could run multi-process at the same time, then we will talk about Databases, then we will talk about collections and which type collection you have to use for better performance depending on your app. Then we will talk about how to read JSON from HTTP URL, then we will talk about building a desktop GUI application with custom user experiences with UI apps. Finally, we will build complete games and apps like Tic Tac Toe and Ticket reservation.