Python GUI Development with Tkinter: Build Pro Desktop Apps!
التصنيف الكامل: Development > Web Development > TkInter

عن هذا الكورس
تعلم أونلاين 100%
شاهد الدروس في أي وقت ومن أي مكان
محتوى معتمد
مقدم من منصة Udemy
رابط موثوق ومباشر
ينقلك لصفحة التسجيل الرسمية
كورسات مقترحة في نفس المجال
عرض كل الكورسات ←
Full Stack Web Development using the MERN stack and DEVOPS
Complete new course that will help you attain your dreams of becoming a full stack web developer. The course is designed out of my personal experience as a software developer and building several web applications. This course touches all the modern technologies need today, including but not limited to nodeJS, expressJS, reactJS, containers, continuous integration and continuous delivery (CI/CD) and the google cloud platform. In todays world, companies are project requirements as a web developer has drastically grown and will continue to grow as companies demand to sort the best amongst us all.The primary goal of this course is to expose you to help software developers write good APIs using expressJS, test those APIs using postman and send anticipated data to a front end app while handling errors. We also looked at containerizing an express application and pushing the container to dockerhub using a CI/CD offered by travis-ci. Like that wasn't enough, we also went on to talk about google cloud app engine and hosted our application there. As a bonus, we used google cloud storage to save our static images. On the front end, we used reactJS. We explored both functional and class based components. This was consciously done because a lot of companies still use class based components. We also used redux for state management.While lasting over 30 hours, the course focused on key concepts that will help you get the right understanding.

Monorepos - A Beginner's Guide
Updated: July 2022Have you ever wondered how large companies and open source libraries manage their ever-expanding codebases? Monorepos are one the most popular development strategies for reducing duplication, keeping product dependencies up to date and publishing all of your updates simultaneously.Monorepos are fast becoming the most popular way to manage large projects by giving developers the ability to manage the many parts independently, allowing for a much better development experience than managing multiple repositories or slowing down your development pipeline with a large monolithic application.This course will get you started on learning what a Monorepo is, how they work in a JavaScript ecosystem and which tools are available to get your new project up and running. You'll learn the core concepts around monorepos and how they can be managed using multiple tooling options.You will learn:What is a monorepoHow to set up a basic monorepoHow to use advanced features to enhance your monorepoUsing workspaces to create the best setupWhat tools are available and how are they different?A comparison of Yarn, NPM and PNPM, including a conversation about other tools like NXBonus content: Using Lerna to manage your versions and publish your libraryTake your project to the next level and make it easier for your team to contribute. Enrol today to get started.

Learn To Code By Making a 2D Platformer in Unity & C#
Learn how to create your very own platformer game using Unity, an industry-standard program used by many large gaming studios and indie developers across the world. In this course you won’t just be learning programming concepts, but tying these concepts to real game development uses. You will have access to a course forum where you can discuss the topics covered in the course as well as the next steps to take once the course is complete.This course has been designed to be easily understandable to everyone, so whether you’re a complete beginner, an artist looking to expand their game development range or a programmer interested in understanding game design, this course will help you gain a greater understanding of development.At the end of this course you will have developed the ability to create such game elements as:A character with full movement, jumping double-jumping capabilitesCollectibles such as gems extra healthParallaxing background effectsDifferent types of enemies to combatmoving flying enemiesLevel Mechanics like Spikes, moving platforms, crushing blocks moreFull user Interface with interactive menusCreating levels with tilemapsMultiple levels and a level select screenA unique and challenging boss battleAnd more...!Start learning today and let me help you become a game developer!

MongoDB for Java Developers -Project Based
MongoDB for Java Developers - Project Based *** Course last updated on Nov 9,2016 (Lecture 36, 37, 38 in Section 5 Lecture 11 in Section 3 ) MonogDB is one of the most popular NoSQL database and Java is the most used, popular and reliable programming and when both used together they compliment each other to provide unbeatable performance and speed. We will start with basics of MongoDB and then we go on learning advance concepts to build MongoDB based Java Applications using MongoDB drivers for Java. We will also use Maven as the build tool. In this course, we start by learning basic concepts of MongoDB, MongoDB installation process on different operating systems, creating databases, Collections, CRUD operations using Java and at last we be will building a Web Application using Java/J2EE and MongoDB which includes user creation, editing/upating user, deleting users etc. You can use the exercise files attached along this course to practice and follow along the each section/chapter. There will be short quizzes after each section to test our understanding and also to revise the concepts. At the end of this course you will be mastering MongoDB based application development in Java/J2EE.

Building Bulk SQL Queries with Excel ,SQL, Oracle, TOAD
SQL is a domain-specific language used in programming and designed for managing data held in a relational database management system, or for stream processing in a relational data stream management system. SQL stands for Structured Query Language. SQL lets you access and manipulate databases.SQL became a standard of the American National Standards Institute (ANSI) in 1986, and of the International Organization for Standardization (ISO) in 1987 What Can SQL do? SQL can execute queries against a databaseSQL can retrieve data from a databaseSQL can insert records in a databaseSQL can update records in a databaseSQL can delete records from a databaseSQL can create new databasesSQL can create new tables in a databaseSQL can create stored procedures in a databaseSQL can create views in a databaseSQL can set permissions on tables, procedures, and viewsSQL is a Standard - Although SQL is an ANSI/ISO standard, there are different versions of the SQL language.However, to be compliant with the ANSI standard, they all support at least the major commands (such as SELECT, UPDATE, DELETE, INSERT, WHERE) in a similar manner.Note: Most of the SQL database programs also have their own proprietary extensions in addition to the SQL standard!A query is a request for data or information from a database table or combination of tables. This data may be generated as results returned by Structured Query Language (SQL) or as pictorials, graphs or complex results, e.g., trend analyses from data-mining tools. In this course you will learn how to use SQL and Excel to build bulk SQL queries .

The Kotlin Handbook: Essential Concepts Explained Hindi
This comprehensive Kotlin course is designed for beginners and intermediate developers who want to master Kotlin from scratch. Whether you're new to programming or transitioning from Java, this course will help you build a strong foundation in Kotlin, the modern programming language widely used for Android development and backend applications.Throughout the course, you’ll explore core Kotlin concepts, including variables, data types, control flow, functions, and object-oriented programming principles such as classes, constructors, and companion objects. You’ll also dive into advanced features like high-order functions, extension functions, enums, and null safety, which are essential for writing efficient and concise Kotlin code.A special focus is given to practical applications, such as implementing RecyclerView with local data, understanding Kotlin’s approach to equality with == and ===, and differentiating between val and var. You’ll also learn about constants, the Elvis operator, and best practices for writing clean and maintainable Kotlin code.By the end of this course, you’ll have a solid grasp of Kotlin programming and be able to confidently build applications using its powerful features. Whether you’re an aspiring Android developer, a backend developer, or just someone looking to enhance your programming skills, this course will provide you with everything you need to succeed.
