Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×
Python

How Much Python Do You Need To Know To Be Useful? 263

Nerval's Lobster writes: Since Python is a general-purpose language, it finds its way into a whole lot of different uses and industries. That means the industry in which you work has a way of determining what you actually need to know in terms of the language, as developer Jeff Cogswell explains in a new Dice piece. For example, if you're hired to write apps that interact with operating systems and monitor devices, you might not need to know how to use the Python modules for scientific and numerical programming. In a similar fashion, if you're hired to write Python code that interacts with a MySQL database, then you won't need to master how it works with CouchDB. The question is, how much do you need to know about Python's basics? Cogswell suggests there are three basic levels to learning Python: Learn the core language itself, such as the syntax and basic types (and the difference between Python 2 and Python 3); learn the commonly used modules, and familiarize yourself with other modules; learn the bigger picture of software development with Python, such as including Python in a build process, using the pip package manager, and so on. But is that enough?

Comment Re: I'm betting that... (Score 3, Insightful) 143

She dropped the computer off for recycling. If you throw out a bunch of stuff, and unbeknownst to you there is a mint copy of Action Comics #1 in that stuff, them once you throw it out it is no longer yours. In fact, the local municipaloty may have a stronger claim than you do in such a case.

I have no sympathy for her if she tries to push for more than the $100,0000. She's lucky the recycling center is ethical enough to offer it to her, as they're otherwise not obligated to give her a penny.

Comment Hyperbole much? (Score 1) 392

I fail to see how USB-C to Lightning cables would be indicative in any way of a dystopia. I quite enjoy the Lightning port, myself. It's compact, reversible, and robust. As long as the cable connects to standard USB, I fail to see the issue. The only issue I see is the rabid anti-Apple zealots who would seek to force Apple away from Lightning.

Comment Re: Gain Control of Your iPhone Environment? (Score 1) 223

Or jailbreak (stay off 8.1.3!) and enjoy the style and smoothness of even the current base-level device (currently, iPhone 5c) with the freedom and customization available when you knock down the wall. Hell, my iPad has a command-line multi-system assembler that can, among others, handle 6502 and 68000 code. Can your mobile device assemble Sega Genesis code? Mine can :)

Comment Re: You're not supposed to ask that (Score 1) 223

Jailbreak for packages distributed via Cydia (or .deb packages for APT, which is sideloading as far as Cydia packages go) and install Appsync Unified (not the Chinese "ppsync" crap) for sideloading of .ipa packages, in other words App Store apps.

Say again that sideloading is impossible on iOS without mentioning 8.1.3 and you're not telling the whole story.

Slashdot Top Deals

"God is a comedian playing to an audience too afraid to laugh." - Voltaire

Working...