'' tutorials

All '' tutorials:

  1. How to Download Files in Python

    How to Download Files in Python

    Tutorial Beginner

    Python provides several ways to download files from the internet. This can be done over HTTP using the urllib module or or the requsts library. This tutorial...

  2. Introducing the Natural Language Toolkit (NLTK)

    Introducing the Natural Language Toolkit (NLTK)

    Tutorial Beginner

    This tutorial shows you how to use the Natural Language Toolkit (NLTK) for natural language processing (NLP) tasks.

  3. Learn Kotlin for Android

    Learn Kotlin for Android

    Tutorial Beginner

    This resource brings together free courses and tutorials to help you learn Kotlin—a modern language that streamlines Java coding and fixes the superfluous...

  4. How to Enable Digital Downloads in WooCommerce

    How to Enable Digital Downloads in WooCommerce

    Tutorial Beginner

    Do you have a WooCommerce store and want to sell digital downloads? Are you unsure of how to enable digital downloads in WooCommerce? Find out how in this...

  5. How to Create a Simple Event Calendar for Your PHP Website

    How to Create a Simple Event Calendar for Your PHP Website

    Tutorial Beginner

    In this post, we’re going to review the Events Calendar script, which allows you to add event calendars to your PHP website. It’s a ready-to-use tool which...

  6. Android SDK: App Resources

    Android SDK: App Resources

    Tutorial Beginner

    We are learning how to develop Android apps in this series. So far, we've looked at the structure of an Android app and explored user interfaces. In this...

  7. Using the Requests Module in Python

    Using the Requests Module in Python

    Tutorial Intermediate

    In this tutorial, you will learn about the Requests module in Python and how to use it to send HTTP requests with custom headers, cookies, and more.

  8. Create a Cool Animated Navigation With CSS3

    Create a Cool Animated Navigation With CSS3

    Tutorial Intermediate

    With help of CSS3 and the wide browser support that it enjoys, we can do some pretty amazing things by simply using some CSS3 and nothing else. In this...

  9. Android SDK: Project Manifest

    Android SDK: Project Manifest

    Tutorial Beginner

    The manifest for an Android project can be simple or extremely complex, depending on what the app does. We will look at the parts of the manifest you need to...

  10. How to Hide a Page Title in WordPress

    How to Hide a Page Title in WordPress

    Tutorial Beginner

    Page titles not working with the design of your WordPress pages? Not sure how to hide the titles on your WordPress pages? Learn how to hide your page titles...

  11. Using Illuminate Database With Eloquent in Your PHP App Without Laravel

    Using Illuminate Database With Eloquent in Your PHP App Without Laravel

    Tutorial Intermediate

    In this tutorial, we are going to build the back end for a question and answer app with PHP, Illuminate Database, and the Eloquent ORM.

  12. How to Cache Using Redis in Django Applications

    How to Cache Using Redis in Django Applications

    Tutorial Intermediate

    One of the ways to relieve strain on a server is by caching data. This is done by caching data after it has been processed and then serving it from the cache...