Code GK
Code GK
  • Видео 93
  • Просмотров 161 486
Everything You Need to Know About Decorators in Python
Learn how to create and use decorators in Python. You will see how easy it is to use this advanced Python feature.
Python: How Decorators Function
Python Tutorial - Python GUI Programming - Python GUI Examples (Tkinter Tutorial)
☞ morioh.com/p/f3bdfe6286ee
How to Build an E-commerce Website with Django and Python
☞ morioh.com/p/46f626a2a54e
APIs Tutorial for Beginners - What, Why and How to Use an API?
☞ morioh.com/p/422b616d71a2
Have you ever seen those “@” tags on top of Python functions and classes? Those are called decorators. Decorators, in their simplest form, wrap functions around functions. That might sound confusing at first, but it’s actually pretty useful. A simple decorator could meas...
Просмотров: 139

Видео

Bringing Machine Learning and Linear Algebra to Node.js with TensorFlow
Просмотров 3714 года назад
Bringing Machine Learning and Linear Algebra to Node.js with TensorFlow.js Machine Learning In Node.js With TensorFlow.js ☞ morioh.com/p/a517bc403340 APIs for Beginners - What is an API? How to use an API? ☞ morioh.com/p/422b616d71a2 Image Processing using Python, OpenCV, Keras and TensorFlow ☞ morioh.com/p/e02941f5e9ca Machine Learning Zero to Hero ☞ morioh.com/p/e0931c82b5cb Machine learning ...
Getting Closure on Hooks
Просмотров 334 года назад
Getting Closure on Hooks Using Typescript with modern React (i.e. hooks, context, suspense) ☞ morioh.com/p/c595b45ba4d4 JavaScript Basics Before You Learn React ☞ morioh.com/p/fb839c7da909 How to Replace Redux with React Hooks and the Context API ☞ morioh.com/p/6c81261ef884 #React #Hooks #Morioh PUBLICATION PERMISSIONS: Original video was published with the Creative Commons Attribution license ...
Blazor and Azure Functions for Serverless Websites
Просмотров 1254 года назад
Blazor and Azure Functions for Serverless Websites Blazor server-side vs client-side (WebAssembly): What's the Difference? ☞ morioh.com/p/8a89de371ac7 Running TensorFlow on AWS Lambda using Serverless ☞ morioh.com/p/587e47ae1e01 Serverless Authentication with AWS Amplify and Vuex ☞ morioh.com/p/33e60f3dbb90 How you can do continuous delivery with Vue, Docker, and Azure ☞ morioh.com/p/e295c28f15...
Image Processing using Python, OpenCV, Keras and TensorFlow
Просмотров 8904 года назад
Machine Learning ❤️ Image Processing using Python, OpenCV, Keras and TensorFlow A Complete Machine Learning Project Walk-Through in Python ☞ morioh.com/p/b56ae6b04ffc Machine Learning In Node.js With TensorFlow.js ☞ morioh.com/p/a517bc403340 Top 30 Python Libraries for Machine Learning ☞ morioh.com/p/a42cb68ff2b5 Python Tutorial - Learn Python for Machine Learning and Web Development ☞ morioh.c...
How to Build Simple REST API with Authentication and Tests using Deno
Просмотров 3714 года назад
Simple REST API with Deno - Learn how to build a simple REST API with authentication and tests using Deno. Deno vs Node Performance ☞ morioh.com/p/1ed397a564f1 What is Deno? Why Deno better than Node.js? ☞ morioh.com/p/ea01062944b5 Deno Oak Tutorial | Deno REST API ☞ morioh.com/p/f74633ac10cc Building REST API using MongoDB, Oak Framework and Deno ☞ morioh.com/p/a37c05b0f8f1 #Deno #JavaScript #...
How to Build Simple PaaS Based on Deno using Native Plugins
Просмотров 1784 года назад
Deno Native Plugins - Learn how to build a simple PaaS based on Deno using Native Plugins. Deno vs Node Performance ☞ morioh.com/p/1ed397a564f1 How to Build a Real-time Chat App with Deno and WebSockets ☞ morioh.com/p/2ea69cb929cd What is Deno? Why Deno better than Node.js? ☞ morioh.com/p/ea01062944b5 Learn Deno - Creating API in Deno using MongoDB and JWT - Full Course ☞ morioh.com/p/81b585293...
The Now And The Future Of Malicious WebAssembly
Просмотров 2594 года назад
The Now And The Future Of Malicious WebAssembly JavaScript vs C vs WebAssembly: Speed, Speed, Speed ☞ morioh.com/p/0035621fd37b Will WebAssembly replace JavaScript in the future? ☞ morioh.com/p/875c22fb7d68 Using WebAssembly With Node.js ☞ morioh.com/p/75ff36847d6a #WebAssembly #WASM #Morioh PUBLICATION PERMISSIONS: Original video was published with the Creative Commons Attribution license (reu...
Using Worker Threads in Node.js
Просмотров 2,2 тыс.4 года назад
Learn how to use Worker threads in Node.js Google’s Go Essentials For Node.js / JavaScript Developers ☞ morioh.com/p/70a2ab2b1947 MEAN Stack Angular 8 CRUD Web Application ☞ morioh.com/p/97828c2abaa7 Understanding Worker Threads in Node.js ☞ morioh.com/p/12766c41f3c6 #Nodejs WorkerThreads #Morioh PUBLICATION PERMISSIONS: Original video was published with the Creative Commons Attribution license...
Django vs. Flask: Which Python Web Framework to Choose?
Просмотров 5684 года назад
Django vs. Flask: Which Python Web Framework to Choose. When it comes to web development in Python, Django isn’t the only game in town. Flask is a scrappy young framework that takes a very different approach. This Python Web Framework tutorial, given by a web developer who has experience with both frameworks, takes a good look at the pros and cons for both Flask and Django The Ultimate VueJs an...
Laravel 6 Tutorial: Build a Follow UnFollow System in PHP from Scratch
Просмотров 2 тыс.5 лет назад
In this Laravel 6 tutorial I would like to share with you how to implement a follow and unfollow system with PHP Laravel and MySQLi like Twitter and Facebook Laravel 6 Ajax Request Tutorial ☞ morioh.com/p/74302f9585e0 Learn how to build a RESTful API in Laravel 6.0 ☞ morioh.com/p/825df55fd889 How to Create a Laravel 6.8 CRUD Web Application from Scratch ☞ morioh.com/p/088f9878418d Learn how to ...
C++ as Assembly 2.0 - Hello Nim - Виктор Кирилов
Просмотров 4685 лет назад
C as Assembly 2.0 - Hello Nim - Виктор Кирилов. What is Nim? The Nim programming language is a concise, fast programming language that compiles to C, C and JavaScript. C/C vs. Rust: A developer’s perspective ☞ morioh.com/p/95c294659991 Python vs C : Choosing the Right Tool for the Job ☞ morioh.com/p/81cac2c5ec84 How to Write Python C Extension Modules using the Python API ☞ morioh.com/p/6f5ad77...
Getting Started with VueJS and WordPress
Просмотров 2165 лет назад
Getting Started with VueJS and WordPress. In this Vue.js tutorial, we’ll dip our toes into the hot new JavaScript framework called Vue.js. We’ll go over how to integrate Vue.js into a custom theme and use WordPress as the backend that powers a simple directory with an ajax search feature and Google Maps. How to build Vue.js JWT Authentication with Vuex and Vue Router ☞ morioh.com/p/2aaa2330ca54...
How to work with Jupyter Notebook in Visual Studio Code
Просмотров 3615 лет назад
How to work with Jupyter Notebook in Visual Studio Code. How to use Jupyter Notebook in Visual Studio Code. How can natively edit Jupyter notebooks in Visual Studio Code. Learn Python with Jupyter Notebook from Scratch ☞ morioh.com/p/1618d10ff2f0 How to create predictive models in Python using Jupyter ☞ morioh.com/p/9944fe739636 Getting Started With Jupyter Notebook for Python ☞ morioh.com/p/23...
Learn HTML5 and CSS3 for Beginners
Просмотров 2235 лет назад
Learn HTML5 and CSS3 For Beginners. All HTML and CSS Elements are explained in easiest ways. HTML is a markup language that is used developing web pages. CSS is a language responsible for layout and styling of the web pages. HTML Basic Tags. CSS Selectors. CSS Units & Color codes. CSS Margin, Padding and Border. CSS Display, Box-sizing & Positioning. CSS Font Styling. CSS Flexbox. CSS Grid. CSS...
CSS3 Tutorial - Learn CSS3 Loading Animations
Просмотров 1605 лет назад
CSS3 Tutorial - Learn CSS3 Loading Animations
Build and Deploy NLP Model with Python, Docker, Flask, GitLab, Jenkins
Просмотров 9 тыс.5 лет назад
Build and Deploy NLP Model with Python, Docker, Flask, GitLab, Jenkins
Learn JavaScript - Become a Zero to Hero
Просмотров 2 тыс.5 лет назад
Learn JavaScript - Become a Zero to Hero
C++ Tutorial from Basic to Advance
Просмотров 1,2 тыс.5 лет назад
C Tutorial from Basic to Advance
Laravel 6 PHP Framework Tutorial - Full Course for Absolute Beginners
Просмотров 7 тыс.5 лет назад
Laravel 6 PHP Framework Tutorial - Full Course for Absolute Beginners
Introduction to Node & Express
Просмотров 2935 лет назад
Introduction to Node & Express
Learn Python 3 Fundamentals From Scratch
Просмотров 5365 лет назад
Learn Python 3 Fundamentals From Scratch
Getting Started with Kubernetes
Просмотров 1,3 тыс.5 лет назад
Getting Started with Kubernetes
Build a full stack application with Node-RED
Просмотров 69 тыс.5 лет назад
Build a full stack application with Node-RED
Functional Programming for the Long Haul
Просмотров 335 лет назад
Functional Programming for the Long Haul
Migrating a WPF App to .NET Core 3
Просмотров 1735 лет назад
Migrating a WPF App to .NET Core 3
React, Meet Compose - Jetpack Compose - UI Framework
Просмотров 8495 лет назад
React, Meet Compose - Jetpack Compose - UI Framework
Spring Boot Tutorial | Building Microservices | Complete guide From zero to deploy
Просмотров 3 тыс.5 лет назад
Spring Boot Tutorial | Building Microservices | Complete guide From zero to deploy
The complete guide to Object Oriented Programming Practices
Просмотров 1295 лет назад
The complete guide to Object Oriented Programming Practices
Security for Modern Webapps: New Web Platform Security Features to Protect your Application
Просмотров 245 лет назад
Security for Modern Webapps: New Web Platform Security Features to Protect your Application

Комментарии

  • @thetruereality2
    @thetruereality2 2 месяца назад

    Flooding the database is extremely slow, I wanted to add around 90000 nodes which took about 15 mins which is a lot of time to just add a database.

  • @shubhamgattani5357
    @shubhamgattani5357 6 месяцев назад

    Good video...but it would have been better if you showed how to connect python and neo4j database in the local system also. Anyways, chatgpt came to rescue

  • @efectomath
    @efectomath 9 месяцев назад

    Great talk, very clear to understand. Thank you !!

  • @openhostwebservices6086
    @openhostwebservices6086 Год назад

    This is such a great video. I had questions about nodes on the same network sharing information essentually creating a failsafe application. This app uses a database but that would only be present on one node and not the others. How would you use node-red to create a single install app that can have specific node setting but then announce its presence on the network to other nodes and share node information. You have not posted for sometime but i really like your flow and staight to the point utility method. Fantastic work !!! hope you return to posting in the future.

  • @azaih
    @azaih Год назад

    Excellent video!

  • @philtoa334
    @philtoa334 Год назад

  • @robindrasingha5408
    @robindrasingha5408 2 года назад

    I am very much new to Nodered world and your video help me a lot to understand and capability which we can make through Nodered. Also, the video is just wonderful. Thank you

  • @donaldmjbart-williams3144
    @donaldmjbart-williams3144 2 года назад

    Can you please make this source code available

  • @JoshiRamya
    @JoshiRamya 2 года назад

    #noderedtutorials

  • @saurabhkumarumar8963
    @saurabhkumarumar8963 2 года назад

    can you give me the file of code source python pls

  • @SRG-Learn-Code
    @SRG-Learn-Code 2 года назад

    This is pure gold.

  • @higiniofuentes2551
    @higiniofuentes2551 2 года назад

    Thank you very much for this very useful video! I'm suscribed right now!

  • @Shadowwand
    @Shadowwand 2 года назад

    This was not what I was expecting, but it was exactly what I needed. Thank you So much!

    • @pixelrangerstudio86
      @pixelrangerstudio86 11 месяцев назад

      Same same here it took me a week of search and all i needed is here perfect! Thanks a lot for this video!

  • @asimaseem8412
    @asimaseem8412 2 года назад

    can i get the code of this project

  • @paatuc6457
    @paatuc6457 2 года назад

    whoever made this, thank you very much for this <3

  • @waqasahmed1915
    @waqasahmed1915 2 года назад

    Thanks or very useful tutorial. May you please guide, how to update the table using ajax? I can fetch data using ajax but how can I inject the data in table?

  • @feravladimirovna1044
    @feravladimirovna1044 2 года назад

    But I see using dependency injection in machine learning alot using python!

  • @BensTechLab
    @BensTechLab 2 года назад

    I suggest you put timestamps on long videos like this. Otherwise people who are already experienced full stack developers, who are just interested in how you are using node-red in this use case, end up abandoning the video early on due to too much introductory content.

  • @adscairns
    @adscairns 2 года назад

    Thank you so much for this absolutely brilliant course. I can't praise this video enough. It not only demonstrates so many aspects of Node-Red that I had either misunderstood or was unaware of but also how to combine Node-Red with SQLite, Bootswatch, accessing RSS API's and how to create my own API. Now trying to expand the application and learning so much more in the process.

  • @SA-oj3bo
    @SA-oj3bo 2 года назад

    Can we download the flow somewhere? Thx!

  • @g.m4z956
    @g.m4z956 2 года назад

    Golden video information, but poor quality of pixel resolution, we are in difficult to read the fine script.

  • @djangopython3051
    @djangopython3051 3 года назад

    class Singleton: def __init__(self): self.some_data = 12 instance = Singleton() del Singleton # No new instances new_instance = instance.__class__() # o rly?

  • @hfe1833
    @hfe1833 3 года назад

    this one of the very few video explaining like this, 'full stack'

  • @rishyparasar5329
    @rishyparasar5329 3 года назад

    will there be any problem if I use this in windows? I'm using windows 11 where I can use a linux terminal with wsl

  • @universalvisuals3353
    @universalvisuals3353 3 года назад

    Hi, this really a good tutorial, thank you for it. but I would love to see how would an update work on the feed page, submit form. So we can edit what was submitted. Just like the delete button around minute 35 but this time for an update functionality.

  • @1nvisibleYouth
    @1nvisibleYouth 3 года назад

    This video is so underrated !

  • @fvgoya
    @fvgoya 3 года назад

    AMAZING what this guy just did. Best tutorial EVER!!! Tons os valuable information here.

  • @timzeynalov3537
    @timzeynalov3537 3 года назад

    O my GOD )) I spent so many time for searching cool tutorials of Spring boot but your chanel does`t shown on youtube when I typing Spring boot tutorial but when I had a look for react and typescript tutorials then I saw you and I was so wondered when I saw this video in your playlist this is great I`am so happy ) you are very clever programmer and cool teacher thank you so much

  • @sharadpatle793
    @sharadpatle793 3 года назад

    understood a lot , can you make video on modbus TCP and RTU communication and read and write all types data and save database with Excel It should also have headers.

  • @pavelgolin2421
    @pavelgolin2421 3 года назад

    OMG this was so helpful! thank you!

  • @schnookycoder8324
    @schnookycoder8324 3 года назад

    Great video sir 👏👏👏👍👍👍thank you so much

  • @belmahiaymen230
    @belmahiaymen230 3 года назад

    can you give me the file of code source python pls

  • @Samsul2013
    @Samsul2013 3 года назад

    Fastasic despite too fast lecture. you are excellent. Can we have Nodered web with websocket connecting from web browser back to the server for realtime data exchange? Complete with auth page - username and password to login. Thanks

  • @pareshpatra2482
    @pareshpatra2482 3 года назад

    Where can I get sentiment.tsv file

    • @schnookycoder8324
      @schnookycoder8324 3 года назад

      You can get it on kaggle site very easily...just type tweet sentiment ..you will get plenty of data there

  • @dungoxuan906
    @dungoxuan906 3 года назад

    how to upload it to hosting, please! thank my friend

  • @배동일-h2b
    @배동일-h2b 3 года назад

    Thank you for your service !!!!!!.... it is really helpful to me... thanks again

  • @luisnavasca
    @luisnavasca 3 года назад

    Really good video. It would be nice if we could download the flows and stuff involved. If not possible, could you show us where to find some similar videos? Thank you

  • @mishukhan8845
    @mishukhan8845 3 года назад

    Very useful video thanks a lot bro keep it up

  • @FAILG0AT
    @FAILG0AT 3 года назад

    How would i host this on my own machine, im using node and nginx and when i proxypass to my localhost:1880/monitor when i use my nav bar it cant find any other file how do i actually get everything working on a server and not just local host?

  • @FAILG0AT
    @FAILG0AT 3 года назад

    when you entered in your email, the server is that a server you own; do you have to do anything special to set up a mail server?

  • @FAILG0AT
    @FAILG0AT 3 года назад

    this was really great, but i think i may be missing some cursory information.

  • @syzygy8060
    @syzygy8060 3 года назад

    Nim is a wonderful language. I love it so much! Thanks for this awesome talk.

  • @김정웅-w3w
    @김정웅-w3w 3 года назад

    thank you. You are an angel.

  • @zzz9397
    @zzz9397 3 года назад

    Thanks sir. Please give HTML source code.

  • @oddyseus1963
    @oddyseus1963 3 года назад

    Great stuff. Congratz

  • @wystanw1211
    @wystanw1211 3 года назад

    great job! Thanks a lot! 太有才了

  • @eduardoblas2315
    @eduardoblas2315 3 года назад

    1:55:07 flask

  • @kunalfrombihar
    @kunalfrombihar 3 года назад

    I am looking for this and i got it today,...awesome man

  • @mitkosokolov9382
    @mitkosokolov9382 3 года назад

    Hi, great project. Can you shere the flow? laborant1991@abv.bg

  • @mawandenyamela7871
    @mawandenyamela7871 3 года назад

    Great tutorial, thank you. I am interesting in the IOT with node red.