Skip to main content

Home/ Python Programming/ Group items tagged programming

Rss Feed Group items tagged

luke jenning

Code Garage is a project playground - 0 views

  •  
    Great resource for Python Programming newbies. Apply your programming skills to build fun things like a Bubble Sort, Numeral Converter, Happy Numbers, Bank Teller, Blackjack Game, 99 Bottles Of Beer and much more.!!
Yuri Câmara

7 programming languages on the rise | Developer World - InfoWorld - 0 views

  • the first language available on Google's AppEngine -- a clear indication Python has the kind of structure that makes it easy to scale in the cloud, one of the biggest challenges for enterprise-grade computing.
    • Yuri Câmara
       
      Python Google App Engine Cloud Computing
  • Programming languages on the rise: Python
reckoner reckoner

profitpy -module for automated stock trading - 0 views

  • ProfitPy is a set of libraries and tools for the development, testing, and execution of automated stock trading systems Specifically, ProfitPy is a collection of Python packages, modules, and scripts that work together to help you implement an automated stock trading program (or programs). The package features: A library with classes for accounts, orders, tickers, and more A GUI program for executing and plotting trades in real-time A GUI tool to collect ticker data for off-line use A CLI tool to back-test trading strategies Dozens of technical indicators and plotting widgets to display them An X11 keystroke tool for automating the TWS application
reckoner reckoner

Python groupby, the iterator swiss army knife - Program - Python - Builder AU - 0 views

  • Last week we looked at the itertools module and how its iterator based functions can be faster than doing things from scratch. One of the examples showed a function using itertools.takewhile to be much faster than one using itertools.groupby. Some feedback we got, asked, what then is the point of groupby if it's just a slower version of other functionality?
gialloporpora

Ubiquity's Python Feed Plugin at Toolness - 0 views

  •  
    A few weeks ago I wrote about Ubiquity Feed Plugins, which are basically just a way of separating the user interface of subscribing to a new feature from the implementation of the feature itself. As I've written about before, one of the things I've missed about the Mozilla development environment is its support for the Python programming language. Aside from being humane and having a great community, it has functionality that could complement the Mozilla platform quite nicely. So we've whipped up a quick proof-of-concept Python Feed Plugin for Ubiquity to explore this possibility.
reckoner reckoner

Psyco - Introduction - 0 views

  • In short: run your existing Python software much faster, with no change in your source. Think of Psyco as a kind of just-in-time (JIT) compiler, a little bit like what exists for other languages, that emit machine code on the fly instead of interpreting your Python program step by step. The difference with the traditional approach to JIT compilers is that Psyco writes several version of the same blocks (a block is a bit of a function), which are optimized by being specialized to some kinds of variables (a "kind" can mean a type, but it is more general). The result is that your unmodified Python programs run faster. Benefits 2x to 100x speed-ups, typically 4x, with an unmodified Python interpreter and unmodified source code, just a dynamically loadable C extension module. Drawbacks Psyco currently uses a lot of memory. It only runs on Intel 386-compatible processors (under any OS) right now. There are some subtle semantic differences (i.e. bugs) with the way Python works; they should not be apparent in most programs.
reckoner reckoner

Learning to program - 1 views

  •  
    As much as I can. I will cover the basic theory of computer programming - what it is, some of its history and the basic techniques needed to solve problems. I will not be teaching esoteric techniques or the details of any particular programming language,
gialloporpora

Coming At You Like A Pydermonkey at Toolness - 1 views

  •  
    Since learning JavaScript over a year ago, it's become one of my favorite dynamic programming languages alongside Python. And as I've mentioned before, I think the two languages actually complement each other pretty well.
amby kdp

Python Programming For Beginners - 0 views

shared by amby kdp on 17 Dec 14 - No Cached
  •  
    To download best "Python Programming For Beginners" book by James P. Long click here :- amzn.to/1s8nzrY
amby kdp

Best Book of Python Programming - 0 views

Be An Expert In Python Programming By Reading The "Complete Guide For Python Programming" By James P. Long Book http://amzn.to/1BiehaJ

#LearnPythonProgramming #BestPythonBook #WhatIsPython #BestProgrammingBook #KindleBooks #PythonProgrammingEexamples

started by amby kdp on 27 Jan 15 no follow-up yet
amby kdp

Quick & Easy Guide To Learn Python - 0 views

Download "Complete Guide For Python Programming", by James P. Long and become expert in programming. Get Your Book Here :  http://amzn.to/1B563b5#book #kindle #amazon #python #programming #pyt...

started by amby kdp on 15 Jan 15 no follow-up yet
gialloporpora

Edgewall Software: Python Sidebar - 25 views

  •  
    When programming Python, I tend to visit the most current reference documentation quite often. To get faster and more convenient access to the documentation, inspired by Mark Hammond's sidebar, I wrote an updated sidebar for the Mozilla family of web browser.
  • ...2 more comments...
  •  
    Interesting post! I'm thinking about starting learning programming. Recently I've found out that Python has become the fourth among other languages. Also it is loved by many programmers because of less code lines. It has to be noted, as Python's rating has increased, the demand for Python programmers skyrocketed, that led to the growth of their wages. There is a good article on the topic - https://diceus.com/python-developer-salary/. So, I'm going to choose exactly this language. And your information is useful for me. Thanks for sharing!
  •  
    Protonshub is Top Python Web Development Company that provides Cutting-Edge Python Web Development on Offshore delivery models. Get your Python Web Development Team within 3 days. Looking for the best python development company? https://www.protonshub.com/technologies/python-development Call Us today for a free consultation.
  •  
    I want to learn advance python. I got my basic clear from [CodingViz](https://codingviz.com/) and now want to learn advance version. Is there any resources that can help me out?
Mario Antonio Herrero Machado

Pyzo - Python to the people - Pyzo - Python to the people - 0 views

  •  
    "Pyzo - Python to the people Pyzo is an interactive computing framework based on Python, an easy and powerful programming language. It's mission is to provide a computing environment aimed at doing science and building professional applications, that is easy to obtain, easy to use, and free."
Jac Londe

Pulover's Macro Creator - 0 views

  • Pulover’s Macro Creator is a Free Automation Tool and Script Generator. It is based on AutoHotkey language and provides users with multiple automation functions, as well as a built-in recorder. “Pulover’s Macro Creator is very handy as a means of automating various tasks without possessing  programming knowledge.” 
  • It’s more than a Macro Recorder! You can add not only keystrokes and mouse actions to your scripts but also manage windows, controls, files, strings, search images/pixels and even create If/Else Statements to control the flow of your macros! From simple repetitive tasks to complex automation projects, Pulover’s Macro Creator will save you hours of monotonous work. Everything with a friendly and intuitive interface.
Learn Python

Introduction To Learn Python Tutorial - 0 views

  •  
    Learn how to program with Python the right way
reckoner reckoner

Siva Chandran P: TermEmulator 1.0 Released!!! - 0 views

  • The module comes with a demo application which is written in wxWidgets. The demo emulates any terminal program inside a text box. The following are the screenshots of emulating bash, emacs and vi using TermEmulator and the demo. successfully emulated(ran in a text box) bash, emacs, vi and some other terminal programs.
  • Provides callback for updating terminal screen
  •  
    I'm hoping this means that you can access the items in the terminal window via an external Python script..
‹ Previous 21 - 40 of 247 Next › Last »
Showing 20 items per page