Python: With Django
Python: With Django
Python: With Django
Training Outline
Bram Cohen
class Mapping:
def __init__(self, iterable):
self.items_list = []
self.__update(iterable)
class MappingSubclass(Mapping):
Ÿ Fundamentals of Python
Ÿ Object Oriented Programming with Python
Ÿ Data Structure and Algorithms
Ÿ Network programming with Python
Ÿ Database Programming (MySQL)
Ÿ CGI programming with Python
Ÿ Numpy
Ÿ Pandas
Ÿ GUI programming with Python-TKInter
Ÿ Introduction to web development
Ÿ Django Web Framework
Ÿ DevOps
© Hulas Education P. Ltd. - neosphere | 6th floor, Indra’s City Square, New Baneshwor, Kathmandu
Phone: 01- 555 15 15 | 9801 200 111 . Email: info@neosphere.com.np
Network programming with Python
Ÿ TCP Sockets This module describe the socket programming
Ÿ Client and Server using Python, create a network based application
Ÿ Communication Breakdown using Python
Ÿ Application Client and Server
Ÿ Sending an Application Message
Ÿ Running the Application Client and Server
© Hulas Education P. Ltd. - neosphere | 6th floor, Indra’s City Square, New Baneshwor, Kathmandu
Phone: 01- 555 15 15 | 9801 200 111 . Email: info@neosphere.com.np
NumPy
Ÿ Introduction to NumPy NumPy is the fundamental package needed for
Ÿ Environment Setup scientific computing with Python.
Ÿ Data Types
Ÿ Array and its attributes Learn hands on development skills using NumPy
Ÿ Indexing and Broadcasting
Ÿ Manipulating data using built-in methods
Pandas
Ÿ Introduction Pandas is an open source, BSD-licensed library
Ÿ Environment Setup providing high-performance, easy-to-use data
Ÿ Method Chaining structures and data analysis tools for the Python
Ÿ Pandas Data Frame & Manipulation
Ÿ Pandas Data Export This module covers the detailed development skills
Ÿ Visualization using Pandas in Python
Ÿ Performance
© Hulas Education P. Ltd. - neosphere | 6th floor, Indra’s City Square, New Baneshwor, Kathmandu
Phone: 01- 555 15 15 | 9801 200 111 . Email: info@neosphere.com.np
Introduction to web development
Ÿ Web development concepts HTML, CSS, and JS & Jquery is the fundamental
Ÿ Creating pages Using HTML5 skills required for a web developer. Learn to
Ÿ Adding CSS3 to the page develop HTML pages and how to manage it for
Ÿ Performing actions using JQuery your projects
Ÿ Introduction to Bootstrap
Ÿ Table & Forms
Ÿ HTTP Errors
DevOps
Ÿ Introduction to Git & Github Git is a VCS—Version Control System. Git helps us to
Ÿ Managing Software Versions manage our project files.
Ÿ Add, pull, clone, commit
Ÿ Pushing your project on Github Learn to manage your project from scratch
Ÿ Managing Branching
Ÿ Rebasing your project
© Hulas Education P. Ltd. - neosphere | 6th floor, Indra’s City Square, New Baneshwor, Kathmandu
Phone: 01- 555 15 15 | 9801 200 111 . Email: info@neosphere.com.np
Python With Django