blog.ionelmc.ro blog.ionelmc.ro

blog.ionelmc.ro

ionel's codelog

Jul 11, 2015. Publishing to GitHub Pages from Travis CI. A better way to publish to GitHub Pages from Travis CI. Apr 14, 2015. Tox tricks and patterns. An overview of Tox and various tricks and patterns. Feb 24, 2015. The problem with packaging in Python. Thoughts on the "build" part of packaging. Feb 09, 2015. And Python objects in general. Jan 12, 2015. Proxying objects in Python. Notes about a lazy object proxy implementation in Python. Jan 02, 2015. Speed up pip install. Dec 28, 2014. Dec 21, 2014.

http://blog.ionelmc.ro/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR BLOG.IONELMC.RO

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

December

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Monday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.5 out of 5 with 11 reviews
5 star
9
4 star
0
3 star
1
2 star
0
1 star
1

Hey there! Start your review of blog.ionelmc.ro

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.4 seconds

CONTACTS AT BLOG.IONELMC.RO

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
ionel's codelog | blog.ionelmc.ro Reviews
<META>
DESCRIPTION
Jul 11, 2015. Publishing to GitHub Pages from Travis CI. A better way to publish to GitHub Pages from Travis CI. Apr 14, 2015. Tox tricks and patterns. An overview of Tox and various tricks and patterns. Feb 24, 2015. The problem with packaging in Python. Thoughts on the build part of packaging. Feb 09, 2015. And Python objects in general. Jan 12, 2015. Proxying objects in Python. Notes about a lazy object proxy implementation in Python. Jan 02, 2015. Speed up pip install. Dec 28, 2014. Dec 21, 2014.
<META>
KEYWORDS
1 ionel's codelog
2 presenations
3 archive
4 tags
5 linkedin
6 twitter
7 google plus
8 github
9 understanding python metaclasses
10 terrible choices mysql
CONTENT
Page content here
KEYWORDS ON
PAGE
ionel's codelog,presenations,archive,tags,linkedin,twitter,google plus,github,understanding python metaclasses,terrible choices mysql,ramblings about data structures,python packaging pitfalls,pypi package aliases,quick tracing,next →,powered by pelican
SERVER
Google Frontend
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

ionel's codelog | blog.ionelmc.ro Reviews

https://blog.ionelmc.ro

Jul 11, 2015. Publishing to GitHub Pages from Travis CI. A better way to publish to GitHub Pages from Travis CI. Apr 14, 2015. Tox tricks and patterns. An overview of Tox and various tricks and patterns. Feb 24, 2015. The problem with packaging in Python. Thoughts on the "build" part of packaging. Feb 09, 2015. And Python objects in general. Jan 12, 2015. Proxying objects in Python. Notes about a lazy object proxy implementation in Python. Jan 02, 2015. Speed up pip install. Dec 28, 2014. Dec 21, 2014.

INTERNAL PAGES

blog.ionelmc.ro blog.ionelmc.ro
1

Terrible choices: MySQL | ionel's codelog

http://blog.ionelmc.ro/2014/12/28/terrible-choices-mysql

Sun 28 December 2014. I've used MySQL for a while now, and there were lots of surprising things I needed to cater for. This is from a Django. And MySQL 5.5 perspective [*]. Later on you'll see the horrible things I did to work around. It was a terrible experience, as I've also used PostgreSQL . Feel free to add your own experiences in the comments section. MySQL supports a large part of the ANSI SQL 99. Standard, however the default settings are nowhere close to that. What the defaults allow:. And yes, y...

2

Packaging a python library | ionel's codelog

http://blog.ionelmc.ro/2014/05/25/python-packaging

Packaging a python library. Sun 25 May 2014. This is about packaging. All the advice here is implemented in a project template (with full support for C extensions): cookiecutter-pylibrary. I think the packaging best practices should be revisited, there are lots of good tools now-days that are either unused or underused. It's generally a good thing to re-evaluate best practices all the time. And few principles that I like to follow when packaging:. Test all the possible configurations. You will be forced ...

3

Understanding Python metaclasses | ionel's codelog

http://blog.ionelmc.ro/2015/02/09/understanding-python-metaclasses

Mon 09 February 2015. None of the existing articles [1]. Give a comprehensive explanation of how metaclasses work in Python so I'm making my own. Metaclasses are a controversial topic [2]. In Python, many users avoid them and I think this is largely caused by the arbitrary workflow and lookup rules which are not well explained. There are few key concepts that you need to understand to efficiently work with metaclasses. In itty-bitty font size :-). A quick overview *. Class main .Foobar. Statement isn't j...

4

The most underrated feature in Python 3 | ionel's codelog

http://blog.ionelmc.ro/2014/08/03/the-most-underrated-feature-in-python-3

The most underrated feature in Python 3. Sun 03 August 2014. There's a nice video version of this article. Courtesy of Webucator (they do Python training. One of my pet peeves in Python is about reraising exceptions. This was incredibly frustrating till Python 3. Few examples where reraising is needed:. Dealing with broken libraries. At some point you may have to use library has bugs or it's badly designed: it will raise the wrong errors. The traceback issue *. Imagine we have two modules:. Is at least i...

5

Python debugging tools | ionel's codelog

http://blog.ionelmc.ro/2013/06/05/python-debugging-tools

Wed 05 June 2013. This is an overview of the tools and practices I've used for debugging or profiling purposes. This is not necessarily complete, there are so many tools so I'm listing only what I think is best or relevant. If you know better tools or have other preferences, please comment below. If you do ever litter your code with. Statements stop now. Use. Instead. You'll be able to reuse that later, disable it altogether and so on . In the stdlib there's a trace. Python -mtrace - trace script.py.

UPGRADE TO PREMIUM TO VIEW 15 MORE

TOTAL PAGES IN THIS WEBSITE

20

LINKS TO THIS WEBSITE

pytest-cov.readthedocs.io pytest-cov.readthedocs.io

Authors — pytest-cov 2.4.0 documentation

http://pytest-cov.readthedocs.io/en/latest/authors.html

Fork me on GitHub. Marc Schlaich - http:/ www.schlamar.org. Rick van Hattem - http:/ wol.ph. Buck Evan - https:/ github.com/bukzor. Eric Larson - http:/ larsoner.com. Marc Abramowitz - http:/ marc-abramowitz.com. Thomas Kluyver - https:/ github.com/takluyver. Guillaume Ayoub - http:/ www.yabz.fr. Federico Ceratto - http:/ firelet.net. Josh Kalderimis - http:/ blog.cookiestack.com. Ionel Cristian Mărieș - https:/ blog.ionelmc.ro. Christian Ledermann - https:/ github.com/cleder.

pythontesting.net pythontesting.net

Delayed assert / multiple failures per test - Python Testing

http://pythontesting.net/strategy/delayed-assert

Python Software Development and Software Testing (posts and podcast). Delayed assert / multiple failures per test. February 13, 2015. A test stops execution once it hits a failing assert statement. That’s kinda the point of an assert statement, though, so that’s not surprising. However, sometimes it’s useful to continue with the test even with a failing assert. I’m not really going to describe the code in detail, but I will give the full source so that you can take it and run with it. The output for nose.

opensourcehacker.com opensourcehacker.com

Inspecting thread dumps of hung Python processes and test runs

https://opensourcehacker.com/2015/04/16/inspecting-thread-dumps-of-hung-python-processes-and-test-runs

Pushing the boundaries of free technology. Skip to primary content. Skip to secondary content. Inspecting thread dumps of hung Python processes and test runs. Sometimes, moderately complex Python applications with several threads tend to hang on exit. The application refuses to quit and just idles there waiting for something. Often this is because if any of the Python threads are alive when the process tries to exit it will wait any alive thread to terminate, unless Thread.daemon. Is set to true. Use the...

geert.vanderkelen.org geert.vanderkelen.org

MySQL Connector/Python 2.0.1 an 1.2.3 on PyPI

https://geert.vanderkelen.org/2014/cpy-on-pypi-201-123

MySQL Connector/Python 2.0.1 an 1.2.3 on PyPI. 09:19 Sep 30, 2014 mysql, python, myconnpy, work. Connector/Python 2.0.1. And 12.3 are now available through the Python Package Index or PyPI. Leaving the previous version available is probably a good idea as you can always go back if needed. Note that we still have no files hosted at PyPI. If you like to leave a comment, but don't like to use Disqus, please send an email. Instead. Comments by email might end up as a FAQ here under. Sep 30, 2014. Sep 30, 2014.

geert.vanderkelen.org geert.vanderkelen.org

Installing MySQL Connector/Python using pip 1.5 and later

https://geert.vanderkelen.org/installing-coy-using-pip

Installing MySQL Connector/Python using pip 1.5 and later. 10:09 Jan 29, 2014 mysql, python, myconnpy, work. Versions will fail on you when the packages it needs to install are not hosted on PyPI. When you try to install MySQL Connector/Python. The usually way, you get following message is:. I have updated the download URL to include the MD5 checksum, and MySQL Connector/Python should now install using pip using following command:. Yes, you have to repeat the. Jan 29, 2014. Jan 29, 2014. Jan 29, 2014.

xion.org.pl xion.org.pl

xion.log » Anatomy of a Python Package

http://xion.org.pl/2014/01/27/anathomy-of-a-python-package

Anatomy of a Python Package. Over the course of several past months and years I was coding in Python, I’ve created quite a few Python packages: both open source. And for private projects. Even though their most important part was always the code, there are numerous additional files that are necessary for the package to correctly serve its purpose. Rather than part of the Python language, they are more closely related to the Python. Is of paramount importance. In fact, I wrote about this very topic. There...

UPGRADE TO PREMIUM TO VIEW 16 MORE

TOTAL LINKS TO THIS WEBSITE

22

SOCIAL ENGAGEMENT



OTHER SITES

blog.iomando.com blog.iomando.com

iomando: abre puertas con tu móvil -

34 619 807 107. Seguro que has oído hablar del big data. Una de las principales preocupaciones de toda empresa es recoger el máximo número de datos, organizarlos y extraer información de ello. La creación de una base de datos de clientes potenciales, con toda la información relevante, ya sea de cómo se comporta en consumidor, qué factores influyen en su toma de decisiones, las franjas horarios toda información es útil para nuestro negocio. El big data es la panacea, se trata de una fuente de información ...

blog.iometro.com blog.iometro.com

Modern Interior Design | HELLO METRO

Bentonville Film Fest and I.O. Metro. The inaugural Bentonville Film Festival (BFF). Is underway in Bentonville, Ark., near our corporate offices in Lowell, Ark. This is an exciting experience for Northwest Arkansas and I.O. Metro was given the opportunity to showcase our furniture thanks to one of our designers, Mary Beth Williams. Check out how she turned an office into a chic hospitality lounge:. The marketing firm, Elkins Design. And the BFF crew in charge came by to see the lounge for themselves&#46...

blog.ionasia.net blog.ionasia.net

ionasia.net

The Sponsored Listings displayed above are served automatically by a third party. Neither the service provider nor the domain owner maintain any relationship with the advertisers. In case of trademark issues please contact the domain owner directly (contact information can be found in whois).

blog.ionchannel.io blog.ionchannel.io

Ion Channel – Just another WordPress site

Conformance, Compliance and Risk in a Software Supply Chain. August 5, 2016. Ion Channel would like to include compliance as another factor of assurance that enables risk management and start the dialog. Or is the specification well accepted by a greater community? Or does the specification meet my requirements? The completeness and robustness of the policies define what is an acceptable tolerance. Presenting Ion Channel at SciPy 2016. June 30, 2016. We use a lot of Python at Ion Channel. In particul...

blog.ioncube.com blog.ioncube.com

ionCube Blog - PHP Security

Cyber Security News- 14/08/15. Electric skateboards are being hacked to make riders fall off; making for a light-hearted read in this week’s Cyber Security News. We also read how Gliffy users can access private diagrams of other users without knowing the account holder. Free. August 14, 2015. Weekly Cyber Security News. July 31, 2015. Weekly Cyber Security News. July 24, 2015. Weekly Cyber Security News. July 17, 2015. Weekly Cyber Security News. July 10, 2015. Cyber Security News- 14/08/15. Security che...

blog.ionelmc.ro blog.ionelmc.ro

ionel's codelog

Jul 11, 2015. Publishing to GitHub Pages from Travis CI. A better way to publish to GitHub Pages from Travis CI. Apr 14, 2015. Tox tricks and patterns. An overview of Tox and various tricks and patterns. Feb 24, 2015. The problem with packaging in Python. Thoughts on the "build" part of packaging. Feb 09, 2015. And Python objects in general. Jan 12, 2015. Proxying objects in Python. Notes about a lazy object proxy implementation in Python. Jan 02, 2015. Speed up pip install. Dec 28, 2014. Dec 21, 2014.

blog.ioneone.com blog.ioneone.com

HostMonster - Web hosting

There is no website configured at this address. You are seeing this page because there is nothing configured for the site you have requested. If you think you are seeing this page in error, please contact the site administrator or datacenter responsible for this site. Login to your Account.

blog.ionic.io blog.ionic.io

The Official Ionic Blog

Get Ionic updates and articles on building great cross-platform mobile apps. The Official Ionic Blog. The next generation HTML5 hybrid app development SDK. Announcing Ionic Lab: Mix it up with our new GUI tool. On August 11, 2015. Today, we are releasing the public beta for Ionic Lab. Ionic Lab is the result of our first experiment with the Ionic Lab concept. Like the Ionic CLI, Ionic Lab makes it super easy for developers to get up and running with an Ionic project and all the aspects of the development...

blog.ionicempire.com blog.ionicempire.com

Ionic Empire, LLC

Our shirts are available in women’s sizes and includes customizable colors! 8234;#‎KeepCalmAndScrollOn‬. Http:/ ionicempire.spreadshirt.com. Keep Calm and Scroll On. We are now offering shirts so you can keep it classic all day long. Get yours today! 8234;#‎KeepCalmAndScrollOn‬. Http:/ ionicempire.spreadshirt.com. Keep Calm and Scroll On. Interview in Veritas et Scientia. What sparked the idea for Ionic Empire? Tell about your roles in the IJCL over the years. You have no choice; even if you choose not t...

blog.ionicon.com blog.ionicon.com

IONICON blog - News and updates from the PTR-MS community

News and updates from the PTR-MS community. Watch now: CHARON PTR-TOFMS on-demand webinar Part 1. Posted by Lukas Märk on February 8th, 2018. The award-winning technology for real-time aerosol analysis. We just finished the first on-demand webinar on the CHARON PTR-TOFMS technology and are glad to share it with you. Learn more about the method and performance of CHARON PTR-TOFMS which detects the most abundant range of atmospheric organic carbon compared to other analyzers or inlet systems on the market.

blog.ionioetna.com blog.ionioetna.com

IONIO & ETNA | Blog

IONIO and ETNA Blog. Kasper Christmas market 2017. Kasper Christmas market 2017. 122 sat -23 sat. Http:/ tokyonominoichi.com/2017 autumn/exhibitors/ionioetna. Http:/ tokyonominoichi.com/2017 summer/about. 2017年8月19日 土 、20日 日. 時間 19日 土 12:00 20:00 20日 日 11:30 19:00.