Intermediate

Intermediate Level Python Tips & Tricks

Python Tips & Tricks (Part II) Intermediate Level HolyPython.com The list continues with slightly more complex Python concepts, tips and…

1 year ago

GUI with Python: File Browser and Input Form (PySimpleGUI Part III)

We've been discovering practical Python GUI features in Part I and Part II. In those GUI tutorials with Python, we've…

4 years ago

GUI with Python: Checkboxes and Radio Buttons (PySimpleGUI Part II)

Previously we've demonstrated how to create a GUI layout, window, text and buttons with Python in the previous GUI tutorial.…

4 years ago

How to Automate Twitter (with Python Sendkeys)

Photo: Courtesy of Joshua HoehneTwitter is one of the most popular social media channels. The importance of Twitter is that…

4 years ago

How to Send Emails in Gmail using Python

We'll check out an automation idea with Python in this tutorial. There are many different ways to send emails using…

4 years ago

Creating a Speed Reader with Python

Python Speed Reader Implementation (4 steps) When you become an engineer, and I mean not just by studying it in…

4 years ago

Locations in Python (Geocoding w/Geopy)

Estimated Time 10 mins Skill Level Intermediate Exercises na Content Sections Geopy Installation Geocoders Geopy Usage + Examples Course Provider…

4 years ago

Sentiment Analysis in Python (w/Textblob & NLTK)

Estimated Time 10 mins Skill Level Intermediate Exercises na Content Sections Pip Installation TextBlob Installation Corpora Installation Sentiment Analysis Intro…

4 years ago

How to use VIM editor to write Python code

Vim is fantastic. It doesn't crash, its full of features, it's lightweight, it's customizable with plugins and extensions and it…

4 years ago

How to get a Screenshot with Python

PIL image manipulation library of Python has more tricks under its sleeve than editing images such as taking a screenshot…

4 years ago