Howdy Folks, I know it’s been a while since I posted something… But the truth is I am back with another exciting python project!
This post was initially published in my blog which you can find here — https://thecodingpie.com/
You can get the complete code for this project from my GitHub repo — https://github.com/the-coding-pie/bitcoin_price_tracker
Nowadays, Cryptocurrencies are the hot trending topic, most importantly ‘Bitcoin’. But the problem is that bitcoin’s price is highly volatile and you will never really know where it’s going to be at the end of the day. …
This post was originally published on my blog — https://thecodingpie.com
Ever wondered how to automate the process of scraping a website, collecting data, and exporting it to a useful format like CSV? If you are doing data science/machine learning then you may have been in this situation several times.
That’s why I wrote this tutorial, In this tutorial, you will learn all about Web Scraping by building a Python script that will scrape a movie website and fetches useful information, and finally, it will export the collected data to a CSV (Comma Separated Values) file.
And the good thing is…
This post was originally published on my blog — https://thecodingpie.com
A virtual environment is a tool that helps to keep your current project and all its dependencies isolated from your main system and the other projects you are working on.
To make it a bit clearer imagine this scenario — you have two Django projects namely ProjectOne
and ProjectTwo
. Unfortunately, your ProjectOne
wants to run in Django 1.0, and your ProjectTwo
needs Django 3.0. How would you do that? If you install Django globally on your system, then it would be impossible to satisfy the above condition. And here’s where…
Disclaimer: This post contains affiliate links, which means that if you click on one of the product links, I’ll receive a very small commission. This won’t cost you anything but it helps support this blog running!
Decades ago, Javascript was only considered just as a client-side scripting language. Its full potential was locked in the browser world. At that time it was impossible to use Javascript for building things beyond a website. But then things got changed when Node.js entered the party.
Node.js, as you all know, is a Javascript runtime environment which means that you can run your Javascript…
This post was originally published in my blog — https://thecodingpie.com
Are you interested in building your own virtual voice assistant like Jarvis in the movie Iron Man? If you are interested in building one, then you have come to the right place.
Howdy folks, In this tutorial, you will learn how to build your own personal voice assistant like Jarvis using Python.
You can download the finished project code from my Github repo — Final Version.
Now before getting started, let’s understand what we are going to build…
The speech recognition program which we are going to build will be…
Howdy folks In this article I am going to introduce you to the Best Web Development Courses to Learn Web Development in 2020. If you are an absolute beginner in web development or already an intermediate developer and who is currently searching for the best web development courses to advance your skill sets then you have come to the right place. These are by far the best online courses to learn Web Development in 2020.
Web Development is one of the most exciting fields out there in 2020. The trend of web development has changed in the past few years…
Howdy Folks, Welcome to this new tutorial. In this tutorial, you will learn how to create a simple Todo List App using HTML, CSS, and Javascript.
This tutorial was initially published in my blog, if you are interested to see more tutorials like this then check out this link — https://thecodingpie.com/
Before jumping right in first, take a look at the finished product here at Codepen → Todo List Codepen
You can download the completed project from GitHub → Todo List App Github
I assume that you had a decent understanding of HTML, CSS, and Javascript. I am not going…
Howdy Folks, I am thecodingpie. Up to this point, I was writing only here on my blog— https://thecodingpie.com (you can find some awesome tutorials here). But today I thought Why Shouldn’t I give some other popular blogging platforms like Medium a try. And that’s how this blog post was born.
This is my first Medium blog post and I hope everyone will like this.
Now to the topic…
Do you know about ISS? ISS aka International Space Station is an artificial habitable satellite that orbits Earth roughly 16 times per day. In just one day, the station travels about the…
Hey Folks! My name is Aravind. I am a passionate learner from India. I write about what I know to help viewers like you. If you like and enjoy my content, sup..