-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpython-development.php
47 lines (39 loc) · 2.4 KB
/
python-development.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<?php include 'header.php'; ?>
<!--page title start-->
<section class="page-title ptb-30">
<div class="container padding-top-40">
<div class="row">
<div class="col-md-12">
<h6 class="pagetitles">Services</h6>
<ol class="breadcrumb">
<li><a href="#">Home</a></li>
<li><a href="#">Services</a></li>
<li class="active">python development</li>
</ol>
</div>
</div>
</div>
</section>
<!--page title end-->
<img src="assets/img/banners/python_development_bigperl_banner.png" alt="python_development_bigperl_banner" class="fullwidth">
<div class="container padding-top-20">
<div class="col-md-7">
<h2 class="text-bold mb-10">Python Development</h2>
<p class="text-justified">Bigperl Solutions Pvt Ltd has a rich experience in developing dynamic websites, custom web applications and Desktop Applications in Python and Django. We have been in business of custom software development for 6 years and we are a specialist in Small-Team Software Development by following Agile Methods.</p>
<p><b>Some of the services offered by Bigperl Solutions Pvt Ltd are :</b></p>
<ul>
<li>Python UI Design and Development using Frameworks PyGTK, PyQt, wxPython</li>
<li>Python Web Crawler Development</li>
<li>Python Desktop Application Development</li>
<li>Turnkey Windows Services Development</li>
<li>Python Custom Content Management System Development</li>
<li>Python and Active Directory Integration Services</li>
<li>Java and Python/Django Integration Services</li>
<li>Python Web Application Development using Frameworks Django, Zope, CherryPy</li>
</ul>
</div>
<div class="col-md-5">
<img src="assets/img/services/python_development_bigperl.png" class="img-responsive " alt="python_development_bigperl">
</div>
</div>
<?php include 'footer1.php'; ?>