PythonPython GUIVideos

How To Automate The Boring Stuff With Slackbot And Python

Programmers are lazy! Well, at least that’s how Takanori Suzuki jokingly described his profession. In this video presentation from PyCon 2020, Takanori Suzuki will share his experiences and how he successfully managed to handle the overwhelming number of inquiries from the previous PyCon JP events. Managing conferences is a tough job, and Takanori described how he deals with the same…
Read more
Learn PythonPythonPython GUIVideos

How To Make Your Data Visualization Effective

PyCon is an annual conference dedicated to the Python community. This is an important event where Pythonistas and python enthusiasts gather together for a fruitful learning experience. Despite the pandemic, PyCon 2020 was still celebrated successfully. Since large events are strictly prohibited, all the talks were presented digitally. In this video, for instance, Husni Almoubayyed will provide…
Read more
DelphiPythonPython GUIWindows

Build A Python GUI Apps With Powerful Natural Language Processing Capabilities Using TextBlob Library In A Delphi Windows App

Do you want to perform Natural Language Processing tasks like part-of-speech tagging, noun phrase extraction, sentiment analysis, classification, translation, etc. in your GUI app? This post will get you to understand how to use TextBlob Python Library using Python4Delphi (P4D) in the Delphi/C++ Builder application and perform some interesting NLP tasks. TextBlob is a Python library for…
Read more
Learn PythonPythonVideos

Learn Python With Serverless Python Applications with Google Cloud by Charles Engelke (PyCon 2020) Video

We already came across some insightful PyCon 2020 videos that teach us how to effectively launch our Python apps on a serverless infrastructure like Terraform, Microsoft Azure, and more. One of the best solution to deploy your application is through cloud servers. There are many Cloud platforms today that are widely used by many programmers who want stress-free and less-complicated application…
Read more