Answer the question
In order to leave comments, you need to log in
Are there resources on small business challenges in automation, software, etc.?
Unfortunately, friends about the problems of small business cannot tell, because. Everyone works in an office (like me).
This topic is interesting for coding useful software and at the same time pumping skills.
Answer the question
In order to leave comments, you need to log in
In a small business, there are practically no problems in the field of automation. The problems there are of a different nature - in building business processes, understanding the owners of what they need from the business, setting up accounting, etc. Because in most cases, small businesses are a mess. If and if you automate what is, then you get an automated mess.
UPDATE:
The real advantage of a small business is its flexibility. It can quickly change its processes, adapting to changing conditions. Those. business processes there are quite changeable and it will not be possible to automate them. And if they are not changeable, then there are so few of them and they are so simple that they do not need automation.
I won’t say where to get it, but I’ll throw in a couple of my tasks.
1. Request and json module, try to write a script that will make a request to any site, it will return the answer to you in the form of a json file, and you will process it and pull out the data you need.
2. The sqlite3 module, try to learn the basics of sql, it's not difficult to create your own database, add 3-4 lines there. Try using the script to query the database.
3. Try to work with gui, Tkinet module, here is a small documentation on it
younglinux.info/book/export/html/48 (not advertising), there are practical tasks in the same place, try to write your own text editor / notepad with save \ open functions etc
4. The socket module, write your own echo server, there are a lot of examples on the Internet, try to write your own chat server, at first I got a server that could serve only 2 clients, if you want to start learning more about multithreading, and with the help of Tkinter you can attach a graphical interface to the chat. Or write your own server that will serve a static html page.
5. The logging module can be used to make the server write logs to a file or console, again there is a lot of information on the Internet.
6. The sys or os module, try copying files with scripts, creating folders, deleting, etc.
7. Try writing your own vk/twitter/telegram bot, there is also a lot of documentation and you can come up with different tasks.
8. Try using the script to pull the weather about the cities you need, there are many modules, there are also examples in google. I used this openweathermap.
I hope this puzzled you a little.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question