Homepage
Open in app
Sign in
Get started
python4you
Articles about general Python, best practices and interviews.
Follow
Detect unused secrets in your GitHub repositories
Detect unused secrets in your GitHub repositories
With the increasing number of security threats, it is important to use (and follow the best practices) only those “secrets” that you…
Artem Rys
Jan 20, 2022
Why you should use typing for all your Python projects
Why you should use typing for all your Python projects
I am using typing at my work project and now trying to use it for my personal or freelance projects only if it is not a one-time script.
Artem Rys
Jan 28, 2020
“Effective Python” by Brett Slatkin book review
“Effective Python” by Brett Slatkin book review
I’d recommend this book to the people who are using Python at least several months and are feeling good with the basics.
Artem Rys
Jan 22, 2020
Consider absl Python library to work with flags
Consider absl Python library to work with flags
Consider using absl Python library to work with flags in your application
Artem Rys
Dec 25, 2019
5 Scraping Tips
5 Scraping Tips
In this story, I will point you to the 5 tips that I have collected while working on my freelance scraping projects.
Artem Rys
Nov 13, 2019
Ranking capitals by the number of Starbucks using Python and Google Maps API
Ranking capitals by the number of Starbucks using Python and Google Maps API
Using Google Maps API and Python to count the number of Starbucks in the capitals
Artem Rys
Jul 22, 2019
Python Functions Defaults Explained
Python Functions Defaults Explained
I have been on the several Python interviews again and have passed an Upwork Python test. And I have noticed that the interviewers like…
Artem Rys
Apr 10, 2019
RabbitMQ Scrapy Item Publisher in Python
RabbitMQ Scrapy Item Publisher in Python
It’s a small note about the Scrapy Item Pipeline that publishes a Scrapy Item to the RabbitMQ.
Artem Rys
Feb 26, 2019
Calling Celery Tasks not from Python
Calling Celery Tasks not from Python
Calling Celery tasks using Celery bootsteps and RabbitMQ
Artem Rys
Jan 21, 2019
Python IO streams in examples
Python IO streams in examples
Python IO streams: BytesIO and StringIO in practice.
Artem Rys
Dec 19, 2018
Creating Telegram Bot and deploying it on Heroku
Creating Telegram Bot and deploying it on Heroku
Telegram Bot creation tutorial using Python and Heroku Deployment using Heroku Container Registry and Docker.
Artem Rys
Dec 15, 2018
Python SystemExit Exception Explained
Python SystemExit Exception Explained
Explaining behaviour of sys.exit and SystemExit exception
Artem Rys
Dec 11, 2018
About python4you
Latest Stories
Archive
About Medium
Terms
Privacy
Teams