Hi! In case you haven’t read any of my other stories or don’t know who I am, my name is Rayaan Siddiqi and am a senior in high school from the greater Chicago Area who just published his first ever novel last week.
So you have recently programmed a discord bot or have a script which you want to be able to decide when to run? Well you have to come to the right place. Today, I am going to explain how to quickly and efficiently deploy your python script to Heroku along with the advantages of doing such through the Mac Command Line.
One of the main reasons why to deploy your python script to online cloud platforms like Heroku is because it is a much more efficient and practical way to run your script rather than executing the script from your local machine. If you continue to run that script for long periods of time (talking days here) from your local machine inside an IDE or through the command line, not only does that usually go against the rules of your internet service provider, but it does not make much sense. Meaning, say you were to close your computer or the terminal tab, that means that your script is terminated as well. …
The world is rapidly changing as we speak which is why many things we are used to which usually take place in-person are moving to online platforms. Hackathons are in that similar boat of changing from being an in-person event where massive amounts of people come together to have a great time to more online type events where the whole experience goes virtual.
As of May 24th, the COVID-19 pandemic, throughout the world, has taken nearly 350,000 lives. However, it has impacted tens of millions of people more, look to anywhere in the world, and the impact of the virus is visible. Whether it be economically, socially, emotionally, the virus has taken a lot. Today, I am going to examine how the Great Depression and COVID-19 both shook society in terms of economics and displacement, and will shed light onto the government’s responses to such difficult times.
Note: This article does not represent my opinions on political matters going throughout the nation, I am here just reporting the facts and statistics as I see them, willingly. …
Yes, you read the title correctly. An Artificial Intelligence Software designed to trace and locate the spread of viruses was alerted about the infectious diseases, COVID-19, nine days before the World Health Organization (WHO) released its statement alerting the public of the emergence of the coronavirus.
It was December 30th, just a couple of hours past the hours of Midnight when an artificial intelligence platform known as BlueDot picked up “unusual pneumonia” cases occurring in Wuhan, China.
Have you started to notice how the tens of projects you have made ranging from standard web applications to published apps on the app store are starting to become a cluster and very disorganized on your machine. Many developers, including myself, reach this point after they have begun diving into the world of Computer Science, and there comes a point where you need to organize those projects!
Github is one of the best platforms to manage those projects and has a lot of functionality, today I am going to take you through one of its feature many developers utilize, that being creating a repository and adding/saving your project files to it. …
About