Worthy
Read
Deep learning, Spark, Hadoop MapReduce, Kaggle, scikit-learn, matplotlib, pandas, NumPy, AWS, Python essentials, and various command lines focused notebooks.
data science
A community conference like PyCon is run by volunteers. There are many ways to get involved if you are interested in serving the community as part of the team who makes the conference possible.
conference
Amber Brown is a freelance software developer and computering owl lady, with a handful of years in programming and a few more in general IT. Best known as the release manager of the Twisted Project, she’s been invited to speak at several conferences including keynoting PyCon Czech Republic ‘15, DjangoCon Australia ‘15, and speaking at Django Under The Hood ‘15.
interview
Flask-Scaffold let's you prototype a Web Application for example a Blog or a CRUD Web application in Python 3 and Angularjs by simply specifying it's modules and their fields. A RESTFUL API is also created which allows you to exchange data with other applications like a native mobile application.
flask
When increasing concurrency by using a multi-process web server like Gunicorn, you must be aware of the number of connection your app holds to the database and how many connections the database can accept. Each process requires a different connection to the database. To accommodate this, there are a number of tools for providing a connection pool that can hold several connections at a time.
django
You know better than to use database backed sessions in Django right? Go check. No really, go check twice. It's super easy to overlook on systems of all sizes. We've done it, you're likely doing it and it makes the little Elves running your site work harder. Just grep your settings file(s) for SESSION_ENGINE. If you don't find it, then you're putting your sessions in the database. Now go look at how HUGE that table is and have a quick sad.
django ,
performance
How fast are they ?. Here some Python code to figure it out.
numpy
In Python, regular expression matches can be returned in the form of a match object. In this guide, I'll cover the basics of how to make use of a match object.
regex
The year is coming to an end, and we are on our way to reviewing what has been trending in tech circles. In our last post, we talked about 10 most popular javascript libraries that were started in 2015. In this post, we take a look at the 10 most popular django libraries started in 2015.
django
Bangalore, Karnataka, India
Projects
Multilayer LSTM and Mixture Density Network for modelling path-level SVG Vector Graphics data in TensorFlow
A Python logging library with super powers
ATA Pass-Through library for python
Python wrapper for qBittorrent Web API (for versions above v3.1.x)
Why the 11th appears less often than other days of the month
Animated E-mails FTW
:chicken: A YAML Parser for Python
A Python package for visualizing 1d and 2d NumPy arrays
Dictionary in your terminal
|