Understanding Python Regex Functions, with Examples

Regular expressions (regex) are special sequences of characters used to find or match patterns in strings, as this introduction to regex explains. We’ve previously shown how to use regular expressions with JavaScript and PHP. The focus of this article is Python regex, with the goal of helping you better understand how to manipulate regular expressions… Continue reading Understanding Python Regex Functions, with Examples

Display the Latest News on Your Site With Mediastack

What an extraordinary year 2020 has been for the news! From the ongoing coronavirus crisis, to a turbulent US election, to the unrelenting march of Bitcoin, this year like no other we’ve been glued to our phones micro-analyzing every tidbit of news. Which makes this the perfect time for mediastack, an awesome REST API that… Continue reading Display the Latest News on Your Site With Mediastack

How to Start a Successful Career in Web Design in 2020

The internet is completely changing everything about the world we live in today. Outside of just visiting websites and social media platforms, the demand for having an online presense is a requirement for businesses, brands and organizations of all sizes. This also means that there is a great demand for site developers, content creators and… Continue reading How to Start a Successful Career in Web Design in 2020

Get Real-Time Global Market Data with the marketstack Stock API

Having access to global market data has never been more vital. With world economies in a state of flux, your users need accurate information available in real-time. Historical data is also important, as it serves as a way to compare and contrast with the present. marketstack gives you the ability to easily implement this data… Continue reading Get Real-Time Global Market Data with the marketstack Stock API

Everything you need to know about Zenserp

It has become quite challenging to scrap search result pages from the various search engines. This is owing to the fact that all search engines, including Google, have put some strict regulation services in place for dealing with scraping SERPs programmatically. If you want to get around these restrictions, you need to use an effective… Continue reading Everything you need to know about Zenserp

10 Best Mobile Apps for Learning to Code

What’s even better is that you don’t have to spend years mastering programming either. Thanks to numerous coding apps available for both Android and iOS devices, you can easily level up your coding skills even when you’re on the go. In this post, we’ve rounded up the best coding apps that will help you learn… Continue reading 10 Best Mobile Apps for Learning to Code

Build a Static Portfolio With Advanced CSS Bar Chart

In a previous post, I showed you how to build a beautiful fullscreen portfolio page. During that tutorial we also learned how to create a responsive CSS column chart. In this tutorial we’ll build another attractive static portfolio page, this time featuring a pure CSS bar chart without using any external JavaScript library, SVG, or the canvas… Continue reading Build a Static Portfolio With Advanced CSS Bar Chart

How Many Programming Languages Should I Learn?

How many programming languages should the average developer learn? While most programmers are expert in one or two languages, how many should they be familiar with? There isn’t a limit to the number of programming languages that any one person can learn. Your memory can expand infinitely inward, but that doesn’t make it easy. Just… Continue reading How Many Programming Languages Should I Learn?

The 7 Programming Languages Web Developers Need To Know in 2019

March 19, 2019 by Alex Fox It might not seem important for web developers to learn programming languages. After all, HTML and CSS can develop some incredible sites all on their own. But JavaScript, PHP, and Swift can all extend the functionality of your web page significantly in was that CSS can’t hope to accomplish.… Continue reading The 7 Programming Languages Web Developers Need To Know in 2019

Top Programming Languages For Mobile App Development In 2019

It doesn’t matter if you are someone who is just entering the app development industry or someone who holds expertise in the field of software development, programming languages act as a basic foundation for them. But there are a ton of programming languages out there and to find out the one that is suitable for… Continue reading Top Programming Languages For Mobile App Development In 2019

What’s New in Core ML 2?

Last year, Apple launched Core ML—a segue into the world of machine learning for Apple developers. Before that, we were already using machine learning with technologies like AutoCorrect, Siri, and a predictive keyboard, but Core ML brought a new level of power and flexibility into the hands of developers. During WWDC 18, Apple announced Core… Continue reading What’s New in Core ML 2?

Introduction to Machine Learning in Python

Machine learning is the act of giving computers the ability to learn without explicitly programming them. This is done by giving data to computers and having them transform the data into decision models which are then used for future predictions. In this tutorial, we will talk about machine learning and some of the fundamental concepts… Continue reading Introduction to Machine Learning in Python

Introduction to Network Programming in Python

This tutorial will give an introduction to sockets in Python and how to use the socket module to build HTTP servers and clients in Python. It will also cover Tornado, a Python networking library which is ideal for long polling, WebSockets, and other applications that require a long-lived connection to each user. What Are Sockets?… Continue reading Introduction to Network Programming in Python

How to Read and Write CSV Files in Python

The CSV format is the most commonly used import and export format for databases and spreadsheets. This tutorial will give a introduction of the csv module in Python. We will learn about all the functions and classes that it makes available for you to read and write data to CSV files. We have also included… Continue reading How to Read and Write CSV Files in Python

Embedded Signing with the HelloSign API — SitePoint

A walkthrough into embedded signing with HelloSign We’ve teamed up with HelloSign to help you get started with their eSign platform. HelloSign is a full-featured eSignature platform with the fastest eSign integration platform in the industry, making it easy for you or your company to manage and sign any legally binding document. In less than… Continue reading Embedded Signing with the HelloSign API — SitePoint

Processing Incoming Request Data in Flask ― Scotch

In any web app, you’ll have to process incoming request data from users. Flask, like any other web framework, allows you to access the request data easily. In this tutorial, we’ll go through how to process incoming data for the most common use cases. The forms of incoming data we’ll cover are: query strings, form… Continue reading Processing Incoming Request Data in Flask ― Scotch

Learn Web Development With These Web Developer Courses

If you’re a newbie hoping to learn web development, these web developer courses below will be powerful tools in your journey to greater knowledge. As you embark on this journey, remember that Google and websites like StackOverflow are your best friends. You will encounter many frustrating problems along the way, but they are all problems… Continue reading Learn Web Development With These Web Developer Courses

5 Common Problems Faced by Python Beginners

More from this author How to Launch Your Next Tech Product for Free (Almost!) API Building and Testing Made Easier with Postman Are you in the process of learning Python? It’s a fantastic language to learn, but as with any language, it does present challenges that can seem overwhelming at times, especially if you’re teaching… Continue reading 5 Common Problems Faced by Python Beginners

New eBooks Available for Subscribers

Do you want to learn more about data analysis with Python? How about iOS 9 game development, Django, or Swift 2? Our latest batch of eBooks will teach you all you need to know about these topics and more. What You’ll Learn In the past couple of months we’ve made 16 new eBooks available for… Continue reading New eBooks Available for Subscribers

The Languages And Frameworks You Should Learn In 2016

The Languages And Frameworks You Should Learn In 2016 A lot happened in the software development world in 2015. There were new releases of popular programming languages, new versions of important frameworks and new tools. You will find a short list of the new releases that we think are the most important below, together with… Continue reading The Languages And Frameworks You Should Learn In 2016

How to Work With Excel Documents Using Python

I believe you have used Microsoft Excel on some occasion. It is very powerful when it comes to working with spreadsheets, tables, charts, etc. But what does Python have to do with that? Python is a game changer when it comes to Excel files because it can automate daunting stuff you might encounter in some… Continue reading How to Work With Excel Documents Using Python

10 Useful Tips For Debugging and Troubleshooting in Programming

With a shiny new file open in the text editor and not a line of code written, every new project seems full of possibility and promise. Several thousands of lines of code later, that same project can seem weighed down by bugs that make adding new features a pain, and drain the enthusiasm of programmers.… Continue reading 10 Useful Tips For Debugging and Troubleshooting in Programming