- 10 years ago Sticky: So you wanna learn Python?
-
0 +1
Django 1.11 goes live
This version has been designated as a long-term support (LTS) release, which means that security and data loss fixes will be applied for at least the next three years. Read more >>> http://djangostars.com/blog/django-1-11-goes-live/
-
-1 +1
How to Create and Deploy a Telegram Bot?
In this tutorial, we’re going to build a very simple bot using Python and deploy it on Heroku server. In upcoming paragraphs, I am going to provide some insights what bots actually are and why it may be interesting for you to create them. Continue Reading >>> djangostars.com/blog/how-to-create-and-deploy-a-telegram-bot/
-
-1 +1
Create SMTP Email Brute Forcing Tool with Python - CodeGeek.io
This is a simple python brute forcing tool an email login. As it is very basic and short, everyone can understand it easily.
-
+1 +1
P2P Proxies Network ideal for Scraping, Crawling, SEO & more
P2P Proxies network + Reverse proxy. Scraping | Crawling | SEO. Cheap proxy solution based on P2P proxy server
-
+1 +1
Tony Tam on Swagger at APIStrat Austin 2015
-
+3 +1
Counting Things in Python: A History
Sometimes the Pythonic way to solve a problem changes over time. As Python has evolved, so has the Pythonic way to count list items. Let’s look at different techniques for counting the number of times things appear in a list. While analyzing these techniques, we will only be looking at code style. We’ll worry about performance later.
-
+19 +3
Ubuntu 16.04 LTS Will Try To Be Python-3-Only, No Python 2 By Default
For years Ubuntu developers have been working on moving from Python 2 to Python 3 and for Ubuntu 16.04 LTS next April that goal will hopefully be finally realized.
-
+2 +1
Coverage.py 4.0
After more than 20 months, coverage.py 4.0 is available.
-
+2 +1
Time Maps: Visualizing Discrete Events Across Many Timescales
Despite the simplicity of discrete event data, it’s hard to visualize many events over a long time period without hiding details about shorter timescales.
-
+11 +1
"Using Git Hooks to Help Your Engineering Teams Work Autonomously" (Video)
To spread the word about our Python work and give back to the amazing Python community, Zalando hosted this year's EuroPython conference in Bilbao, Spain. As an added bonus, Software Engineer Joao Santos was invited to present a talk on how his team has been using Git hooks to work more autonomously. Joao's talk begins at 1:32:30
-
+8 +1
Anyone on snapzu going to Europython?
Is any of you going to the Europython in Bilbao this year? If so what talks are you planning to attend?
1 comments by jmcs -
+2
Selenium and a Time Clock Website
-
+3
Python Web Frameworks
-
+3 +2
So my question is, How does one tell the program to end midway through running?
Haha came up with an even better plan than text post which is then snapped to other tribes! Just use imgur with screenshots of my code, then make a snap of that :P **Edit** Not sure why the title changed, so I changed it back.
-
+3
Is there a place for this kind of thing?
-
+7 +1
Rust for Python Programmers | Armin Ronacher's Thoughts and Writings
Are you a Python programmer and interested in Rust? This article goes over the basics of making the jump.
-
+2 +2
Hy: Lisp in Python
Hy is a wonderful dialect of Lisp that’s embedded in Python.
-
+1 +1
Solving multi-core Python
tl;dr Let's exploit multiple cores by fixing up subinterpreters, exposing them in Python, and adding a mechanism to safely share objects between them.
-
+9 +3
Python Concurrency From the Ground Up
There are currently three popular approaches to Python concurrency: threads, event loops, and coroutines. Each is shrouded by various degrees of mystery and peril. In this talk, all three approaches will be deconstructed and explained in a epic ground-up live coding battle.
-
+12 +3
Continuously deploying your Flask/Python code to your Linux production server with GitHub webhooks
In this article I will describe how you can deploy your Flask or python code in your GitHub Repository to your Linux production server as soon as you have committed a change.