Home > Backend Development > Python Tutorial > The beginning of my journey

The beginning of my journey

Barbara Streisand
Release: 2025-01-01 10:21:11
Original
271 people have browsed it

The beginning of my journey

                             **_Hello World._**
Copy after login

You will not know me, as I'm just starting this exciting journey. I've taken it upon myself to begin writing here as a new hobby to level my writing skills ( English is not my first language )

and I hope that I can provide something of value to you, whether you're a beginner like me or an expert.

and if you find anything that can help, please do share.


let's just say that my name is 5enox, I have some experience with Python and web scraping/automation, which started as a simple hobby and developed into a freelance job, I had reached the stage where I earned the TOP RATED badge on Upwork ( though I had lost it due to a hiatus).

I'm always interested in learning about new and complicated things which I love, when I was about a year younger I started in game development with #unity and #blender, but I ultimately still believe that programming is just a tool for me to reach my goals.


anyways, enough introduction

I started just like anyone willing to get into web scraping, I had already learned Python and was looking to make some money online, did some simple research at the time and found out that web scraping and automation dominated the Upwork market at the time, so naturally I decided to get into it.

I started with bs4 then faced some problems, as most websites used js rendering, then moved on to learning XML and XPath which I found very convenient at the time ( later found out about this, which helped)

my first job, which was to maintain a Linux server with its 24/7 running codebase, was fairly easy for me, as I do use Arch btw.

the code was working, but it was extremely inefficient, so I started to further develop my skills working with git, threading, and OOP code.

the codebase used corn jobs to run different scrapers for 4 sites to then go on to upload the data to an airtable sheet.

so this was my first time writing a post like this, and I hope we can learn from each other.


next, bs4, XPath, and basic data manipulation

The above is the detailed content of The beginning of my journey. For more information, please follow other related articles on the PHP Chinese website!

source:dev.to
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Articles by Author
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template