Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #40

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -5,6 +5,17 @@ To make the learn 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
* This course is for anyone who want to be Python programmer from scratch.
* We will start by discussing all programming fundamentals that you need to start programming Python.

![main](http://attach.alruabye.net/dsa/dsa.jpg)
* 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 operations and proirites**.
* Then we will talk 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 of 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 **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**.