- Видео 54
- Просмотров 504 310
Techletters
Германия
Добавлен 2 ноя 2018
IT Architect with a passion for artificial intelligence, data science, python, cryptocurrency, blockchain, kafka & salesforce
Follow me on Medium:
techletters.medium.com/
Follow me on Medium:
techletters.medium.com/
10 Common Python Beginner Mistakes
How to recognize a Python Expert? The code should be working, lean & readable. Some of the below-listed mistakes are commonly made by Python Beginners. Well - they are not really mistakes, as the code still works- but they can be improved.
The video is also available in written form on my blog on Medium.com:
medium.com/python-point/python-10-common-beginner-mistakes-c786a3ac12b5
#python #pythonprogramming #pythontutorial #learntocode #development #coding
The video is also available in written form on my blog on Medium.com:
medium.com/python-point/python-10-common-beginner-mistakes-c786a3ac12b5
#python #pythonprogramming #pythontutorial #learntocode #development #coding
Просмотров: 260
Видео
Salesforce ChatGPT - Can ChatGPT Replace Salesforce Developers?
Просмотров 1,7 тыс.2 года назад
Can ChatGPT replace Salesforce developers and consultants? The Artificial Intelligence ChatGPT was released to the public recently and is currently on everyone’s lips. In today’s video, we will explore how we can utilize ChatGPT to - create a Salesforce Validation Rule - create a Salesforce Apex Class with a respective Test Class - create an Apex Trigger So can ChatGPT replace Salesforce develo...
Rebranding to Techletters
Просмотров 4192 года назад
I am rebranding my channel to Techletters. The only focus from now on is on Technology & Programming. We will cover topics around Python, MQTT, Kafka, Artificial Intelligence, Data Science, Salesforce & much more. Stay tuned.
Combine Different AIs to create a Fake News Video
Просмотров 2922 года назад
We have used the following AIs to generate our fake news content. - Open AI Playground - generate text based on a short tagline - DALL-E-2 - generate an image based on a short tagline - Synthesia - generate avatar & synthetic voice
Create Fake News Video - How many AIs were combined?
Просмотров 2,8 тыс.2 года назад
Combine Different AIs to create a Fake News Video. How many different AIs did I use?
Integrate Kafka and MQTT - How to connect MQTT and Kafka
Просмотров 23 тыс.3 года назад
Integrate Kafka and MQTT - How to connect MQTT and Kafka
Updates January - MQTT & Kafka, Channel teaser & digital earnings
Просмотров 3074 года назад
Updates January - MQTT & Kafka, Channel teaser & digital earnings
Python Folium - display restaurant address on a map
Просмотров 7 тыс.4 года назад
Python Folium - display restaurant address on a map
Python Geocoding - Address to Latitude & Longitude
Просмотров 22 тыс.4 года назад
Python Geocoding - Address to Latitude & Longitude
Web Scraping with Python Selenium & BeautifulSoup
Просмотров 5 тыс.4 года назад
Web Scraping with Python Selenium & BeautifulSoup
Combine Web Scraping, API Requests & Map Visualization with Python
Просмотров 1,2 тыс.4 года назад
Combine Web Scraping, API Requests & Map Visualization with Python
HTTP Beginners Guide with Python examples
Просмотров 2,3 тыс.4 года назад
HTTP Beginners Guide with Python examples
Build your own COVID-19 graph with JavaScript and Python
Просмотров 1,7 тыс.4 года назад
Build your own COVID-19 graph with JavaScript and Python
Python - Web Scraping with Beautifulsoup
Просмотров 5 тыс.5 лет назад
Python - Web Scraping with Beautifulsoup
Beautiful Charts with JavaScript - Chart.JS Tutorial
Просмотров 34 тыс.5 лет назад
Beautiful Charts with JavaScript - Chart.JS Tutorial
Javascript - Dynamic Maps with Leaflet
Просмотров 25 тыс.5 лет назад
Javascript - Dynamic Maps with Leaflet
Twitter Visualization - Display Tweets on a Map in real time
Просмотров 10 тыс.5 лет назад
Twitter Visualization - Display Tweets on a Map in real time
JavaScript Chatbot in 20 Minutes (1/2)
Просмотров 8 тыс.5 лет назад
JavaScript Chatbot in 20 Minutes (1/2)
Python Folium - Google Trends like Map
Просмотров 5 тыс.5 лет назад
Python Folium - Google Trends like Map
Realtime Maps - Leaflet Live Map of London (7)
Просмотров 14 тыс.5 лет назад
Realtime Maps - Leaflet Live Map of London (7)
Realtime Maps - Python Kafka Consumer (6)
Просмотров 10 тыс.5 лет назад
Realtime Maps - Python Kafka Consumer (6)
Realtime Maps - Python Kafka Producer (5)
Просмотров 17 тыс.5 лет назад
Realtime Maps - Python Kafka Producer (5)
Realtime Maps - Kafka CLI Producer and Consumer (4)
Просмотров 7 тыс.5 лет назад
Realtime Maps - Kafka CLI Producer and Consumer (4)
Realtime Maps - Install Kafka on Windows (3)
Просмотров 7 тыс.5 лет назад
Realtime Maps - Install Kafka on Windows (3)
Realtime Maps - Kafka, Python, Leaflet.js - Kafka Basics (2)
Просмотров 8 тыс.5 лет назад
Realtime Maps - Kafka, Python, Leaflet.js - Kafka Basics (2)
Realtime Maps - Kafka, Python, Leaflet.js - Introduction (1)
Просмотров 19 тыс.5 лет назад
Realtime Maps - Kafka, Python, Leaflet.js - Introduction (1)
Loving the tutorial! Do you think using HasData's web scraping API would work well with these restaurant URLs too?
Youre an AMAZING TEACHER. Thank you!
Want help
Hello i just create this project but i have face some issue
I was trying to follow the bouncing ball for setting up a Rasberry Pi as a mqtt-client to thingsboard... There are step-by-step destructions... However, recently Python was "up" graded to v3.11 which pretty much broke those destructions. the "Externally managed environment" song and dance I assume that is a general Python-wide phenomenon... or is it restricted to RasPi ? Any concise 3.11 damage-control workarounds ?
Where did you get this cutie!❤
Maia Vista
Davis Richard Harris Laura Rodriguez Angela
Great video, I am just confused how callback function is getting exceuted. Coming from node.js background.
11:25 I can feel the pain
Thanks for the tutorial. Only a small correction is required in the code based on the updated version of paho mqtt. While calling the mqtt.client class, we have to specify the CallbackAPIVersion as a parameter like the following: "from paho.mqtt.client import CallbackAPIVersion client = mqtt.Client(client_id="Temperature_Inside", callback_api_version=CallbackAPIVersion.VERSION2)"
Better still, you can Downgrade the Paho MQTT Library using the command "pip install paho-mqtt==1.6.1"
Need Flask tuto
I'm so happy I found your channel
Thank you video was very helpful
Thank you! This is the best MQTT tutorial I've ever watched! As for the 'loop_end' problem in the last few seconds, I've searched online and tried to replace it as 'loop_stop', then everything can go smoothly.
Nice video can you make a tutorial how to do it ??
SOQL in for loop for the trigger? ChatGPT?
hi sir, could you please also talk about how to exreact tweets fro particular area for example have a radios around one location and then extract tweets?
amazing tutorial ! did you end up making the follow-up talking about dynamic charts ?
I would love to see an update to this with Elevenlabs ! id love to implement this in QA bots to see if its actual a used and desirable function. Its super cool though
Very clear, excellent video, but just a little out of date. The current Paho MQTT library is 2.x, this video was written with 1.5. In order to get this code to work, you have to add a new first parameter to the Client constructor that tells it which API version to use. Version 1 is deprecated so if you specify Version 2 it will work. client = mqtt.Client( 2, "Temperature_Inside") Also, there is no function client.loop_end( ). I think he intended client.loop.stop( ). Hope that helps.
Fully basic indeed ... awesome indeed thanks!
Thank you!
thanks for this tutorial. Very simple and didactic. I like when there is not editions in erros parts.
Are you from germany?
Yes :-)
I am totally lost are you doing this on Windows or Python, what screen are you in, what program are you using? I joined your channel in the hope of learning MQTT on ESP8266 for home automation.
His operating system is Windows. He is using the Atom IDE to write Python code. None of those things really matter though. MQTT doesn’t care what operating system you use. MQTT doesn’t care what text editor you use. MQTT doesn’t care what programming language you use.
you have no idea how help-full this was for my job, thank you
This was extremely helpful - thank you!
thnaks!!
Excellent. Simple and clear
Wow 🤩 are u have code for Aircraft Tracking ?
In desc
Where can i get the api key
hi i just saw your tutorial and you explain very well. thank you
Thank you soo much, it really helped.
Hllo yaar is app ki link send kro na
hi , i have a question. how can i deploy this map on mobile app with live location realtime .Mobile app i use is android studio with java . Sorry , my english not good . Thanks
What a nice explanation. Thanks to provide such a valuable and wonderful video content.
danke dir ! wirklich sehr gut und simpel erklärt :)
Thank you so much!
Wunderschön und voll am Geniessen die beiden ❤❤
You just helped me at my job, many many thanks! Map Quest has a great balance of accuracy and good amount of free transactions
Thank you so much!
Exactly what I was looking in Kafka!
Awesome vid!
Hello, I have one request.. The program was successfully run still yesterday.. But now it throws error stating keyError: 'results'... Please help me here
Thanks!
Can we use folium with streamlit??
Helpful. Does the approach used in this video using Openstreetmap API?
if it wasn't because of chatgpt i would not know this kind of library. currently working as a data processor (most likely GIS but without coding). this might help me alot! thank you!
Way to go!!! You are missing out on potential viewers by not using a service such as *promo sm*!!!