If you have gotten to the point in your coding journey where you have started saving code files on your computer, you should learn Git Bash and Github ASAP!
The sooner you learn these topics, the sooner you can ensure the safety of your code, the sooner you can get used to version control (which software developers use all the time on the job), and the sooner you can create a GitHub portfolio that impresses potential employers.
But apart from all of those reasons, the greatest justification why anyone would want to learn these concepts is to make your GitHub…
Take a moment and picture yourself as having all the skills and experience of a full-fledged web developer and as having accomplished all of your programming goals.
This course will get you one step closer to fulfilling that vision. Let’s begin. Here is a link to the HTML Course if you would like a refresher.
CSS means Cascading Style Sheets. Files containing CSS code end in “.css” and are used to give style to HTML elements. Basically, CSS is used to turn a website with basic structure and content into something much prettier.
If you are just reading this for…
If you’re just getting started on your web-development journey and want to reach your programming goals as soon as possible, your best bet is to get exposed to all of the essential web development concepts in a short amount of time.
This course will help you do just that. It will teach you the important parts of HTML preparing you for more complicated topics like CSS and JavaScript. The course is clear, fun to read, and best of all, it is on the world’s best platform: Medium!
Good luck and see you on the other side.
HTML files end in…
Learning to scrape the web using Python can be quite challenging. When I first got started, it took many hours. I tried libraries, consulted Reddit, browsed Stack Overflow, and googled my heart out until I got the code to finally work. Since then, I really haven’t had the need to learn anything else. I just reused the same code over and over again, applying it to different websites in a variety of projects.
This tutorial will teach you the basics of web-scraping in Python and will also explain some pitfalls to watch out for. After completing this guide, you will…