Swift app dev made easy: learn step by step how to build a simple to-do list app with Swift.
Learn how to create an iOS app with Swift, from creating a project to the basics of coding and testing. Example included.
Make a button from an image in Swift using a UIButton and UIImageView. Example included!
Learn how to create a game in Swift with an easy-to-follow example!
Swift widget example: Learn how to make a custom widget with Swift, from creating the UI to displaying dynamic data.
Learn how to create a browser extension in Python with an example project that covers the basics of browser extension development.
Create a Telegram bot menu with Python: learn how to create a menu of options for users to choose from, with an example.
Learn how to make a Telegram bot with Python: step-by-step guide with an example to get you started.
Learn how to create a classic "Guess the Number" game in Python, with an example game and step-by-step instructions.
"Create your own Python compiler with this step-by-step guide and example code."
Python: Create an Iterator with Examples. Learn how to create an iterator in Python, with examples of iterating over lists, tuples, and dictionaries.
Create your own browser with Python! Learn how to build a browser from scratch with a step-by-step example.
Create a Python window application with a step-by-step guide & example code to get you started.
Create a Python server with an example: learn how to set up a server and serve requests with Python.
Learn how to create a virtual Python environment with an example to maximize your coding productivity.
Build your own messenger app with Python and a step-by-step guide to creating a chatbot with an example.
Learn how to build your own voice assistant with Python, complete with an example.
Creating a list from a collection in Python is easy - use list comprehension to quickly transform a set into an ordered list. E.g. lst = [x for x in {1,2,3}]
Learn how to create a Python parser using an example. Create efficient, flexible code to process data from any source.
Make a Telegram bot with Python - learn how to create a basic bot and extend its functions with an example.