Ever need to download a file from a server – or get someone else to download a file from a server, who may not be comfortable with or should have access to scp or sftp?
Turns out, if you have Python installed – and you probably do – it comes with a handy ... (more…)
Read more »
Barry Warsaw, writing for the Python steering council, has announced that PEP 810 ('Explicit la [...]... (more…)
Read more »
In this post we will see how to create a simple JSON server in Python to mock external APIs. This can be useful when developing an application that will make use of third-party applications via the… (more…)
Read more »
This is a guide on how to make your first bot project using python. it is simple and easy to follow. This is a great project to learn python and have fun wit... (more…)
Read more »