Software Development Notes
Home
Swift
Python
About
Software Development Notes
  • Integer division of negative numbers

    Sep 27, 2020 · 4 min read · python division floor  ·
    Share on:
    Integer division of negative numbers

    It may be surprising that there is a difference in integer division between Python and other languages like Swift, C++ and Java when it comes to negative numbers.

    Read More
  • Timing Swift functions

    Sep 27, 2020 · 9 min read · swift timing Performance  ·
    Share on:
    Timing Swift functions

    It can be very useful to check the execution time of a group of swift statements or swift function when evaluating the most efficient way to perform a task. In this article three different mechanisms are used to measure the execution time to sum up 1000 random numbers.

    Read More
  • Plotly - Display an Interactive Chart

    Sep 20, 2020 · 11 min read · python pandas plotly  ·
    Share on:
    Plotly - Display an Interactive Chart

    Pandas is great for searching, filtering and manipulating data and information can be visualised in charts easily using Matplotlib module. These charts are static and provide a snapshot of data that can be annotated to highlight certain data points. These are great for posters, slides and printed materials. It would be …

    Read More
  • Pandas - How to use iloc and loc

    Sep 13, 2020 · 10 min read · python pandas iloc loc  ·
    Share on:
    Pandas - How to use iloc and loc

    Pandas dataframes can store very large amounts of data and iloc and loc can be used to slice and dice the data into manageable chunks.

    Read More
  • Pandas - Load data from Excel file and Display Chart

    Sep 6, 2020 · 14 min read · python pandas matplotlib  ·
    Share on:
    Pandas - Load data from Excel file and Display Chart

    Pandas is a Python package that provides fast data manipulation and analysis of structured data. It has grown in popularity recently with the rise of data analytics and machine learning. The source code for pandas is available on GitHub, but it is more common to install the binary package using something like pip …

    Read More
  • How to add a footnote to a chart in Matplotlib

    Aug 30, 2020 · 4 min read · python matplotlib  ·
    Share on:
    How to add a footnote to a chart in Matplotlib

    It can be nice to add a footnote or a header note to a Matplotlib chart. The easiest way to do this is with annotate function. The exact position, size orientation can be controlled and multiple notes can be added to charts.

    Read More
    • ««
    • «
    • 11
    • 12
    • 13
    • 14
    • 15
    • »
    • »»

Eric Callanan

Lifelong learner, Software Engineering Manager, Passionate, Curious
Read More

Recent Posts

  • Reduce in Swift
  • Save an image to MacOS file system with SwiftUI
  • Map on collections in Swift
  • Iterating over a Dictionary in Swift
  • Exploring data with Swift TabularData and DataFrame
  • Use Dependency Injection to Unit Test a ViewModel in Swift
  • Consistent Swift style in Xcode with SwiftLint
  • Display loading screen when fetching data in Swift

Tags

SWIFTUI 58 PYTHON 27 SWIFT 13 PATH 12 PANDAS 11 MVVM 8 MATPLOTLIB 7 PLOTLY 7 ANIMATION 6 BAR-CHART 6 CANVAS 6 COVID-19 5 SHAPE 5 TIC-TAC-TOE 5
All Tags
2D2 3D2 ACTIVITY-RING1 ADDCURVE1 ALGORITHM1 ANGULARGRADIENT1 ANIMATABLEDATA4 ANIMATION6 ASYNC1 AWAIT1 AXIS2 BAR-CHART6 BUTTON1 BUTTONSTYLE1 CANVAS6 CARD1 CHART1 COMPACTMAP1 CONCAT1 COVID2 COVID-195 CROSS-PRODUCT1 DATAFRAME2 DEPENDENCY-INJECTION1 DI1 DICTIONARY1 DIVISION1 DOT-PRODUCT1 ENUMERATE1 FIBONACCI1 FILE1 FILTER1 FLATMAP1 FLIP1 FLOOR1 FOREACH1 FORM1 GEOMETRYREADER1 GEOPANDAS1 GEOPLOT1 HSTACK1 ILOC1 IMAGE2 INDEX1 IPYWIDGETS1 ITERATE1 JSON1 JSONDECODER1 LINE-CHART1 LIST1 LOC1 LOOP1 MACOS1 MAP1 MAPVALUES1 MATHPLOTLIB4 MATPLOTLIB7 MINIMAX3 MODAL1 MONTY-HALL3 MVVM8 NAVIGATION1 NSSAVEPANEL1 PANDAS11 PATH12 PERFORMANCE2 PHOTO1 PIE-CHART1 PLOTLY7 POLYGON1 PROBABILITY3 PROGRESS1 PROGRESSVIEW1 PUZZLE1 PYTHON27 QR-CODE1 RECURSION1 REDUCE1 ROMAN-NUMERALS1 SHADING1 SHAPE5 SLIDER1 SPEED1 STAR3 STYLE1 SWIFT13 SWIFTLINT1 SWIFTUI58 TABULAR-DATA1 TABVIEW1 TDD4 TEXT2 TIC-TAC-TOE5 TIMELINEVIEW4 TIMING1 UI-TESTING1 UNIT-TEST1 UNIT-TESTING1 USERDEFAULTS1 VECTOR4 VECTORARITHMETIC4 VSTACK1 WHERE1 ZIP1 ZSTACK1
[A~Z][0~9]