Posts

Showing posts from August, 2018

PyCon US 2018

PyCon US 2018 started today with the first day of tutorials. I will fly tomorrow and I will be there until the end of the weekend. If you are nearby, come to talk to me, Python to Python , Python, PyBites and Test & Code will be there. I do not see conversations! I would love your opinion on what I can improve in Python Full Stack. It's also great to hear your stories about how to improve your development skills. For those who can not access PyCon, I will tweet the best things that I see throughout the conference through @fullstackpython. Similarly, if I miss something, let me know on Twitter or by email so we can highlight it. A quick update in the Python book Complete guide of implementations. I have an excellent update in the works that are in the latest versions of Ubuntu (now 18.04 LTS), Ansible 2.5.1 and Flask 1.0.2. It took a long time to arrive and will be updated for all existing buyers. If you have not yet purchased the book, we recommend that you wait for the ...

7 links to different Python blogs

Hello, fellow programmers. I remember those days when I started learning Python . I was always eager to find new blogs about Python, but I found only a handful of them. This is one of the reasons why I started this blog. I know that python with other fellow coders. Today I will try to provide 7 links to different Python blogs that are worth following. With that, I want to say that they are updated regularly and have useful information. So here is the list: 1. The first one is Planet Python , undoubtedly one of the most famous python blogs out there. Go see it I hope you find it useful. It was updated for the last time today. 2. The second blog is lucuma. The home of the developer of the flask (a python web framework). 3. The third blog is love-python. I do not know how I stumbled, but I really like this blog, since it has a lot of useful information and code snippets. 4. The fourth blog is by Doug Hellmann. He is the one behind PYMOTW (Python module of the week). This blog cov...