News
In this course you learn how to interface a Python application program with a PostgreSQL database. Python has various modules that you can use to interact with databases. We will install psycopg2 connector module to enable us interact with PostgreSQL database from our Python application. We will be installing PostgreSQL Database Server and also create […]
Docker is the next step beyond virtualization. A Docker image contains everything it needs to run, independent of the Linux server on which it lives: a copy of the operating system, a database, code, configuration files, dependencies, and so on. Images can also be packaged and shared with other Docker admins. A lot of companies […]
سنتعلم في هذا الكورس : كيفية رسم أي مثلث و دائرة و أي شكل ثنائي الابعاد خاصية تكرار الرسم و مسح الرسم و خاصية المراياو ازاحة الرسم معرفة معنى عمل علاقة بين ضلعين او نقطتين او اي رسم و رسم اخر تحويل الرسم ثنائي البعد الى مجسم ثلاثي الابعاد معرفة كيفية عمل مجسم عن طريق […]
Very straightforward: 1. I take a RANDOM UNSEEN prompt 2. I then brainstorm it in real time – less than 5 minutes. You see me do this 3. The lecture stops and I go and write the Screenplay. Total time maximum: ONE HOUR 4. The second part of the lecture is where I discuss my screenplay 5. There […]
============== REVIEWS ============== Awesome Course . Learnt a lot about Masking. Thanks Supriyo . Will surely recommend this course to friends 🙂 Very Clear Explanation Very Nice ,Clear and Detailed Explanation . Really the best technique Supriyo Teaches the best technique for masking women hair . It really helps in masking very detailed images. ============== […]
Write once, build anywhere – Qt runs on virtually anything. You probably have applications built with Qt running on your computer, smart phone, television, and other electronics. No experience with QML necessary, this is a beginners course that will teach you the foundations QML cross platform development. QML runs anywhere from desktops (windows, mac, linux) to […]
One of the many roles of a database developer includes working with relational database servers,using T-SQL(Transact ) to interact with Microsoft SQL Server and also performing database migrations from one relational database management system to another. There are several tools available to perform database and data migration. In this course we will be using a […]
JavaScript is the most popular scripting language in the world. It is responsible for the interactivity like games, online forms or surveys and other activities user’s can engage with on a website. Most dynamic if not all website contains some element of JavaScript. JavaScript programming language drives millions of interactive web sites, powers fast web […]
An app or a web service can have two broad parts: the frontend and the backend. The roles of these parts can be guessed from their names. The frontend is the part that you can “see”. It is the part that lets you interact with the app or service. The colours, animations, layout, and all […]
Django is a fantastic web framework built with the Python programming language. With Django you can create websites and web apps very quickly and efficiently. Django was created by very experienced developers who have built into it several tools for rapid web application development.Django is very fast ,secure and scalable making it an attractive framework […]